Not able to create MySQL flexible Server Replica in paired region

Maulin Shah (Crest Data Systems Private Lim) 40 Reputation points Microsoft Vendor
2024-02-15T10:35:14.31+00:00

When we are trying to create read replica for MySQL flexible Server through AZ CLI/terraform, it's throwing internal server error. although if we are trying from the Azure portal then it's working fine.

Please find the below details of error:
performing Create: unexpected status 500 with error: InternalServerError: An unexpected error occured while processing the request. __Tracking ID: '5de43f1b-e0d7-4df9-966a-6afe057d2ff8'

It would be great if someone can provide a more logs from above mentioned Tracking ID__

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
723 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Rahul Randive 8,826 Reputation points Microsoft Employee
    2024-02-15T19:14:27.1533333+00:00

    Hi Maulin Shah (Crest Data Systems Private Lim) As per the document, How to create and manage read replicas in Azure Database for MySQL using the Azure CLI and REST API I have used below command to create replica in westus and it worked for me. az mysql server replica create --name mydemoreplicaserver --source-server mydemoserver --resource-group myresourcegroup --location westus User's image

    0 comments No comments