Unable to deploy sql flexible server

Sudeep Gangadharan 0 Reputation points
2025-06-03T17:44:00.7366667+00:00

I'm unable to deploy a SQL flexible server. I keep getting the error :
{"code":"DeploymentFailed","target":"/subscriptions/7098da77-f7f8-4022-adc3-124dc67ef4ff/resourceGroups/bytepe-prod-rg/providers/Microsoft.Resources/deployments/MySqlFlexibleServer_92790a80409b11f0b26babfa1eb118e5","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"ResourceDeploymentFailure","target":"/subscriptions/7098da77-f7f8-4022-adc3-124dc67ef4ff/resourceGroups/bytepe-prod-rg/providers/Microsoft.DBforMySQL/flexibleServers/bytepe-mysql-prod-server","message":"The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'."}]}

Is this a problem with my subscription?

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
969 questions
{count} votes

1 answer

Sort by: Oldest
  1. Sudeep Gangadharan 0 Reputation points
    2025-06-04T14:14:43.97+00:00

    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!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.