Home > Mobile >  How can I download .Net application after creating items container?
How can I download .Net application after creating items container?

Time:01-05

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.

Click on the first button Why I get this?

What I get after clicking on the first button

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.

enter image description here

  • Step-2: Post create you will get like below click on that Create an item .

enter image description here

  • 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 :

enter image description here

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

  •  Tags:  
  • Related