Hello folks,
I'm still getting the same error message. But when I looked for the error message I get the following :
{
"status": "Failed",
"error": {
"code": "ProvisionNotSupportedForRegion",
"message": "Provisioning in requested region is not supported."
}
}
I'm trying to deploy "Azure Database for MySQL" on the region CentralIndia. I'm trying to deploy via the Azure Portal.
Another time i got this error:
{
"status": "Failed",
"error": {
"code": "ProvisioningDisabled",
"message": "Subscriptions are restricted from provisioning in this region. Please choose a different region. For exceptions to this rule please open a support request with Issue type of 'Service and subscription limits'."
}
}
It fails for me irrespective which region I select, i have tried "US east" , "CentralIndia", "SouthIndia".
Not sure what I'm doing wrong.
Appreciate any help!