Im unable to deploy both postgresql flexible server and mysql flexible server in location German west central

Victor KAKAMA 0 Reputation points
2025-03-07T18:20:50.32+00:00

I deployed Azure Database for PostgreSQL - Flexible Servers which was successful in German West Central, when i tried deploying Azure Database for MySQL - Flexible Server it threw error; 

 

{"code":"DeploymentFailed","target":"/subscriptions/9f9b30a6-2331-4a0c-924c-63021c8311a6/resourceGroups/resgrp-sandbox-germanywestcentral-01/providers/Microsoft.Resources/deployments/MySqlFlexibleServer_ef985fa64e9c4263b11bafbfc71c2660","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"ResourceDeploymentFailure","target":"/subscriptions/9f9b30a6-2331-4a0c-924c-63021c8311a6/resourceGroups/resgrp-sandbox-germanywestcentral-01/providers/Microsoft.DBforMySQL/flexibleServers/mysql-sandbox-rg-gwc-02","message":"The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'."}]}

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

1 answer

Sort by: Most helpful
  1. Prasad Chaganti 80 Reputation points Microsoft External Staff
    2025-03-07T23:24:03.07+00:00

    Hi Victor KAKAMA,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    It seems you're facing a deployment error while trying to deploy Azure Database for MySQL - Flexible Server in the German West Central region.

    Make sure you have the required permissions to deploy Azure Database for MySQL - Flexible Server. You must have the Contributor role or a higher-level role on the resource group where the server is being deployed.

    Verify that the service principal or user account you are using has the required permissions to create and manage resources in the specified region

    The error message indicates that the deployment operation failed and reached a terminal provisioning state 'Failed'. This could be due to various reasons such as insufficient permissions, resource quota limits, or region-specific issues

    The Azure Database for MySQL - Flexible Server documentation provides detailed information on the necessary permissions and steps to deploy the server.

    Please refer to the Document https://learn.microsoft.com/en-us/azure/mysql/flexible-server/overview for more details

    Make sure you have the necessary permissions and that the resource group and region are properly configured.

    To troubleshoot the deployment error, you can use the Azure Resource Manager (ARM) deployment operations. The link provided in the error message (https://aka.ms/arm-deployment-operations) offers guidance on how to list deployment operations and understand the details of the failure

    Check the deployment logs and error details to identify the specific cause of the failure. This can help you address any issues related to permissions, resource quotas, or region-specific constraints

    By following these steps and verifying that you have the required permissions, you should be able to resolve the deployment error and successfully deploy Azure Database for MySQL - Flexible Server.

    Hope this helps. Do let us know if you any further queries.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


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.