Recap In the previous article, we have discussed about Secret manager and how it is useful during development lifecycle. If you haven't read my previous article on Secret Manager then I highly encourage you to go through https://dotnetintellect.com/2020/04/05/secret-manager-and-azure-key-vault-part-1/ In case, you are not using Azure, I would recommend you to go for free trail by …
Tag: Azure
Azure Cosmos DB-SQL API Geo Replication using EF Core- Part Three
Recap In the previous articles, we have seen the introduction of Cosmos DB and EF Core with Cosmos DB-SQL API. If you haven’t read my previous articles then I highly encourage you to do so https://dotnetintellect.com/2020/07/05/azure-cosmos-db-sql-api-using-ef-core-part-two/https://dotnetintellect.com/2020/06/29/azure-cosmos-db-intro/ Source Code Azure CLI In the previous article, we saw how to create Cosmos DB. You can refer to …
Continue reading Azure Cosmos DB-SQL API Geo Replication using EF Core- Part Three
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