Back to skills

azure-cosmos-rust

development

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 Ent

Setup & Installation

npx skills add https://github.com/microsoft/azure-cosmos-rust --skill azure-cosmos-rust
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-cosmos-rust
View on GitHub

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