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?
Im not sure whats the issue, I tried changing the region, created a new resource group but still I'm getting the same error.