Setup & Installation
What This Skill Does
Rust client library for Azure Cosmos DB's NoSQL API. Handles document CRUD, container management, and queries against globally distributed Cosmos DB accounts. Uses the azure_data_cosmos crate with Entra ID or key-based authentication. The SDK handles authentication, request signing, and response deserialization so you don't have to construct raw HTTP requests or manage Cosmos DB's REST API surface by hand.
When to use it
- Working with azure cosmos rust functionality
- Implementing azure cosmos rust features
- Debugging azure cosmos rust related issues
