Hi @Molagara, Bhanu P ,
Welcome to Microsoft Q&A forum and thanks for using Azure services.
As I understand, you want to know how and where to see if an Azure Database for PostgreSQL flexible server is started or not.
To check the current status of the Azure Database for PostgreSQL flexible server, open the server and inside the Overview tab at the top you can see the Current status as "Start" or "Stop":
If it is at stopped state, this page will have a button to "Start".
This could be also checked through Azure CLI with command az postgres flexible-server show --resource-group xyz --name testflexservershakti
If the server is at Ready State i.e Started, then it is shown as Available:
And, when you try to "Restart" the server using the Restart button, it will also show in the notification panel on the right side and temporary status until it gets Restarted as "Stopped":
At CLI, status will be "Restarting":
Once it is Restarted successfully, it will show as Available:
Hope this helps. If this answers your query, do click Accept Answer
and Mark Helpful
for the same. And, if you have any further query do let us know.