Build a Table API App with Python and Azure CosmosDB
In this lab, you’ll practice how to leverage the CosmosDB Python SDK to interact with the Table API. When you’re finished with this lab, you’ll be able to create Python applications that interact with Azure CosmosDB Table API.
Terms and conditions apply.
Lab info
Lab author
Challenge
Authenticate Against CosmosDB Table API in Python
You will correctly configure your Python application to authenticate against CosmosDB Table API.
Challenge
Add an Entity to Azure CosmosDB Table Api with Python
You will use the Python SDK to add Entities to a Table both as a single Entity as well as in Batch.
Challenge
Query for a Group of Entities in Azure CosmosDB Table API with Python
You will create query Entities in CosmosDB Table API as well as delete Entities.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- Azure CosmosDB Table API
- Basic Python