Error creating a MySQL Database.

Thiago Lemos 0 Reputation points
2024-01-17T19:15:09.3733333+00:00

I'm having problems creating my MySQL Database, I'm following a class where the teacher creates the MySQL resource, but when I go to create it, the following error appears: { "status": "Failed", " error": { "code": "InternalServerError", "message": "An unexpected error occurred while processing the request. Tracking ID: 'e2fb0e15-f1b0-4e34-8d14-150dc2a7942c'" } } And it prevents me from creating the server and continuing to advance with my course, I've already tried all the instructions sent by Azure, and it didn't work, I've tried reviewing the code, redeploying, error logs, reviewing configurations, and it hasn't solved the problem . can you help me? User's image

Operation ID: /subscriptions/aa3f046d-ff0e-43b7-b9c4-b16a2666e239/resourceGroups/curso_alura/providers/Microsoft.Resources/deployments/MySqlFlexibleServer_21e48ac6187c461fb7dc712141405acf/operations/3F1975AB321EC37E Resource ID: /subscriptions/aa3f046d-ff0e-43b7-b9c4-b16a2666e239/resourceGroups/curso_alura/providers/Microsoft.DBforMySQL/flexibleServers/curso-alura-data Deployment Correlation ID: 8615aeaa-e3b7-4e20-91f1-7c860b8f2ffb

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
Azure Database for MySQL
{count} votes

1 answer

Sort by: Most helpful
  1. RahulRandive 10,501 Reputation points Volunteer Moderator
    2024-01-17T20:37:58.3633333+00:00

    Hi Thiago Lemos •, 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

    Thank you!

    0 comments No comments

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.