when trying to create MYSQL flexible server getting ERROR: (InternalServerError) An unexpected error occured while processing the request error.

katta nagaraj kumar 21 Reputation points
2022-03-08T11:12:14.863+00:00

Using Azure CLI trying to create MYSQL Flexible server and getting the below error. here is the error

ERROR: (InternalServerError) An unexpected error occured while processing the request. Tracking ID: 'e67fb02f-8235-40d8-9758-e5bdf16880ac'
Code: InternalServerError
Message: An unexpected error occured while processing the request. Tracking ID: 'e67fb02f-8235-40d8-9758-e5bdf16880ac'

here is the command i am trying

az mysql flexible-server create --location centralindia --resource-group mytestrsg --name mytest-mysql-instance --admin-user myadmin --admin-password MYPwd@Gary_WRC --sku-name Standard_D2ds_v4 --tier "GeneralPurpose" --storage-size 32 --address-prefixes "10.0.0.0/16" --subnet-prefixes "10.0.0.0/24" --subnet "default-subnet" --backup-retention 10 --high-availability SameZone --iops 1000 --storage-auto-grow Enabled --version 8.0.21 --vnet mytest-vnw --yes --private-dns-zone "mysqldns.private.mysql.database.azure.com"

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
714 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anurag Sharma 17,571 Reputation points
    2022-03-09T09:57:10.557+00:00

    Hi @katta nagaraj kumar , welcome to Microsoft Q&A forum.

    I tried to create Flexible Server yesterday through same command but it did not work however when I tried using the same command today it created the server for me. This could be some glitch yesterday.

    I would request you to please try again one more time and let us know in case you face the same issue.


0 additional answers

Sort by: Most helpful