My Azure MySQL flexible server is unresponsive and shows “Updating” status, which started a day ago.
It has been running for 10 months without issues.
The server stopped responding with the message “Attention: MySQL Flexible Server Burstable SKU credits are close to being fully utilized”.
I have tried to scale up the server, but it didn't complete the deployment process after several hours, so I canceled it.
I have attempted to restore, reboot, and even stop the server using the portal and Azure CLI, but these methods failed. I was then successful in creating a new DB server from a local backup.
Now, I'm trying to delete the original server, but it has been running for 4 hours and fails with the error message “An error occurred deleting MySQL server *-dbserver. Unknown error.”
I also tried the “az mysql flexible-server db delete ~” command on Azure CLI, but it remains stuck in an indefinite loop.
I attempted a two-step process: first deleting the database and then the server, but it is still stuck on the first phase.
Is there any method to resolve this issue?