OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add microsoft/skills --skill azure-cosmos-ts
Azure Cosmos DB JavaScript/TypeScript SDK (@azure/cosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: "Cosmos DB", "@azure/cosmos", "CosmosClient", "document CRUD", "NoSQL queries", "bulk operations", "partition key", "container.items".
npx skills add microsoft/skills --skill azure-cosmos-ts
Data plane SDK for Azure Cosmos DB NoSQL API operations — CRUD on documents, queries, bulk operations.
⚠️ Data vs Management Plane
- This SDK (@azure/cosmos): CRUD operations on documents, queries, stored procedures
- Management SDK (@azure/arm-cosmosdb): Create accounts, databases, containers via ARM
Current Version: 4.9.0
Node.js: >= 20.0.0
DefaultAzureCredential for local development; use ManagedIdentityCredential or WorkloadIdentityCredential for productionexecuteBulkOperationsclient.dispose() in cleanup| SDK | Purpose | Install |
|---|---|---|
@azure/cosmos | Data plane (this SDK) | npm install @azure/cosmos |
@azure/arm-cosmosdb | Management plane (ARM) | npm install @azure/arm-cosmosdb |
@azure/identity | Authentication | npm install @azure/identity |