Azure Cosmos DB- SQL API using EF Core- Part two

Recap In my previous article, we have seen the introduction of the Cosmos DB. If you haven’t read my previous article then I highly encourage you to do so https://dotnetintellect.com/2020/06/29/azure-cosmos-db-intro/ Azure Cosmos DB CLI Let's begin with creating Azure resources using CLI //login az login //Resource group creation $resourcegroup="CosmosDBverify" az group create -l southindia -n …

Continue reading Azure Cosmos DB- SQL API using EF Core- Part two