when we are restoring a db using automated backup it is getting error while provisioning
getting this error while restorong the db
{ "code": "DeploymentFailed", "target": "/subscriptions/fdcf8a78-634f-4b78-ac98-56c2e655226f/resourceGroups/CSL-Database/providers/Microsoft.Resources/deployments/RestoreMySQLFlexibleServer_ad9cfc9353bf446cafbe4c33e43b5d31", "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/fdcf8a78-634f-4b78-ac98-56c2e655226f/resourceGroups/CSL-Database/providers/Microsoft.DBforMySQL/flexibleServers/corestart-ind", "message": "The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'." } ] }
[
{
"id": "/subscriptions/fdcf8a78-634f-4b78-ac98-56c2e655226f/resourceGroups/CSL-Database/providers/Microsoft.Resources/deployments/RestoreMySQLFlexibleServer_ad9cfc9353bf446cafbe4c33e43b5d31/operations/4627D648D89176EF",
"operationId": "4627D648D89176EF",
"properties": {
"provisioningOperation": "Create",
"provisioningState": "Failed",
"timestamp": "2025-10-22T13:58:06.517158Z",
"duration": "PT4M5.4491121S",
"trackingId": "c8695012-a98e-492b-be46-7df78836602f",
"statusCode": "Conflict",
"statusMessage": {
"status": "Failed",
"error": {
"code": "InternalServerError",
"message": "An unexpected error occured while processing the request. Tracking ID: '90957553-b05b-4f60-9d68-3c78444785a8'"
}
},
"targetResource": {
"id": "/subscriptions/fdcf8a78-634f-4b78-ac98-56c2e655226f/resourceGroups/CSL-Database/providers/Microsoft.DBforMySQL/flexibleServers/corestart-ind",
"resourceType": "Microsoft.DBforMySQL/flexibleServers",
"resourceName": "corestart-ind"
}
}
}
]