MariaDB Azure won't start

Christian Röhl 1 Reputation point
2020-12-15T12:05:08.183+00:00

Hi,

i had a Problem with the MariaDB Instance from Microsoft Azure.

We stop the instance every evening, because it is only an dev environment.
Today in the morning i start all services again, also the MariaDB Service.

After 4 hours the mariaDB didn't start.
All buttons exclude Delete are grey and i couldn't do anything.
They don't want start. There are no logs or anything. I didn't want to delete the service!

48382-image.png

This is how it is look in azure.

Status is Starting

Thanks for your Help
Christian

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

1 answer

Sort by: Most helpful
  1. Anurag Sharma 17,581 Reputation points
    2020-12-15T12:49:59.283+00:00

    Hi @Christian Röhl , welcome to Microsoft Q&A forum. Apologies for the trouble you have been facing.

    Could you please try running below Azure CLI command to check the status of server and check the userVisibleState property as shown in below screenshot:

    az mariadb server show --name ServerName --resource-group ResourceGrpName  
    

    48391-image.png

    Please let me know once you get the value and we can check further the issue.