Azure resource group not showing up in portal

JaredN 20 Reputation points
2024-01-11T18:38:17.7533333+00:00

I recently deployed a flexible mysql server on azure and am accessing it through a python flask app as well as azure data studio. A couple days later I started a free 30 day cosmos db trial with the same azure account so i could integrate mongodb/nosql into my app. Now when i go to my azure portal I am only able to see the cosmos db subscription and resource group and no longer can find my resource group containing the MySQL intstance. However, the mySQL instance is still up and running as i am able to query and use it through my python code and azure data studio. Not sure where else to look for this mysql flexible server if i am unable to find it in the portal. I would still like to keep tabs on it and make sure i am not going past the free tier and just have the knowledge that it is indeed still there so I am not in the dark. Any help would be greatly appreciated!

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
897 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,762 questions
{count} votes

Accepted answer
  1. Luca Lionetti 3,226 Reputation points
    2024-01-11T18:54:55.6733333+00:00

    Hi, Welcome to Microsoft Q&A community forum! you may have multiple directories, or multiple subscriptions, check at the following link: https://portal.azure.com/#settings/directory image-2

    Hope this helps Cheers Luca Please "Accept as Answer" and Upvote if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. RahulRandive 10,226 Reputation points
    2024-01-11T18:51:27.6533333+00:00

    Hi JaredN • Alternatively, you can find and confirm the same using CLI command https://learn.microsoft.com/en-us/cli/azure/mysql/flexible-server?view=azure-cli-latest#az-mysql-flexible-server-show az mysql flexible-server show --resource-group testGroup --name testserver User's image

    Thank you!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.