- Microsoft Azure
- Level 100 (Introductory)
- 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
- 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?
- Azure Cosmos Documentation
- Create an Azure Comos Database in the Azure Portal
- Cosmos Query Playground
- Query Cosmos
- 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
- 30-45 minutes
- Knowledge of basic SQL commands will give an advantage