How to Create Azure CosmosDb/MongoDb Replica?
Periodic Backup Following script can be used to provision the Mongo Database inside Azure CosmosDb with enabled geo replica: az cosmosdb create --subscription '***' --resource-group ...
Periodic Backup Following script can be used to provision the Mongo Database inside Azure CosmosDb with enabled geo replica: az cosmosdb create --subscription '***' --resource-group ...
When trying to provision the CosmosDb or when trying to add a globally replicated instance of the account, you might get the following error: Sorry, we ...
Introduction In the last years, we have been creating many Machine Learning applications in different business domains. However, all of them share more or less the ...
Very often when scipting the infrastructure in Azure, you will have to deal with [JMES Paths]https://docs.microsoft.com/en-us/cli/azure/query-azure-cli?tabs=concepts% ...
The new version of .NET 6.0 is the great one. I love it. Also the new Visual Studio 2022 (v17) is the great one. However ...