Azure by Patrik

Create Azure Cosmos DB account

Create an Azure Cosmos DB account running the following command

az cosmosdb create --resource-group {RESOURCE_GROUP} --name {COSMOS_NAME}

Comments