MySQL Flexible Servers Deployment is taking a long time/ Unable to delete VNet/Subnet due to serviceAssociationLinks.

Al 21 Reputation points
2024-03-19T06:13:09.5833333+00:00

Hi,

I'm trying to deploy MySQL Flexible Servers, but it's taking too long. As of this writing, the deployment has been running for about an hour.

I have successfully deployed before. This time, the difference is that the MySQL server is deployed in a Vnet and subnets I created previously.

This is my second attempt to deploy. On my first attempt, I cancelled it because it was also taking a long time.

I tried to clean up the resources by deleting the VNet and subnets, but I cannot do so due to "serviceAssociationLinks." This is the reason I am trying again the 2nd time. I think that If I can successfully create and delete the DB, the "serviceAssociationLinks" will be removed.

Any reason why the deployment is taking too long? Or is there a way that I can remove the association?

Thanks.

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

1 answer

Sort by: Most helpful
  1. ShaktiSingh-MSFT 14,281 Reputation points Microsoft Employee
    2024-03-19T08:44:37.1466667+00:00

    Hi Al •,

    Welcome to Microsoft Q&A forum.

    As I understand, your Azure MySQL Flexible Servers Deployment is taking a long time/ Unable to delete VNet/Subnet due to serviceAssociationLinks.

    There could be any of the following reasons due to which the deployment is taking long:

    1). Check Resource Limits there could be subscription-based limits on the deployment of resources.

    2). Try to delete the VNet or subnet again using Azure CLI or PowerShell. You can use the following command to force deletion if necessary:

    az network vnet delete --name <vnet-name> --resource-group <resource-group-name> --yes

    3). You can check if there is any Region-specific temporary outage which could also make it long.

    4). Check existing Network Settings if they are correct.

    Let us know if this helps or have queries.

    Thanks

    0 comments No comments