< Previous Challenge - Home - Next Challenge >
Our application, like all applications, needs data. We will be using Azure Cosmos DB for this. Azure Cosmos DB is Microsoft's globally distributed, multi-model database service. With a click of a button, Cosmos DB enables you to elastically and independently scale throughput and storage across any number of Azure regions worldwide.
- In your shell, create a CosmosDB Account
- NOTE: When creating large resources, be patient for it to end.
- Copy the
PrimaryMasterKey
of the CosmosDB Account you just created as we will be needing it later - TIP: Once again, think about using a shell variable to hold this value.
- You've successfully created a new CosmosDB.
- You've saved off the
PrimaryMasterKey
in a variable for future use.