PS C:\Users\conta\work\sbdemo> az container create -g sbdemo0409 -n sbdemo0409 --image mcr.microsoft.com/azuredocs/aci-helloworld --dns-name-label sbdemo0409 --ports 80 --location eastus (InternalServerError) Encountered an internal server error. The trac

Ravikumar 0 Reputation points
2024-05-27T11:05:15.6333333+00:00

PS C:\Users\conta\work\sbdemo> az container create -g sbdemo0409 -n sbdemo0409 --image mcr.microsoft.com/azuredocs/aci-helloworld --dns-name-label sbdemo0409 --ports 80 --location eastus

(InternalServerError) Encountered an internal server error. The tracking activity id is 'ce9e789c-5d61-401c-8573-6cb224cfb8f2', correlation id is 'b25bc559-1033-4d36-9e8b-21de3635c522'.

Code: InternalServerError

No other information avaialble how to resovle it.

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
667 questions
{count} votes

2 answers

Sort by: Most helpful
  1. vipullag-MSFT 25,526 Reputation points
    2024-05-28T04:03:37.51+00:00

    Hello Ravikumar

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    Based on the details shared, you are trying to create an Azure Container Instance using the Azure CLI, but you are encountering an internal server error.

    To troubleshoot this issue, you can try the following steps:

    • Check if you have the latest version of Azure CLI installed. You can run the command az --version to check the version of Azure CLI installed on your machine.
    • Check if you have the necessary permissions to create a container instance in the specified resource group.
    • Try creating the container instance in a different region or resource group.

    I hope this helps!

    0 comments No comments

  2. Andriy Bilous 11,091 Reputation points MVP
    2024-05-30T04:43:50.7533333+00:00

    Hello Ravikumar

    The error you see InternalServerError means that something went wrong on the Azure server side.

    Here are some tips you can do to try to resolve your issue:

    1. Try to run your script again or use another region.
    2. Check Azure Service Health
    3. Check Resource Quotas
    4. Double-check the syntax of your az container create command to ensure it’s correct.
    5. If a previous attempt to create a container with the same name partially succeeded you could see this error

    You can always ask Azure Support to help to resolve your issue as they can use these IDs to look into the logs and provide more specific guidance.

    0 comments No comments