Share via

Access my resource through application

Prateek Singh 20 Reputation points
2025-10-28T05:25:56.7+00:00

Hi

I want to disable public network access on my Cosmos DB resource and use a private endpoint to ensure a secure connection. For testing, I created a virtual machine to check connectivity and ran the nslookup command, which worked. Now, I would like to use a graphical application like Azure Storage Explorer inside the VM to connect to my Cosmos DB resource and view it through the application. Is this possible?

Azure Cosmos DB
Azure Cosmos DB

An Azure NoSQL database service for app development.


Answer accepted by question author

Amira Bedhiafi 42,941 Reputation points MVP Volunteer Moderator
2025-10-28T09:29:42.37+00:00

Hello Prateek !

Thank you for posting on Microsoft Learn Q&A.

As far as I know you can use a GUI from inside that VM to browse Cosmos DB over your private endpoint, but Azure Storage Explorer isn’t the right tool anymore since its Cosmos DB integration has been deprecated.

You can use the following

  • Azure Cosmos DB Data Explorer for full CRUD and the web Data Explorer needs you to enable the allow access from Azure portal networking exception and if you’ve fully disabled public access, the portal can’t reach your account until that checkbox is enabled. https://learn.microsoft.com/en-us/azure/cosmos-db/data-explorer
  • VS Code Azure Cosmos DB extension
  • API-specific clients from the VM like Mongo API, Cassandra API and Gremlin/SQL SDKs

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

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