Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.02 KB

0B-Cosmos.md

File metadata and controls

25 lines (17 loc) · 1.02 KB

Optional Challenge B - Data in Cosmos DB

Prerequisities

  1. Challenge 7 - Monitoring should be done successfuly.

Introduction

In this challenge, you will use the Azure Cosmos DB Data Explorer in the portal to view saved license plate data.

  1. In your Cosmos DB account, open the Data Explorer
  2. Examine the contents of the Processed and NeedsManualReview
  3. Create a new SQL Query of processed documents where exported = false

Success Criteria

  1. You have been able to successfully query the Cosmos DB account

Tips

Description Links
About Azure Cosmos DB https://docs.microsoft.com/azure/cosmos-db/introduction

Next challenge (Data Export Workflow) >