Skip to content

InternalServerError & RegistryErrorResponse while creating ACI Group with containers #30915

@vssaini

Description

@vssaini

Describe the bug

I am attempting to create an ACI group called seq-proxy-aci, which comprises two containers: reverse-proxy and seq. When I utilised the file iastse720-seq-aci-deployment-proxy.yaml, I encountered an error that stated:

Multiple errors occurred: 'Conflict': 'RegistryErrorResponse': 'An error response is received from the Docker registry 'index.docker.io'. Please retry later.'

However, when I attempted to use another file, iastse720-seq-aci-deployment-proxy-docker.yaml, which contained a Docker login configuration, I encountered a different error:

(InternalServerError) Encountered an internal server error. The tracking activity ID is '3d5c79cf-21dd-4563-bf2f-94d95202da82', and the correlation ID is 'f8b012a6-1ed3-4fce-a64f-38a2cad1de85'.
Code: InternalServerError
Message: Encountered an internal server error. The tracking activity ID is '3d5c79cf-21dd-4563-bf2f-94d95202da82', and the correlation ID is 'f8b012a6-1ed3-4fce-a64f-38a2cad1de85'.

When I tried this setup in my personal Azure portal, everything worked fine. However, when I attempted it in the client's system, it did not work. I have contributor permissions on the client's Azure portal.

I'm not able to find out what's causing the Internal Server Error (500).

Related command

Cmd first line
az login --tenant 6fd888a8-a76d-419f-919a-95042483d749

Then tried these

az container create --resource-group IATSE720 --file iastse720-seq-aci-deployment-proxy.yaml
az container create --resource-group IATSE720 --file iastse720-seq-aci-deployment-proxy-docker.yaml

Ref - #29300
This failed

az container create `
  --resource-group IATSE720 `
  --file iastse720-seq-aci-deployment-proxy.yaml `
  --registry-login-server index.docker.io `
  --registry-username "vssaini" `
  --registry-password "docker-password-here"  

This worked fine. So it proves that I have sufficient permissions.

az container create 
--resource-group iatse-rg-seq-logger 
--name aci-test-container 
--image nginx 
--cpu 1 
--memory 1 
--dns-name-label aci-test-%RANDOM% 
--ports 80 
--os-type Linux 
--restart-policy Always 
--registry-login-server index.docker.io 
--registry-username vssaini 
--registry-password docker-token-here 
--output table

Failed with docker token - Multiple errors occurred: 'Conflict':'RegistryErrorResponse':'An error response is received from the docker registry 'index.docker.io'. Please retry later.'

az container create
  --resource-group IATSE720
  --file iastse720-seq-aci-deployment-proxy.yaml
  --registry-login-server index.docker.io
  --registry-username vssaini
  --registry-password docker-token-here 

Failed with docker password: Multiple errors occurred: 'Conflict':'RegistryErrorResponse':'An error response is received from the docker registry 'index.docker.io'. Please retry later.'

az container create
  --resource-group IATSE720
  --file iastse720-seq-aci-deployment-proxy.yaml
  --registry-login-server index.docker.io
  --registry-username vssaini
  --registry-password docker-password-here

Failed with error
(InternalServerError) Encountered an internal server error. The tracking activity id is '3d5c79cf-21dd-4563-bf2f-94d95202da82', correlation id is 'f8b012a6-1ed3-4fce-a64f-38a2cad1de85'.
Code: InternalServerError
Message: Encountered an internal server error. The tracking activity id is '3d5c79cf-21dd-4563-bf2f-94d95202da82', correlation id is 'f8b012a6-1ed3-4fce-a64f-38a2cad1de85'.

az container create ^
  --resource-group IATSE720 ^
  --file iastse720-seq-aci-deployment-proxy-docker.yaml ^
  --registry-login-server index.docker.io ^
  --registry-username vssaini ^
  --registry-password docker-token-here

Errors

  • Multiple errors occurred: 'Conflict':'RegistryErrorResponse':'An error response is received from the docker registry 'index.docker.io'. Please retry later.'
  • (InternalServerError) Encountered an internal server error. The tracking activity id is '3d5c79cf-21dd-4563-bf2f-94d95202da82', correlation id is 'f8b012a6-1ed3-4fce-a64f-38a2cad1de85'.
    Code: InternalServerError
    Message: Encountered an internal server error. The tracking activity id is '3d5c79cf-21dd-4563-bf2f-94d95202da82', correlation id is 'f8b012a6-1ed3-4fce-a64f-38a2cad1de85'.

Issue script & Debug output

az container create ^ --resource-group IATSE720 ^ --file iastse720-seq-aci-deployment-proxy-docker.yaml ^ --
egistry-login-server index.docker.io ^ --registry-username vssaini ^ --registry-password docker-token ^ --debug
li.knack.cli: Command arguments: ['container', 'create', '--resource-group', 'IATSE720', '--file', 'iastse720-seq-a
i-deployment-proxy-docker.yaml', '--registry-login-server', 'index.docker.io', '--registry-username', 'vssaini', '-
registry-password', 'docker-token', '--debug']
li.knack.cli: init debug log:
nable color in terminal.
nable VT mode.
li.knack.cli: Event: Cli.PreExecute []
li.knack.cli: Event: CommandParser.OnGlobalArgumentsCreate [<function CLILogging.on_global_arguments at 0x000001FBA
B031A0>, <function OutputProducer.on_global_arguments at 0x000001FBAAC9C040>, <function CLIQuery.on_global_argument
at 0x000001FBAACC5440>]
li.knack.cli: Event: CommandInvoker.OnPreCommandTableCreate []
li.azure.cli.core: Modules found from index for 'container': ['azure.cli.command_modules.container']
li.azure.cli.core: Loading command modules:
li.azure.cli.core: Name Load Time Groups Commands
li.azure.cli.core: container 0.843 2 17
li.azure.cli.core: Total (1) 0.843 2 17
li.azure.cli.core: Loaded 2 groups, 17 commands.
li.azure.cli.core: Found a match in the command table.
li.azure.cli.core: Raw command : container create
li.azure.cli.core: Command table: container create
li.knack.cli: Event: CommandInvoker.OnPreCommandTableTruncate []
li.azure.cli.core.azlogging: metadata file logging enabled - writing logs to 'C:\Users\Vic.azure\commands\2025-02-
8.22-37-07.container_create.13492.log'.
z_command_data_logger: command args: container create --resource-group {} --file {} --registry-login-server {} --re
istry-username {} --registry-password {} --debug
li.knack.cli: Event: CommandInvoker.OnPreArgumentLoad [<function register_global_subscription_argument..add
subscription_parameter at 0x000001FBAB7FF1A0>]
li.knack.cli: Event: CommandInvoker.OnPostArgumentLoad []
li.knack.cli: Event: CommandInvoker.OnPostCommandTableCreate [<function register_ids_argument..add_ids_argu
ents at 0x000001FBAB811580>, <function register_cache_arguments..add_cache_arguments at 0x000001FBAB8116C0>
<function register_upcoming_breaking_change_info..update_breaking_change_info at 0x000001FBAB811760>]
li.knack.cli: Event: CommandInvoker.OnCommandTableLoaded []
li.knack.cli: Event: CommandInvoker.OnPreParseArgs []
li.knack.cli: Event: CommandInvoker.OnPostParseArgs [<function OutputProducer.handle_output_argument at 0x000001FBA
C9C0E0>, <function CLIQuery.handle_query_parameter at 0x000001FBAACC54E0>, <function register_ids_argument.
parse_ids_arguments at 0x000001FBAB811620>]
li.azure.cli.core.commands.client_factory: Getting management service client client_type=ResourceManagementClient
li.azure.cli.core.auth.persistence: build_persistence: location='C:\Users\Vic\.azure\msal_token_cache.bin', enc
ypt=True
li.azure.cli.core.auth.binary_cache: load: C:\Users\Vic.azure\msal_http_cache.bin
rllib3.util.retry: Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None

sal.authority: Initializing with Entra authority: https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-9504248
d749
sal.authority: openid_config("https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d749/v2.0/.well-kno
n/openid-configuration") = {'token_endpoint': 'https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d7
9/oauth2/v2.0/token', 'token_endpoint_auth_methods_supported': ['client_secret_post', 'private_key_jwt', 'client_se
ret_basic'], 'jwks_uri': 'https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d749/discovery/v2.0/key
', 'response_modes_supported': ['query', 'fragment', 'form_post'], 'subject_types_supported': ['pairwise'], 'id_tok
n_signing_alg_values_supported': ['RS256'], 'response_types_supported': ['code', 'id_token', 'code id_token', 'id_t
ken token'], 'scopes_supported': ['openid', 'profile', 'email', 'offline_access'], 'issuer': 'https://login.microso
tonline.com/6fd888a8-a76d-419f-919a-95042483d749/v2.0', 'request_uri_parameter_supported': False, 'userinfo_endpoin
': 'https://graph.microsoft.com/oidc/userinfo', 'authorization_endpoint': 'https://login.microsoftonline.com/6fd888
8-a76d-419f-919a-95042483d749/oauth2/v2.0/authorize', 'device_authorization_endpoint': 'https://login.microsoftonli
e.com/6fd888a8-a76d-419f-919a-95042483d749/oauth2/v2.0/devicecode', 'http_logout_supported': True, 'frontchannel_lo
out_supported': True, 'end_session_endpoint': 'https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d7
9/oauth2/v2.0/logout', 'claims_supported': ['sub', 'iss', 'cloud_instance_name', 'cloud_instance_host_name', 'cloud
graph_host_name', 'msgraph_host', 'aud', 'exp', 'iat', 'auth_time', 'acr', 'nonce', 'preferred_username', 'name', '
id', 'ver', 'at_hash', 'c_hash', 'email'], 'kerberos_endpoint': 'https://login.microsoftonline.com/6fd888a8-a76d-41
f-919a-95042483d749/kerberos', 'tenant_region_scope': 'NA', 'cloud_instance_name': 'microsoftonline.com', 'cloud_gr
ph_host_name': 'graph.windows.net', 'msgraph_host': 'graph.microsoft.com', 'rbac_url': 'https://pas.windows.net'}
sal.application: Broker enabled? True
li.azure.cli.core.auth.credential_adaptor: CredentialAdaptor.get_token: scopes=('https://management.core.windows.ne
//.default',), kwargs={}
li.azure.cli.core.auth.msal_credentials: UserCredential.get_token: scopes=('https://management.core.windows.net//.d
fault',), claims=None, kwargs={}
sal.application: Cache hit an AT
sal.telemetry: Generate or reuse correlation_id: 52c33ecf-f770-4f17-9bef-ff3b118d5a72
li.azure.cli.core.sdk.policies: Request URL: 'https://management.azure.com/subscriptions/38dc4973-a996-45b5-8f31-d7
25ef29b53/resourcegroups/IATSE720?api-version=2022-09-01'
li.azure.cli.core.sdk.policies: Request method: 'GET'
li.azure.cli.core.sdk.policies: Request headers:
li.azure.cli.core.sdk.policies: 'Accept': 'application/json'
li.azure.cli.core.sdk.policies: 'x-ms-client-request-id': '70587280-f5f6-11ef-a4f4-10ddb1e35c1f'
li.azure.cli.core.sdk.policies: 'CommandName': 'container create'
li.azure.cli.core.sdk.policies: 'ParameterSetName': '--resource-group --file --registry-login-server --registry
username --registry-password --debug'
li.azure.cli.core.sdk.policies: 'User-Agent': 'AZURECLI/2.69.0 (MSI) azsdk-python-core/1.31.0 Python/3.12.8 (Wi
dows-10-10.0.19044-SP0)'
li.azure.cli.core.sdk.policies: 'Authorization': '*****'
li.azure.cli.core.sdk.policies: Request body:
li.azure.cli.core.sdk.policies: This request has no body
rllib3.connectionpool: Starting new HTTPS connection (1): management.azure.com:443
rllib3.connectionpool: https://management.azure.com:443 "GET /subscriptions/38dc4973-a996-45b5-8f31-d7225ef29b53/re
ourcegroups/IATSE720?api-version=2022-09-01 HTTP/1.1" 200 216
li.azure.cli.core.sdk.policies: Response status: 200
li.azure.cli.core.sdk.policies: Response headers:
li.azure.cli.core.sdk.policies: 'Cache-Control': 'no-cache'
li.azure.cli.core.sdk.policies: 'Pragma': 'no-cache'
li.azure.cli.core.sdk.policies: 'Content-Length': '216'
li.azure.cli.core.sdk.policies: 'Content-Type': 'application/json; charset=utf-8'
li.azure.cli.core.sdk.policies: 'Expires': '-1'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-reads': '249'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-global-reads': '3749'
li.azure.cli.core.sdk.policies: 'x-ms-request-id': '8d8c8633-69bf-4986-9293-f17af46f5580'
li.azure.cli.core.sdk.policies: 'x-ms-correlation-request-id': '8d8c8633-69bf-4986-9293-f17af46f5580'
li.azure.cli.core.sdk.policies: 'x-ms-routing-request-id': 'SOUTHINDIA:20250228T170708Z:8d8c8633-69bf-4986-9293
f17af46f5580'
li.azure.cli.core.sdk.policies: 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains'
li.azure.cli.core.sdk.policies: 'X-Content-Type-Options': 'nosniff'
li.azure.cli.core.sdk.policies: 'X-Cache': 'CONFIG_NOCACHE'
li.azure.cli.core.sdk.policies: 'X-MSEdge-Ref': 'Ref A: 3BC6B4B4441340FCAE2F07279D3B3DA2 Ref B: MAA201060515047
Ref C: 2025-02-28T17:07:08Z'
li.azure.cli.core.sdk.policies: 'Date': 'Fri, 28 Feb 2025 17:07:08 GMT'
li.azure.cli.core.sdk.policies: Response content:
li.azure.cli.core.sdk.policies: {"id":"/subscriptions/38dc4973-a996-45b5-8f31-d7225ef29b53/resourceGroups/IATSE720"
"name":"IATSE720","type":"Microsoft.Resources/resourceGroups","location":"centralus","properties":{"provisioningSta
e":"Succeeded"}}
li.azure.cli.core.commands.validators: using location 'centralus' from resource group 'IATSE720'
li.azure.cli.core.commands.client_factory: Getting management service client client_type=ContainerInstanceManagemen
Client
rllib3.util.retry: Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None

sal.authority: Initializing with Entra authority: https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-9504248
d749
sal.authority: openid_config("https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d749/v2.0/.well-kno
n/openid-configuration") = {'token_endpoint': 'https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d7
9/oauth2/v2.0/token', 'token_endpoint_auth_methods_supported': ['client_secret_post', 'private_key_jwt', 'client_se
ret_basic'], 'jwks_uri': 'https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d749/discovery/v2.0/key
', 'response_modes_supported': ['query', 'fragment', 'form_post'], 'subject_types_supported': ['pairwise'], 'id_tok
n_signing_alg_values_supported': ['RS256'], 'response_types_supported': ['code', 'id_token', 'code id_token', 'id_t
ken token'], 'scopes_supported': ['openid', 'profile', 'email', 'offline_access'], 'issuer': 'https://login.microso
tonline.com/6fd888a8-a76d-419f-919a-95042483d749/v2.0', 'request_uri_parameter_supported': False, 'userinfo_endpoin
': 'https://graph.microsoft.com/oidc/userinfo', 'authorization_endpoint': 'https://login.microsoftonline.com/6fd888
8-a76d-419f-919a-95042483d749/oauth2/v2.0/authorize', 'device_authorization_endpoint': 'https://login.microsoftonli
e.com/6fd888a8-a76d-419f-919a-95042483d749/oauth2/v2.0/devicecode', 'http_logout_supported': True, 'frontchannel_lo
out_supported': True, 'end_session_endpoint': 'https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d7
9/oauth2/v2.0/logout', 'claims_supported': ['sub', 'iss', 'cloud_instance_name', 'cloud_instance_host_name', 'cloud
graph_host_name', 'msgraph_host', 'aud', 'exp', 'iat', 'auth_time', 'acr', 'nonce', 'preferred_username', 'name', '
id', 'ver', 'at_hash', 'c_hash', 'email'], 'kerberos_endpoint': 'https://login.microsoftonline.com/6fd888a8-a76d-41
f-919a-95042483d749/kerberos', 'tenant_region_scope': 'NA', 'cloud_instance_name': 'microsoftonline.com', 'cloud_gr
ph_host_name': 'graph.windows.net', 'msgraph_host': 'graph.microsoft.com', 'rbac_url': 'https://pas.windows.net'}
sal.application: Broker enabled? True
li.azure.cli.core.commands.client_factory: Getting management service client client_type=ResourceManagementClient
rllib3.util.retry: Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None

sal.authority: Initializing with Entra authority: https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-9504248
d749
sal.authority: openid_config("https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d749/v2.0/.well-kno
n/openid-configuration") = {'token_endpoint': 'https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d7
9/oauth2/v2.0/token', 'token_endpoint_auth_methods_supported': ['client_secret_post', 'private_key_jwt', 'client_se
ret_basic'], 'jwks_uri': 'https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d749/discovery/v2.0/key
', 'response_modes_supported': ['query', 'fragment', 'form_post'], 'subject_types_supported': ['pairwise'], 'id_tok
n_signing_alg_values_supported': ['RS256'], 'response_types_supported': ['code', 'id_token', 'code id_token', 'id_t
ken token'], 'scopes_supported': ['openid', 'profile', 'email', 'offline_access'], 'issuer': 'https://login.microso
tonline.com/6fd888a8-a76d-419f-919a-95042483d749/v2.0', 'request_uri_parameter_supported': False, 'userinfo_endpoin
': 'https://graph.microsoft.com/oidc/userinfo', 'authorization_endpoint': 'https://login.microsoftonline.com/6fd888
8-a76d-419f-919a-95042483d749/oauth2/v2.0/authorize', 'device_authorization_endpoint': 'https://login.microsoftonli
e.com/6fd888a8-a76d-419f-919a-95042483d749/oauth2/v2.0/devicecode', 'http_logout_supported': True, 'frontchannel_lo
out_supported': True, 'end_session_endpoint': 'https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d7
9/oauth2/v2.0/logout', 'claims_supported': ['sub', 'iss', 'cloud_instance_name', 'cloud_instance_host_name', 'cloud
graph_host_name', 'msgraph_host', 'aud', 'exp', 'iat', 'auth_time', 'acr', 'nonce', 'preferred_username', 'name', '
id', 'ver', 'at_hash', 'c_hash', 'email'], 'kerberos_endpoint': 'https://login.microsoftonline.com/6fd888a8-a76d-41
f-919a-95042483d749/kerberos', 'tenant_region_scope': 'NA', 'cloud_instance_name': 'microsoftonline.com', 'cloud_gr
ph_host_name': 'graph.windows.net', 'msgraph_host': 'graph.microsoft.com', 'rbac_url': 'https://pas.windows.net'}
sal.application: Broker enabled? True
li.azure.cli.core.commands.client_factory: Getting management service client client_type=ContainerInstanceManagemen
Client
rllib3.util.retry: Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None

sal.authority: Initializing with Entra authority: https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-9504248
d749
sal.authority: openid_config("https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d749/v2.0/.well-kno
n/openid-configuration") = {'token_endpoint': 'https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d7
9/oauth2/v2.0/token', 'token_endpoint_auth_methods_supported': ['client_secret_post', 'private_key_jwt', 'client_se
ret_basic'], 'jwks_uri': 'https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d749/discovery/v2.0/key
', 'response_modes_supported': ['query', 'fragment', 'form_post'], 'subject_types_supported': ['pairwise'], 'id_tok
n_signing_alg_values_supported': ['RS256'], 'response_types_supported': ['code', 'id_token', 'code id_token', 'id_t
ken token'], 'scopes_supported': ['openid', 'profile', 'email', 'offline_access'], 'issuer': 'https://login.microso
tonline.com/6fd888a8-a76d-419f-919a-95042483d749/v2.0', 'request_uri_parameter_supported': False, 'userinfo_endpoin
': 'https://graph.microsoft.com/oidc/userinfo', 'authorization_endpoint': 'https://login.microsoftonline.com/6fd888
8-a76d-419f-919a-95042483d749/oauth2/v2.0/authorize', 'device_authorization_endpoint': 'https://login.microsoftonli
e.com/6fd888a8-a76d-419f-919a-95042483d749/oauth2/v2.0/devicecode', 'http_logout_supported': True, 'frontchannel_lo
out_supported': True, 'end_session_endpoint': 'https://login.microsoftonline.com/6fd888a8-a76d-419f-919a-95042483d7
9/oauth2/v2.0/logout', 'claims_supported': ['sub', 'iss', 'cloud_instance_name', 'cloud_instance_host_name', 'cloud
graph_host_name', 'msgraph_host', 'aud', 'exp', 'iat', 'auth_time', 'acr', 'nonce', 'preferred_username', 'name', '
id', 'ver', 'at_hash', 'c_hash', 'email'], 'kerberos_endpoint': 'https://login.microsoftonline.com/6fd888a8-a76d-41
f-919a-95042483d749/kerberos', 'tenant_region_scope': 'NA', 'cloud_instance_name': 'microsoftonline.com', 'cloud_gr
ph_host_name': 'graph.windows.net', 'msgraph_host': 'graph.microsoft.com', 'rbac_url': 'https://pas.windows.net'}
sal.application: Broker enabled? True
li.azure.cli.core.auth.credential_adaptor: CredentialAdaptor.get_token: scopes=('https://management.core.windows.ne
//.default',), kwargs={}
li.azure.cli.core.auth.msal_credentials: UserCredential.get_token: scopes=('https://management.core.windows.net//.d
fault',), claims=None, kwargs={}
sal.application: Cache hit an AT
sal.telemetry: Generate or reuse correlation_id: cfd6f0de-4850-4dfc-ae4f-9a16d3b8432f
li.azure.cli.core.sdk.policies: Request URL: 'https://management.azure.com/subscriptions/38dc4973-a996-45b5-8f31-d7
25ef29b53/resourcegroups/IATSE720/providers/Microsoft.ContainerInstance//containerGroups/seq-proxy-aci?api-version=
021-10-01'
li.azure.cli.core.sdk.policies: Request method: 'PUT'
li.azure.cli.core.sdk.policies: Request headers:
li.azure.cli.core.sdk.policies: 'Content-Type': 'application/json'
li.azure.cli.core.sdk.policies: 'Content-Length': '2239'
li.azure.cli.core.sdk.policies: 'Accept': 'application/json'
li.azure.cli.core.sdk.policies: 'x-ms-client-request-id': '70587280-f5f6-11ef-a4f4-10ddb1e35c1f'
li.azure.cli.core.sdk.policies: 'CommandName': 'container create'
li.azure.cli.core.sdk.policies: 'ParameterSetName': '--resource-group --file --registry-login-server --registry
username --registry-password --debug'
li.azure.cli.core.sdk.policies: 'User-Agent': 'AZURECLI/2.69.0 (MSI) azsdk-python-core/1.31.0 Python/3.12.8 (Wi
dows-10-10.0.19044-SP0)'
li.azure.cli.core.sdk.policies: 'Authorization': ''
li.azure.cli.core.sdk.policies: Request body:
li.azure.cli.core.sdk.policies: {"location": "westus3", "properties": {"containers": [{"name": "reverse-proxy", "pr
perties": {"image": "caddy:latest", "ports": [{"protocol": "TCP", "port": 80}, {"protocol": "TCP", "port": 443}], "
esources": {"requests": {"memoryInGB": 1.0, "cpu": 1.0}, "limits": {"memoryInGB": 1.0, "cpu": 1.0}}, "volumeMounts"
[{"name": "proxy-caddyfile", "mountPath": "/etc/caddy"}, {"name": "proxy-data", "mountPath": "/data"}, {"name": "p
oxy-config", "mountPath": "/config"}]}}, {"name": "seq", "properties": {"image": "datalust/seq:latest", "ports": [{
protocol": "TCP", "port": 8080}], "environmentVariables": [{"name": "ACCEPT_EULA", "value": "Y"}, {"name": "SEQ_API
CANONICALURI", "value": "http://iatse-seq.westus3.azurecontainer.io/"}, {"name": "SEQ_API_LISTENURIS", "value": "ht
p://localhost:8080"}], "resources": {"requests": {"memoryInGB": 4.0, "cpu": 2.0}, "limits": {"memoryInGB": 4.0, "cp
": 2.0}}, "volumeMounts": [{"name": "seq-storage", "mountPath": "/data"}]}}], "osType": "Linux", "restartPolicy": "
nFailure", "ipAddress": {"type": "Public", "dnsNameLabel": "iatse-seq", "ports": [{"protocol": "TCP", "port": 80},
"protocol": "TCP", "port": 443}, {"protocol": "TCP", "port": 8080}]}, "imageRegistryCredentials": [{"server": "inde
.docker.io", "username": "vssaini", "password": "docker-token"}], "volumes": [{"name": "pro
y-caddyfile", "azureFile": {"shareName": "fs-proxy-caddyfile", "storageAccountName": "iatseseqacist", "storageAccou
tKey": "st-key"}}, {"name": "prox
-data", "azureFile": {"shareName": "fs-proxy-data", "storageAccountName": "iatseseqacist", "storageAccountKey": "st-key"}}, {"name": "proxy-config",
azureFile": {"shareName": "fs-proxy-config", "storageAccountName": "iatseseqacist", "storageAccountKey": "st-key"}}, {"name": "seq-storage", "azureFi
e": {"shareName": "fs-seq", "storageAccountName": "iatseseqacist", "storageAccountKey": "st-key"}}]}}
rllib3.connectionpool: Starting new HTTPS connection (1): management.azure.com:443
rllib3.connectionpool: https://management.azure.com:443 "PUT /subscriptions/38dc4973-a996-45b5-8f31-d7225ef29b53/re
ourcegroups/IATSE720/providers/Microsoft.ContainerInstance//containerGroups/seq-proxy-aci?api-version=2021-10-01 HT
P/1.1" 500 216
li.azure.cli.core.sdk.policies: Response status: 500
li.azure.cli.core.sdk.policies: Response headers:
li.azure.cli.core.sdk.policies: 'Cache-Control': 'no-cache'
li.azure.cli.core.sdk.policies: 'Pragma': 'no-cache'
li.azure.cli.core.sdk.policies: 'Content-Length': '216'
li.azure.cli.core.sdk.policies: 'Content-Type': 'application/json; charset=utf-8'
li.azure.cli.core.sdk.policies: 'Expires': '-1'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-resource-requests-pt5m': '99'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-resource-requests-pt1h': '299'
li.azure.cli.core.sdk.policies: 'x-ms-request-id': 'westus3:e890c6be-60da-4159-9494-b2c0c0d0cb91'
li.azure.cli.core.sdk.policies: 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-writes': '199'
li.azure.cli.core.sdk.policies: 'x-ms-failure-cause': 'service'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-global-writes': '2999'
li.azure.cli.core.sdk.policies: 'x-ms-correlation-request-id': 'ef8c919d-b05d-4ca2-b770-2da22640123e'
li.azure.cli.core.sdk.policies: 'x-ms-routing-request-id': 'SOUTHINDIA:20250228T170714Z:ef8c919d-b05d-4ca2-b770
2da22640123e'
li.azure.cli.core.sdk.policies: 'X-Content-Type-Options': 'nosniff'
li.azure.cli.core.sdk.policies: 'X-Cache': 'CONFIG_NOCACHE'
li.azure.cli.core.sdk.policies: 'X-MSEdge-Ref': 'Ref A: EB26A1AAF4BA4A5E8A928938F70AD1C5 Ref B: MAA201060515049
Ref C: 2025-02-28T17:07:08Z'
li.azure.cli.core.sdk.policies: 'Date': 'Fri, 28 Feb 2025 17:07:13 GMT'
li.azure.cli.core.sdk.policies: Response content:
li.azure.cli.core.sdk.policies: {"error":{"code":"InternalServerError","message":"Encountered an internal server er
or. The tracking activity id is 'e890c6be-60da-4159-9494-b2c0c0d0cb91', correlation id is 'ef8c919d-b05d-4ca2-b770-
da22640123e'."}}
li.azure.cli.core.sdk.policies: Request URL: 'https://management.azure.com/subscriptions/38dc4973-a996-45b5-8f31-d7
25ef29b53/resourcegroups/IATSE720/providers/Microsoft.ContainerInstance//containerGroups/seq-proxy-aci?api-version=
021-10-01'
li.azure.cli.core.sdk.policies: Request method: 'PUT'
li.azure.cli.core.sdk.policies: Request headers:
li.azure.cli.core.sdk.policies: 'Content-Type': 'application/json'
li.azure.cli.core.sdk.policies: 'Content-Length': '2239'
li.azure.cli.core.sdk.policies: 'Accept': 'application/json'
li.azure.cli.core.sdk.policies: 'x-ms-client-request-id': '70587280-f5f6-11ef-a4f4-10ddb1e35c1f'
li.azure.cli.core.sdk.policies: 'CommandName': 'container create'
li.azure.cli.core.sdk.policies: 'ParameterSetName': '--resource-group --file --registry-login-server --registry
username --registry-password --debug'
li.azure.cli.core.sdk.policies: 'User-Agent': 'AZURECLI/2.69.0 (MSI) azsdk-python-core/1.31.0 Python/3.12.8 (Wi
dows-10-10.0.19044-SP0)'
li.azure.cli.core.sdk.policies: 'Authorization': '
'
li.azure.cli.core.sdk.policies: Request body:
li.azure.cli.core.sdk.policies: {"location": "westus3", "properties": {"containers": [{"name": "reverse-proxy", "pr
perties": {"image": "caddy:latest", "ports": [{"protocol": "TCP", "port": 80}, {"protocol": "TCP", "port": 443}], "
esources": {"requests": {"memoryInGB": 1.0, "cpu": 1.0}, "limits": {"memoryInGB": 1.0, "cpu": 1.0}}, "volumeMounts"
[{"name": "proxy-caddyfile", "mountPath": "/etc/caddy"}, {"name": "proxy-data", "mountPath": "/data"}, {"name": "p
oxy-config", "mountPath": "/config"}]}}, {"name": "seq", "properties": {"image": "datalust/seq:latest", "ports": [{
protocol": "TCP", "port": 8080}], "environmentVariables": [{"name": "ACCEPT_EULA", "value": "Y"}, {"name": "SEQ_API
CANONICALURI", "value": "http://iatse-seq.westus3.azurecontainer.io/"}, {"name": "SEQ_API_LISTENURIS", "value": "ht
p://localhost:8080"}], "resources": {"requests": {"memoryInGB": 4.0, "cpu": 2.0}, "limits": {"memoryInGB": 4.0, "cp
": 2.0}}, "volumeMounts": [{"name": "seq-storage", "mountPath": "/data"}]}}], "osType": "Linux", "restartPolicy": "
nFailure", "ipAddress": {"type": "Public", "dnsNameLabel": "iatse-seq", "ports": [{"protocol": "TCP", "port": 80},
"protocol": "TCP", "port": 443}, {"protocol": "TCP", "port": 8080}]}, "imageRegistryCredentials": [{"server": "inde
.docker.io", "username": "vssaini", "password": "docker-token"}], "volumes": [{"name": "pro
y-caddyfile", "azureFile": {"shareName": "fs-proxy-caddyfile", "storageAccountName": "iatseseqacist", "storageAccou
tKey": "st-key"}}, {"name": "prox
-data", "azureFile": {"shareName": "fs-proxy-data", "storageAccountName": "iatseseqacist", "storageAccountKey": "st-key"}}, {"name": "proxy-config",
azureFile": {"shareName": "fs-proxy-config", "storageAccountName": "iatseseqacist", "storageAccountKey": "st-key"}}, {"name": "seq-storage", "azureFi
e": {"shareName": "fs-seq", "storageAccountName": "iatseseqacist", "storageAccountKey": "st-key"}}]}}
rllib3.connectionpool: https://management.azure.com:443 "PUT /subscriptions/38dc4973-a996-45b5-8f31-d7225ef29b53/re
ourcegroups/IATSE720/providers/Microsoft.ContainerInstance//containerGroups/seq-proxy-aci?api-version=2021-10-01 HT
P/1.1" 500 216
li.azure.cli.core.sdk.policies: Response status: 500
li.azure.cli.core.sdk.policies: Response headers:
li.azure.cli.core.sdk.policies: 'Cache-Control': 'no-cache'
li.azure.cli.core.sdk.policies: 'Pragma': 'no-cache'
li.azure.cli.core.sdk.policies: 'Content-Length': '216'
li.azure.cli.core.sdk.policies: 'Content-Type': 'application/json; charset=utf-8'
li.azure.cli.core.sdk.policies: 'Expires': '-1'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-resource-requests-pt5m': '99'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-resource-requests-pt1h': '299'
li.azure.cli.core.sdk.policies: 'x-ms-request-id': 'westus3:65c3bc1b-4e11-4445-baa9-ddb025a20ac3'
li.azure.cli.core.sdk.policies: 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-writes': '199'
li.azure.cli.core.sdk.policies: 'x-ms-failure-cause': 'service'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-global-writes': '2999'
li.azure.cli.core.sdk.policies: 'x-ms-correlation-request-id': '9d1711f4-3633-4f7d-bd53-cfa5b22c2027'
li.azure.cli.core.sdk.policies: 'x-ms-routing-request-id': 'SOUTHINDIA:20250228T170720Z:9d1711f4-3633-4f7d-bd53
cfa5b22c2027'
li.azure.cli.core.sdk.policies: 'X-Content-Type-Options': 'nosniff'
li.azure.cli.core.sdk.policies: 'X-Cache': 'CONFIG_NOCACHE'
li.azure.cli.core.sdk.policies: 'X-MSEdge-Ref': 'Ref A: FED4F0E2EDA04F1FB2834A506298ED92 Ref B: MAA201060515049
Ref C: 2025-02-28T17:07:14Z'
li.azure.cli.core.sdk.policies: 'Date': 'Fri, 28 Feb 2025 17:07:19 GMT'
li.azure.cli.core.sdk.policies: Response content:
li.azure.cli.core.sdk.policies: {"error":{"code":"InternalServerError","message":"Encountered an internal server er
or. The tracking activity id is '65c3bc1b-4e11-4445-baa9-ddb025a20ac3', correlation id is '9d1711f4-3633-4f7d-bd53-
fa5b22c2027'."}}
li.azure.cli.core.sdk.policies: Request URL: 'https://management.azure.com/subscriptions/38dc4973-a996-45b5-8f31-d7
25ef29b53/resourcegroups/IATSE720/providers/Microsoft.ContainerInstance//containerGroups/seq-proxy-aci?api-version=
021-10-01'
li.azure.cli.core.sdk.policies: Request method: 'PUT'
li.azure.cli.core.sdk.policies: Request headers:
li.azure.cli.core.sdk.policies: 'Content-Type': 'application/json'
li.azure.cli.core.sdk.policies: 'Content-Length': '2239'
li.azure.cli.core.sdk.policies: 'Accept': 'application/json'
li.azure.cli.core.sdk.policies: 'x-ms-client-request-id': '70587280-f5f6-11ef-a4f4-10ddb1e35c1f'
li.azure.cli.core.sdk.policies: 'CommandName': 'container create'
li.azure.cli.core.sdk.policies: 'ParameterSetName': '--resource-group --file --registry-login-server --registry
username --registry-password --debug'
li.azure.cli.core.sdk.policies: 'User-Agent': 'AZURECLI/2.69.0 (MSI) azsdk-python-core/1.31.0 Python/3.12.8 (Wi
dows-10-10.0.19044-SP0)'
li.azure.cli.core.sdk.policies: 'Authorization': ''
li.azure.cli.core.sdk.policies: Request body:
li.azure.cli.core.sdk.policies: {"location": "westus3", "properties": {"containers": [{"name": "reverse-proxy", "pr
perties": {"image": "caddy:latest", "ports": [{"protocol": "TCP", "port": 80}, {"protocol": "TCP", "port": 443}], "
esources": {"requests": {"memoryInGB": 1.0, "cpu": 1.0}, "limits": {"memoryInGB": 1.0, "cpu": 1.0}}, "volumeMounts"
[{"name": "proxy-caddyfile", "mountPath": "/etc/caddy"}, {"name": "proxy-data", "mountPath": "/data"}, {"name": "p
oxy-config", "mountPath": "/config"}]}}, {"name": "seq", "properties": {"image": "datalust/seq:latest", "ports": [{
protocol": "TCP", "port": 8080}], "environmentVariables": [{"name": "ACCEPT_EULA", "value": "Y"}, {"name": "SEQ_API
CANONICALURI", "value": "http://iatse-seq.westus3.azurecontainer.io/"}, {"name": "SEQ_API_LISTENURIS", "value": "ht
p://localhost:8080"}], "resources": {"requests": {"memoryInGB": 4.0, "cpu": 2.0}, "limits": {"memoryInGB": 4.0, "cp
": 2.0}}, "volumeMounts": [{"name": "seq-storage", "mountPath": "/data"}]}}], "osType": "Linux", "restartPolicy": "
nFailure", "ipAddress": {"type": "Public", "dnsNameLabel": "iatse-seq", "ports": [{"protocol": "TCP", "port": 80},
"protocol": "TCP", "port": 443}, {"protocol": "TCP", "port": 8080}]}, "imageRegistryCredentials": [{"server": "inde
.docker.io", "username": "vssaini", "password": "docker-token"}], "volumes": [{"name": "pro
y-caddyfile", "azureFile": {"shareName": "fs-proxy-caddyfile", "storageAccountName": "iatseseqacist", "storageAccou
tKey": "st-key"}}, {"name": "prox
-data", "azureFile": {"shareName": "fs-proxy-data", "storageAccountName": "iatseseqacist", "storageAccountKey": "st-key"}}, {"name": "proxy-config",
azureFile": {"shareName": "fs-proxy-config", "storageAccountName": "iatseseqacist", "storageAccountKey": "st-key"}}, {"name": "seq-storage", "azureFi
e": {"shareName": "fs-seq", "storageAccountName": "iatseseqacist", "storageAccountKey": "st-key"}}]}}
rllib3.connectionpool: https://management.azure.com:443 "PUT /subscriptions/38dc4973-a996-45b5-8f31-d7225ef29b53/re
ourcegroups/IATSE720/providers/Microsoft.ContainerInstance//containerGroups/seq-proxy-aci?api-version=2021-10-01 HT
P/1.1" 500 216
li.azure.cli.core.sdk.policies: Response status: 500
li.azure.cli.core.sdk.policies: Response headers:
li.azure.cli.core.sdk.policies: 'Cache-Control': 'no-cache'
li.azure.cli.core.sdk.policies: 'Pragma': 'no-cache'
li.azure.cli.core.sdk.policies: 'Content-Length': '216'
li.azure.cli.core.sdk.policies: 'Content-Type': 'application/json; charset=utf-8'
li.azure.cli.core.sdk.policies: 'Expires': '-1'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-resource-requests-pt5m': '99'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-resource-requests-pt1h': '299'
li.azure.cli.core.sdk.policies: 'x-ms-request-id': 'westus3:2a43dc8f-c6e0-4000-bf90-f0c04cd40569'
li.azure.cli.core.sdk.policies: 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-writes': '199'
li.azure.cli.core.sdk.policies: 'x-ms-failure-cause': 'service'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-global-writes': '2999'
li.azure.cli.core.sdk.policies: 'x-ms-correlation-request-id': '99c2c45a-550c-4661-831a-d3c7987a83a5'
li.azure.cli.core.sdk.policies: 'x-ms-routing-request-id': 'SOUTHINDIA:20250228T170727Z:99c2c45a-550c-4661-831a
d3c7987a83a5'
li.azure.cli.core.sdk.policies: 'X-Content-Type-Options': 'nosniff'
li.azure.cli.core.sdk.policies: 'X-Cache': 'CONFIG_NOCACHE'
li.azure.cli.core.sdk.policies: 'X-MSEdge-Ref': 'Ref A: 7AB063BEDA43498EA3A299122C01F385 Ref B: MAA201060515049
Ref C: 2025-02-28T17:07:22Z'
li.azure.cli.core.sdk.policies: 'Date': 'Fri, 28 Feb 2025 17:07:27 GMT'
li.azure.cli.core.sdk.policies: Response content:
li.azure.cli.core.sdk.policies: {"error":{"code":"InternalServerError","message":"Encountered an internal server er
or. The tracking activity id is '2a43dc8f-c6e0-4000-bf90-f0c04cd40569', correlation id is '99c2c45a-550c-4661-831a-
3c7987a83a5'."}}
li.azure.cli.core.sdk.policies: Request URL: 'https://management.azure.com/subscriptions/38dc4973-a996-45b5-8f31-d7
25ef29b53/resourcegroups/IATSE720/providers/Microsoft.ContainerInstance//containerGroups/seq-proxy-aci?api-version=
021-10-01'
li.azure.cli.core.sdk.policies: Request method: 'PUT'
li.azure.cli.core.sdk.policies: Request headers:
li.azure.cli.core.sdk.policies: 'Content-Type': 'application/json'
li.azure.cli.core.sdk.policies: 'Content-Length': '2239'
li.azure.cli.core.sdk.policies: 'Accept': 'application/json'
li.azure.cli.core.sdk.policies: 'x-ms-client-request-id': '70587280-f5f6-11ef-a4f4-10ddb1e35c1f'
li.azure.cli.core.sdk.policies: 'CommandName': 'container create'
li.azure.cli.core.sdk.policies: 'ParameterSetName': '--resource-group --file --registry-login-server --registry
username --registry-password --debug'
li.azure.cli.core.sdk.policies: 'User-Agent': 'AZURECLI/2.69.0 (MSI) azsdk-python-core/1.31.0 Python/3.12.8 (Wi
dows-10-10.0.19044-SP0)'
li.azure.cli.core.sdk.policies: 'Authorization': '
'
li.azure.cli.core.sdk.policies: Request body:
li.azure.cli.core.sdk.policies: {"location": "westus3", "properties": {"containers": [{"name": "reverse-proxy", "pr
perties": {"image": "caddy:latest", "ports": [{"protocol": "TCP", "port": 80}, {"protocol": "TCP", "port": 443}], "
esources": {"requests": {"memoryInGB": 1.0, "cpu": 1.0}, "limits": {"memoryInGB": 1.0, "cpu": 1.0}}, "volumeMounts"
[{"name": "proxy-caddyfile", "mountPath": "/etc/caddy"}, {"name": "proxy-data", "mountPath": "/data"}, {"name": "p
oxy-config", "mountPath": "/config"}]}}, {"name": "seq", "properties": {"image": "datalust/seq:latest", "ports": [{
protocol": "TCP", "port": 8080}], "environmentVariables": [{"name": "ACCEPT_EULA", "value": "Y"}, {"name": "SEQ_API
CANONICALURI", "value": "http://iatse-seq.westus3.azurecontainer.io/"}, {"name": "SEQ_API_LISTENURIS", "value": "ht
p://localhost:8080"}], "resources": {"requests": {"memoryInGB": 4.0, "cpu": 2.0}, "limits": {"memoryInGB": 4.0, "cp
": 2.0}}, "volumeMounts": [{"name": "seq-storage", "mountPath": "/data"}]}}], "osType": "Linux", "restartPolicy": "
nFailure", "ipAddress": {"type": "Public", "dnsNameLabel": "iatse-seq", "ports": [{"protocol": "TCP", "port": 80},
"protocol": "TCP", "port": 443}, {"protocol": "TCP", "port": 8080}]}, "imageRegistryCredentials": [{"server": "inde
.docker.io", "username": "vssaini", "password": "docker-token"}], "volumes": [{"name": "pro
y-caddyfile", "azureFile": {"shareName": "fs-proxy-caddyfile", "storageAccountName": "iatseseqacist", "storageAccou
tKey": "st-key"}}, {"name": "prox
-data", "azureFile": {"shareName": "fs-proxy-data", "storageAccountName": "iatseseqacist", "storageAccountKey": "st-key"}}, {"name": "proxy-config",
azureFile": {"shareName": "fs-proxy-config", "storageAccountName": "iatseseqacist", "storageAccountKey": "st-key"}}, {"name": "seq-storage", "azureFi
e": {"shareName": "fs-seq", "storageAccountName": "iatseseqacist", "storageAccountKey": "st-key"}}]}}
rllib3.connectionpool: https://management.azure.com:443 "PUT /subscriptions/38dc4973-a996-45b5-8f31-d7225ef29b53/re
ourcegroups/IATSE720/providers/Microsoft.ContainerInstance//containerGroups/seq-proxy-aci?api-version=2021-10-01 HT
P/1.1" 500 216
li.azure.cli.core.sdk.policies: Response status: 500
li.azure.cli.core.sdk.policies: Response headers:
li.azure.cli.core.sdk.policies: 'Cache-Control': 'no-cache'
li.azure.cli.core.sdk.policies: 'Pragma': 'no-cache'
li.azure.cli.core.sdk.policies: 'Content-Length': '216'
li.azure.cli.core.sdk.policies: 'Content-Type': 'application/json; charset=utf-8'
li.azure.cli.core.sdk.policies: 'Expires': '-1'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-resource-requests-pt5m': '99'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-resource-requests-pt1h': '299'
li.azure.cli.core.sdk.policies: 'x-ms-request-id': 'westus3:6e446cda-3816-466e-8ed8-01124ea938f3'
li.azure.cli.core.sdk.policies: 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-writes': '199'
li.azure.cli.core.sdk.policies: 'x-ms-failure-cause': 'service'
li.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-global-writes': '2999'
li.azure.cli.core.sdk.policies: 'x-ms-correlation-request-id': '8cb2e2c0-f1d4-41c5-ac31-c4c3691d1383'
li.azure.cli.core.sdk.policies: 'x-ms-routing-request-id': 'SOUTHINDIA:20250228T170735Z:8cb2e2c0-f1d4-41c5-ac31
c4c3691d1383'
li.azure.cli.core.sdk.policies: 'X-Content-Type-Options': 'nosniff'
li.azure.cli.core.sdk.policies: 'X-Cache': 'CONFIG_NOCACHE'
li.azure.cli.core.sdk.policies: 'X-MSEdge-Ref': 'Ref A: 51549AF2C10A4E37871082562F4DCBD8 Ref B: MAA201060515049
Ref C: 2025-02-28T17:07:31Z'
li.azure.cli.core.sdk.policies: 'Date': 'Fri, 28 Feb 2025 17:07:35 GMT'
li.azure.cli.core.sdk.policies: Response content:
li.azure.cli.core.sdk.policies: {"error":{"code":"InternalServerError","message":"Encountered an internal server er
or. The tracking activity id is '6e446cda-3816-466e-8ed8-01124ea938f3', correlation id is '8cb2e2c0-f1d4-41c5-ac31-
4c3691d1383'."}}
li.azure.cli.core.azclierror: Traceback (most recent call last):
File "D:\a_work\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\knack/cli.py", line 233, in invoke
File "D:\a_work\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/init.py", l
ne 666, in execute
File "D:\a_work\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/init.py", l
ne 734, in _run_jobs_serially
File "D:\a_work\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/init.py", l
ne 703, in _run_job
File "D:\a_work\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/init.py", l
ne 336, in call
File "D:\a_work\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/command_operati
n.py", line 120, in handler
File "D:\a_work\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/command_modules/container/cus
om.py", line 135, in create_container
File "D:\a_work\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/command_modules/container/cus
om.py", line 686, in create_update_from_file
File "D:\a_work\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/util.py", line 744, in s
k_no_wait
File "D:\a_work\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/core/tracing/decorator.py", line
4, in wrapper_use_tracer
File "D:\a_work\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/mgmt/resource/resources/v2022_09

1/operations/operations.py", line 9492, in begin_create_or_update
File "D:\a_work\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/mgmt/resource/resources/v2022_09

1/operations/_operations.py", line 9350, in _create_or_update_initial
zure.core.exceptions.HttpResponseError: (InternalServerError) Encountered an internal server error. The tracking ac
ivity id is '6e446cda-3816-466e-8ed8-01124ea938f3', correlation id is '8cb2e2c0-f1d4-41c5-ac31-c4c3691d1383'.
ode: InternalServerError
essage: Encountered an internal server error. The tracking activity id is '6e446cda-3816-466e-8ed8-01124ea938f3', c
rrelation id is '8cb2e2c0-f1d4-41c5-ac31-c4c3691d1383'.

li.azure.cli.core.azclierror: (InternalServerError) Encountered an internal server error. The tracking activity id
s '6e446cda-3816-466e-8ed8-01124ea938f3', correlation id is '8cb2e2c0-f1d4-41c5-ac31-c4c3691d1383'.
ode: InternalServerError
essage: Encountered an internal server error. The tracking activity id is '6e446cda-3816-466e-8ed8-01124ea938f3', c
rrelation id is '8cb2e2c0-f1d4-41c5-ac31-c4c3691d1383'.
z_command_data_logger: (InternalServerError) Encountered an internal server error. The tracking activity id is '6e4
6cda-3816-466e-8ed8-01124ea938f3', correlation id is '8cb2e2c0-f1d4-41c5-ac31-c4c3691d1383'.
ode: InternalServerError
essage: Encountered an internal server error. The tracking activity id is '6e446cda-3816-466e-8ed8-01124ea938f3', c
rrelation id is '8cb2e2c0-f1d4-41c5-ac31-c4c3691d1383'.
li.knack.cli: Event: Cli.PostExecute [<function AzCliLogging.deinit_cmd_metadata_logging at 0x000001FBAB7AA0C0>]
z_command_data_logger: exit code: 1
li.main: Command ran in 29.764 seconds (init: 0.432, invoke: 29.332)
elemetry.main: Begin splitting cli events and extra events, total events: 1
elemetry.client: Accumulated 0 events. Flush the clients.
elemetry.main: Finish splitting cli events and extra events, cli events: 1
elemetry.save: Save telemetry record of length 4226 in cache file under C:\Users\Vic.azure\telemetry\2025022822373
146
elemetry.main: Begin creating telemetry upload process.
elemetry.process: Creating upload process: "C:\Program Files\Microsoft SDKs\Azure\CLI2\python.exe C:\Program Files
icrosoft SDKs\Azure\CLI2\Lib\site-packages\azure\cli\telemetry_init_.pyc C:\Users\Vic.azure C:\Users\Vic.azure
telemetry\20250228223736146"
elemetry.process: Return from creating process 5808
elemetry.main: Finish creating telemetry upload process.

Expected behavior

An ACI group named seq-aci should be created with two containers called seq and reverse-proxy.

Environment Summary

{
"azure-cli": "2.69.0",
"azure-cli-core": "2.69.0",
"azure-cli-telemetry": "1.1.0",
"extensions": {}
}

Additional context

I am fully aware of the limits imposed by Docker Hub, as noted in the article and also in Docker Hub usage and limits. However, I am confident I am not making that many requests per hour.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Auto-AssignAuto assign by botContainer Instancesaz containerService AttentionThis issue is responsible by Azure service team.Similar-IssuebugThis issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions