You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
From the previously created Cosmos DB pull the key and endpoint from the Azure Portal.
Open folder from Visual Studio Code and updated Program.cs
From the console run commands dotnet build and dotnet run