Create Azure Cosmos DB database

Run the following command to create a database called in your Azure Cosmos DB account. 

az cosmosdb sql database create --resource-group {RESOURCE_GROUP} --account-name {COSMOS_NAME} --name {DATABASE_NAME}

Comments

Leave a Comment

All fields are required. Your email address will not be published.