azure-mgmt-mongodbatlas-dotnet

Manage MongoDB Atlas organizations as Azure ARM resources.

2.9k|323|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/microsoft/skills --skill azure-mgmt-mongodbatlas-dotnet-microsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-mgmt-mongodbatlas-dotnet
Source: https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-dotnet/skills/azure-mgmt-mongodbatlas-dotnet
Command: npx skills add https://github.com/microsoft/skills --skill azure-mgmt-mongodbatlas-dotnet-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This SDK enables managing MongoDB Atlas Organizations as Azure ARM resources, allowing consistent lifecycle governance and streamlined provisioning through Azure Marketplace integration.

Core Features & Use Cases

  • Create, update, list, and delete Atlas organizations as ARM resources within a resource group.
  • Model marketplace billing details and admin users to support end-to-end organizational governance.
  • Use cases include onboarding new tenants, updating organization admins, and aligning organization metadata with Azure subscriptions.

Quick Start

Create an Atlas organization resource in your Azure resource group using the Azure.ResourceManager.MongoDBAtlas SDK.

Frequently Asked Questions about azure-mgmt-mongodbatlas-dotnet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage MongoDB Atlas organizations as Azure ARM resources?

You manage MongoDB Atlas organizations as Azure ARM resources by using the .NET SDK to create, update, list, and delete organizations within a resource group, enforcing ARM-based modeling for marketplace details and admin users.

What is ARM-based organization modeling for MongoDB Atlas?

ARM-based organization modeling is the process of mapping MongoDB Atlas organizations to Azure Resource Manager schemas, applying properties for marketplace details, admin users, and optional partner configurations to enable end-to-end CRUD workflows.

How do I provision a MongoDB Atlas organization through Azure Marketplace integration?

To provision a MongoDB Atlas organization through Azure Marketplace integration, use the .NET SDK to create an Atlas organization resource in your Azure resource group, specifying marketplace billing details and admin user properties for onboarding.

Can I update the admin user for an Atlas organization using the Azure .NET SDK?

Yes, you can update the admin user for an Atlas organization using the Azure .NET SDK by applying an update operation to the ARM resource, modifying the admin user properties to align organization metadata with Azure subscriptions.

Does the Azure Resource Manager MongoDB Atlas SDK support listing existing organizations?

Yes, the Azure Resource Manager MongoDB Atlas SDK supports listing existing Atlas organizations configured as ARM resources within a resource group, enabling you to audit and manage cloud integration deployments.

What properties are required when creating an Atlas organization resource in Azure?

Creating an Atlas organization resource in Azure requires specifying properties for marketplace details and the admin user, while optional partner properties can also be applied to support end-to-end CRUD workflows and marketplace billing.