You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Is there a plan to support multiple containers in a Windows Container Group? Currently getting this failed deployment Error when trying it.
{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.","details":[{"code":"BadRequest","message":"{\r\n "error": {\r\n "code": "MultipleWindowsContainersNotSupported",\r\n "message": "Multiple containers are defined in the Windows container group 'abc'. A Windows container group can only have one container."\r\n }\r\n}"}]}
Hi,
Is there a plan to support multiple containers in a Windows Container Group? Currently getting this failed deployment Error when trying it.
{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.","details":[{"code":"BadRequest","message":"{\r\n "error": {\r\n "code": "MultipleWindowsContainersNotSupported",\r\n "message": "Multiple containers are defined in the Windows container group 'abc'. A Windows container group can only have one container."\r\n }\r\n}"}]}
Thanks
Nathan