Hello @Miroslav Bartl ,
Thanks for your query.
It should be resolved now . Can you retry the same command again ?
Regards,
Shiva.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
Hello @Miroslav Bartl ,
Thanks for your query.
It should be resolved now . Can you retry the same command again ?
Regards,
Shiva.