As modern, cloud-based apps have evolved, they have required data storage to adapt with them. Services such as Azure Cosmos DB have risen to the challenge by providing a fully managed, multi-model, globally distributed NoSQL database. Performing the actions of this lab will help you become familiar with how to create, modify, delete, and query data using the Core (SQL) API.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Insert Player Profiles
Use Data Explorer within the Azure Cosmos DB account to create player profile documents. The suggestion is to create at least three, each having different teams.
Example Fields:
- gamerId: 7777
- team: red
- gamerTag: Darth Delmar
- statusMessage: glhf 🙂
- isOnline: true
- Update Player Profiles
Use Data Explorer within the Azure Cosmos DB account to update player profile documents. One suggestion would be to place some of them on the same team. Leave some on another team for the other objectives.
- Query Player Profiles
Use Data Explorer within the Azure Cosmos DB account to query player profile documents. One suggestion would be to search for all player profiles that are on one team.
- Delete Player Profiles
Use Data Explorer within the Azure Cosmos DB account to delete player profile documents.