MYSQL server fails to deploy

Siddhesh Sreedar 45 Reputation points
2024-06-30T07:50:40.56+00:00

Hi,

Im getting the error every time I try to deploy my SQL server:


{
  "code": "DeploymentFailed",
  "target": "/subscriptions/18056636-828c-4513-82bb-4da7a7591753/resourceGroups/mldatabase101/providers/Microsoft.Resources/deployments/MySqlFlexibleServer_a97708055f60460c8b099ce7ab2de983",
  "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/18056636-828c-4513-82bb-4da7a7591753/resourceGroups/mldatabase101/providers/Microsoft.DBforMySQL/flexibleServers/mldatabase4",
      "message": "The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'."
    }
  ]

The status shows as "Conflict"

{
    "status": "Failed",
    "error": {
        "code": "InternalServerError",
        "message": "An unexpected error occured while processing the request. Tracking ID: 'eb559e02-b538-48bf-9dee-a660f409fdbd'"
    }
}

And from the below image, you can see the step where it fails from the resource group:

And when I clicked on the json it said: ResourceOperationFailure with InternalServerError, so could this be an issue from Azure's end? Screenshot 2024-06-30 at 1.17.34 PM

Im not sure whats the issue, I tried changing the region, created a new resource group but still I'm getting the same error.

Azure Database for MySQL
{count} votes

Answer accepted by question author
  1. SSingh-MSFT 16,461 Reputation points Moderator
    2024-07-01T06:03:36.6166667+00:00

    Hi Siddhesh Sreedar •,

    Welcome to Microsoft Q&A forum.

    As I understand, you are trying to create Azure Database for MySQL Flexible Server and it is failing during deployment with "InternalServerError".

    I tried in the region "East US 2" and was able to create and deploy successfully:

    User's image

    Coud you please retry and let us know the result.

    Thanks.


0 additional answers

Sort by: Most helpful

Your answer

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