Describe the bug I am following instructions at https://docs.microsoft.com/en-gb/azure/container-registry/container-registry-tutorial-quick-task When I issue the following command on a resource group in France Central Region
az container create ............
I get
The provided location 'francecentral' is not available for resource type 'Microsoft.ContainerInstance/containerGroups'. List of available regions for the resource type is 'westcentralus,westus,eastus,westeurope,westus2,northeurope,southeastasia,eastus2,centralus,australiaeast,uksouth,southcentralus,centralindia,brazilsouth,southindia,northcentralus,eastasia,canadacentral,japaneast,koreacentral'.
Is it normal?
Any relevant environment information
Azure Shell/ Bash 5/25/2020, 6:26 PM GMT+2 Registry = sierac.azurecr.io image names = helloacrtasks:v1 Additional context Add any other context about the problem here. I opened a thread with full details at https://github.com/Azure/acr/issues/406