How can I export data from Azure Cosmos DB account to .json file locally?
Yes, you can export data from Azure Cosmos DB account to local machine using Azure Data Studio Tool.
Follow the below steps to export data from Azure Cosmos DB to local machine.
i) Make sure to install Azure Cosmos DB extension in Azure Data Studio
if it's not installed.
ii) Connect to Azure Cosmos DB by providing required credentials.
Make sure whether it connects successfully or not.
iii) Right click on Container
name as shown below and select Export Documents as shown below. Select the path where you want to save the data in your local machine and click on Export as shown below.
It successfully exports the data into the desired path.