Question, did you were able to catch the server logs during that time? if so, can you post them here, so we can review them, we can check them on PM if thats ok.
The MySQL flexible server is not starting up
I'm trying to restart a MySQL Flexible database on Azure and is not possible.
during the starting up I have the following error message:
Error occurred starting the server ixc-omni-prod-akeneo-uat. An unexpected error occurred while processing the request. Tracking ID: 'd53fc813-f30f-42e5-a757-e9b05312608b'
The error message is not to much clear or is not with the info completed or not understandable.
2 answers
Sort by: Most helpful
-
Luis Monge 0 Reputation points Microsoft Vendor
2025-02-19T21:41:25.2433333+00:00 -
RahulRandive 10,231 Reputation points
2025-02-19T23:02:24.3533333+00:00 Look like your server is in east us1 region. Can you try using
az mysql flexible-server restart
commandaz mysql flexible-server restart [--name]
[--resource-group]
[--subscription]
If you still get an error, probably you need to check with the support team.
Thank You!