Azure MySQL Flexible Server stuck in "Updating" state – cannot delete or access it

Riad Ahmod 0 Reputation points
2025-12-06T00:45:13.6+00:00

Hi there,

I have a MySQL Flexible Server that is currently stuck in the updating state for last few days and cannot be deleted via the portal or CLI. I have already removed all associated VNets, subnets, and private endpoints, so there are no visible network dependencies blocking deletion.

I have tried deleting the server using the Azure CLI, but the deletion fails and the server remains in updating and my bill keeps increasing. I almost tried every possible solution but none of them worked.

How can I reach out to someone who would be able to do it internally?

Guidance on any further steps I need to take to resolve this would also be appreciated.

Thank you for your help.

Azure Database for MySQL
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-12-06T00:45:26.38+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If your Azure MySQL Flexible Server is stuck in the "updating" state and you cannot delete or access it, here are some steps you can take:

    1. Check Azure Status: Sometimes, Azure services may experience outages or issues that can affect your resources. Visit the Azure status page to see if there are any ongoing issues with the MySQL service.
    2. Use Azure CLI for Troubleshooting: You can try to gather more information about the server's status using Azure CLI commands. For example, you can check the activity logs to see if there are any errors or messages related to the server's state:
         az monitor activity-log list --resource-group <RESOURCE_GROUP_NAME> --resource-id <SERVER_RESOURCE_ID>
      
    3. Contact Azure Support: If the server remains stuck and you cannot resolve the issue through the portal or CLI, it may be necessary to reach out to Azure Support for assistance. You can create a support request through the Azure portal:
      • Go to the Azure portal.
      • Click on "Help + support".
      • Select "New support request" and follow the prompts to submit your issue.
    4. Document Your Attempts: When contacting support, be sure to document all the steps you have taken so far, including any error messages you received when attempting to delete the server. This information will help the support team assist you more effectively.
    5. Consider Resource Locks: If you had previously set any resource locks on the server, ensure they are removed, as they can prevent deletion.

    By following these steps, you should be able to either resolve the issue or get the necessary help from Azure Support to address the problem with your MySQL Flexible Server.


    References:

    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.