azure-mgmt-mongodbatlas-dotnet
Manage MongoDB Atlas Organizations as Azure ARM resources with unified billing through Azure Marketplace.
npx skills add sickn33/agentic-awesome-skills --skill azure-mgmt-mongodbatlas-dotnet --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Azure.ResourceManager.MongoDBAtlas SDK Manage MongoDB Atlas Organizations as Azure ARM resources with unified billing through Azure Marketplace. ## Package Information | Property | Value | |----------|-------| | Package | `Azure.ResourceManager.MongoDBAtlas` | | Version | 1.0.0 (GA) | | API Version | 2025-06-01 | | Resource Type | `MongoDB.Atlas/organizations` | | NuGet | [Azure.ResourceManager.MongoDBAtlas](https://www.nuget.org/packages/Azure.ResourceManager.MongoDBAtlas) | ## Installation ```bash dotnet add package Azure.ResourceManager.MongoDBAtlas dotnet add package Azure.Identity dotnet add package Azure.ResourceManager ``` ## Important Scope Limitation This SDK manages **MongoDB Atlas Organizations as Azure ARM resources** for marketplace integration. It does NOT directly manage: - Atlas clusters - Databases - Collections - Users/roles For cluster management, use the MongoDB Atlas API directly after creating the organization. ## Authentication ```csharp using Azure.Identity; using Azure.ResourceManager; using Azure.ResourceManager.MongoDBAtlas; using Azure.ResourceManager.MongoDBAtlas.Models; // Create ARM client with DefaultAzureCredential var credential = new DefaultAzur
- Package Information
- Installation
- Important Scope Limitation
- Authentication
- Core Types
- Workflows
- Get Organization Collection
- Create Organization
- Get Existing Organization
- List Organizations
- Update Tags
- Update Organization Properties
- Delete Organization
- Model Properties Reference
dotnet add package Azure.ResourceManager.MongoDBAtlas dotnet add package Azure.Identity dotnet add package Azure.ResourceManager
What does the azure-mgmt-mongodbatlas-dotnet skill do?
Manage MongoDB Atlas Organizations as Azure ARM resources with unified billing through Azure Marketplace.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill azure-mgmt-mongodbatlas-dotnet --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.