cosmos db
Step by step: .NET Core and Azure Cosmos DB
·444 words·3 mins
azure
dotnet
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.