Back to skills

azure-resource-manager-cosmosdb-dotnet

infrastructure

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 throug

Setup & Installation

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

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