Setup & Installation
What This Skill Does
The official TypeScript/JavaScript SDK for Azure Cosmos DB NoSQL API data plane operations. Handles document CRUD, SQL-style queries, bulk operations, and container management using CosmosClient. It handles partition key routing, ETag-based concurrency, bulk execution, and AAD authentication natively, so you avoid building retry logic and cross-partition query handling from scratch.
When to use it
- Working with azure cosmos ts functionality
- Implementing azure cosmos ts features
- Debugging azure cosmos ts related issues
