Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.48 KB

DBS05-AZ100.md

File metadata and controls

53 lines (37 loc) · 1.48 KB

DBS05-AZ100 - Creating a Microsoft Azure Cosmos Db (SQL API)

Cloud Service Provider

  • Microsoft Azure

Difficulty

  • Level 100 (Introductory)

Project's Author(s)

Objectives

You need to complete the following:

  • Create an Azure Cosmos SQL API Database
  • Create a Container
  • Create 3 random items in the same Container
  • Query the database to return all the items

You need to answer the following:

  • What is a Container?
  • What is an Item?
  • What querying lanuguage does cosmos use?
  • What is the maximum size of a document?
  • What is an RU?
  • What is a partition key?
  • What is the _ts property on an item?
  • What does the _etag item property do?
  • List the consistancy models for cosmos?
  • List 2 other Azure services that integrate with Cosmos?

References

Costs

  • For free for 30 days
  • $1-5/month estimates on the serverless tier in a non-production environment with 1GB storage
  • $20+/month on other tiers

Estimated time to complete

  • 30-45 minutes

Tips

  • Knowledge of basic SQL commands will give an advantage