Failed when try to deploy azure database for mysql

leesaye 45 Reputation points
2024-01-15T03:25:16.98+00:00

Hi there, i register a new account with free tier last saturday. but when i try to deploy a new azure database for mysql, the progress is always shut down and failed even i retry it. Here is the details.

{
    "status": "Failed",
    "error": {
        "code": "InternalServerError",
        "message": "An unexpected error occured while processing the request. Tracking ID: '472d911b-6048-4488-90ab-e84a9c215f8e'"
    }
}
Azure SQL Database
{count} votes

Accepted answer
  1. RahulRandive 10,226 Reputation points
    2024-01-15T04:50:53.52+00:00

    Hi leesaye • 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 in that region. 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. Capacity needs to be granted to your subscription to create a server in those regions. Please refer to the snippet below for guidance on opening a Quota case User's image Hope this help! Thank you!

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.