The requested resource is not available in the location 'westeurope' at this moment

Miroslav Bartl 6 Reputation points
2021-01-14T10:28:14.51+00:00

I can create container with public IP in WestEurope without any problem

az container create -g my-rg --name testcontainer --image nginx:latest --cpu 1 --memory 1 --ports 80 443 --os-type=Linux --protocol=TCP

But once I add a network profile I get an error

az container create -g my-rg --name testcontainer --image nginx:latest --cpu 1 --memory 1 --ports 80 443 --os-type=Linux --protocol=TCP --network-profile=mfd_tom_devops_network_profile

The requested resource is not available in the location 'westeurope' at this moment. Please retry with a different resource request or in another location. Resource requested: '1' CPU '1' GB memory 'Linux' OS virtual network

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

1 answer

Sort by: Most helpful
  1. shiva patpi 13,171 Reputation points Microsoft Employee
    2021-01-14T19:29:34.93+00:00

    Hello @Miroslav Bartl ,
    Thanks for your query.
    It should be resolved now . Can you retry the same command again ?

    Regards,
    Shiva.