Developing Solutions That Use Azure Table Storage & Cosmos DB
Learning Objective: Use Azure Table storage service, which stores structured NoSQL data in the cloud, providing a key/attribute store with a schema-less design. Also, learn how to use Azure Cosmos DB storage to manage containers and items, and create and update documents by using the code.
Topics:
- Azure Table storage overview
- Authorization in Table storage
- Table service REST API
- Azure Cosmos DB overview
- Managing containers and items
- Handle documents
Hands-On:
- Perform Shared Key Authorization
- Use the Azure Table storage REST service to manage data
- Create, read, update, and delete data by using appropriate APIs
- Creating and updating documents by using code