Azure Resource Manager Cosmosdb Dotnet
Automates Cosmos DB management tasks in Azure using .NET and the Resource Manager API.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azure-resource-manager-cosmosdb-dotnet npx -- -y @trustedskills/azure-resource-manager-cosmosdb-dotnet
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-resource-manager-cosmosdb-dotnet": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-resource-manager-cosmosdb-dotnet"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with Azure Cosmos DB databases using the .NET SDK. It allows for creating, reading, updating, and deleting (CRUD) operations on Cosmos DB containers and items programmatically through code execution. The agent can manage database resources and data within an Azure environment.
When to use it
- Automating Cosmos DB provisioning: Create new databases or containers based on configuration changes.
- Data migration tasks: Move data between different Cosmos DB accounts or regions.
- Responding to application events: Automatically update document properties in response to external triggers.
- Database cleanup and maintenance: Delete old or unused data from your Cosmos DB instance.
Key capabilities
- CRUD operations on Cosmos DB containers and items
- .NET SDK integration for Cosmos DB interaction
- Automated resource management within Azure
- Programmatic code execution for database tasks
Example prompts
- "Create a new Cosmos DB container named 'customers' with partition key '/city'."
- "Update the document with ID 'user123' in the 'users' container to set 'isActive' to true."
- "Delete all documents in the 'logs' container older than 30 days."
Tips & gotchas
- Requires appropriate Azure credentials and permissions for Cosmos DB access.
- Ensure the .NET SDK is compatible with your environment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.