Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 591 Bytes

File metadata and controls

21 lines (13 loc) · 591 Bytes

AZ-204 Demo: Querying Cosmos DB from SDK

In this demo you will connect to provisioned Cosmos DB. You will run the code to create a several documents. The code will also replace documents and search though documents.

Technical Requirements:

  • Visual Studio Code
  • net 5.0

Demonstration

  1. From the previously created Cosmos DB pull the key and endpoint from the Azure Portal.

  2. Open folder from Visual Studio Code and updated Program.cs

  3. From the console run commands dotnet build and dotnet run

  4. Monitor console for the code output.

    m04-demo3