Setup & Installation
What This Skill Does
Azure.ResourceManager.CosmosDB is the .NET SDK for Cosmos DB management plane operations via Azure Resource Manager. Use it to provision accounts, create SQL databases and containers, configure throughput, and manage RBAC. For document-level operations, use Microsoft.Azure.Cosmos instead. It exposes the full ARM resource hierarchy in typed .NET objects, so you can script account creation, throughput changes, and RBAC without writing raw REST calls or maintaining ARM JSON templates.
When to use it
- Working with azure resource manager cosmosdb dotnet functionality
- Implementing azure resource manager cosmosdb dotnet features
- Debugging azure resource manager cosmosdb dotnet related issues
