An Azure managed MySQL database service for app development and deployment.
Was the region UK South? Because I've had the same issue today.
I was able to create it in UK West without a problem but this is not where I wanted to place it.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am unable to create the azure database for my sql servers, in the deployment phase am getting error related to regions, no matter how many regions i changed , still i am unable to create. Its continously failing in the delpoyment phase due to the region errors
An Azure managed MySQL database service for app development and deployment.
Was the region UK South? Because I've had the same issue today.
I was able to create it in UK West without a problem but this is not where I wanted to place it.
The behavior indicates a subscription/region capacity or access issue rather than a problem with the MySQL service itself. Use the following checks and fixes in order:
namespace 'Microsoft.DBforMySQL' or subscription access:
az provider register --namespace Microsoft.DBforMySQL
Register-AzResourceProvider -ProviderNamespace Microsoft.DBforMySQL
The region is restricted.The region is out of capacity.Provisioning is restricted in this region. Choose a different region.Subscriptions aren't available for provisioning in this region.Specified SKU not supported in this region.The specified VM family isn't supported in this region.Specified Availability Zone not supported in this region.References: