Challenge 3: Get Some Data

< Previous Challenge - Home - Next Challenge >

Introduction

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.

Description

Success Criteria

  1. You’ve successfully created a new CosmosDB.
  2. You’ve saved off the PrimaryMasterKey in a variable for future use.

Learning Resources