How to fix error "The resource write operation failed to complete successfully, because it reached terminal provisioning state Failed" while creating Azure Mysql Flexible server

Rohith 20 Reputation points
2024-02-28T11:58:31.7166667+00:00

Hi Team, I am getting below error when i try to create Azure Database for MySQL servers.

{
    "status": "Failed",
    "error": {
        "code": "InternalServerError",
        "message": "An unexpected error occured while processing the request. Tracking ID: 'b4cb0b51-510c-4edb-89d2-dfe9bf49765d'"
    }
}
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
726 questions
0 comments No comments
{count} votes

Accepted answer
  1. Rahul Randive 8,751 Reputation points Microsoft Employee
    2024-02-28T12:37:03.85+00:00

    Hi @Rohith
    Thanks for sharing tracking id. According to the backend log, it appears that you are attempting to create a server in the East US region and encountering a failure due to a Quota issue.

    If possible, you can try creating the server in another region.

    Alternatively, if you prefer to create the server in the same region, you may need to open a support case to request additional capacity for server creation in your subscription

    User's image

    Thank you!

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. TP 78,976 Reputation points
    2024-02-28T12:06:35.5833333+00:00

    Hello,

    Have you tried deleting any related resource(s) that may have been created in the resource group and then tried to create it again from scratch? Sometimes when you get a failure like that if you try it again a few minutes later it will succeed.

    -TP