I'm following an Azure Cloud course in LinkedIn learning and I'm trying to get the example application from Azure Cosmos DB, after clicking on creating a container I got always the example application download button disabled.
CodePudding user response:
Below are the workaround to create a CosmosDb account and add container and download sample project of .net
- Step-1: Create an cosmosDB account in Azure portal.
- Step-2: Post create you will get like below click on that Create an item .
- Step-3: After click on that create item go to overview tab make a refresh and the check in quick start you will get something like below to download :
NOTE: We can do it on Azure free trail account as well .
For more information please find this Microsoft documentation : Build a .NET console app to manage data in Azure Cosmos DB SQL API account





