8vCPU in ACI

Ianez Mathias 60 Reputation points
2023-08-07T14:33:43.4433333+00:00

How can I create an Azure container instance with 8vCPU? At the time of creation, the option is displayed, but an error occurs during deployment.

User's image

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
748 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. vipullag-MSFT 26,476 Reputation points
    2023-08-07T16:22:45.53+00:00

    Hello Ianez Mathias

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

    What error are you getting?

    Can you try to deploy it using CLI once and see if it succeeds:

    Ex: az container create -g MyResourceGroup --name mywinapp --image winappimage:latest --os-type Windows --cpu 2 --memory 3.5

    Ref: https://learn.microsoft.com/en-us/cli/azure/container?view=azure-cli-latest#az-container-create

    Make sure to also specify the --memory parameter with a value that is appropriate for your needs. If you receive an error during deployment, please provide me with the error message so that I can help you troubleshoot the issue.

    Hope this helps.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.