Step by step: .NET Core and Azure Cosmos DB

Step by step: .NET Core and Azure Cosmos DB is a short post on how to connect to Cosmos DB, save a document and then query to find it. Let’s start: Create a Cosmos DB account Create a Cosmos DB account in your Azure subscription. Once created get the URI and the primary Read-write key from the Keys section. If you need...