Thanks to visit codestin.com
Credit goes to officialskills.sh

Setup & Installation

npx skills add https://github.com/microsoft/skills --skill azure-mgmt-mongodbatlas-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-dotnet/skills/azure-mgmt-mongodbatlas-dotnet
View on GitHub

What This Skill Does

Azure.ResourceManager.MongoDBAtlas is a .NET SDK for managing MongoDB Atlas organizations as Azure ARM resources through the Azure Marketplace integration. It handles the Azure-side lifecycle of Atlas organizations, including creation, updates, tagging, and deletion with unified billing. For cluster and database management, you still use the MongoDB Atlas API directly.

Managing Atlas organizations through the Azure ARM API keeps them in the same resource graph, RBAC model, and billing pipeline as the rest of your Azure infrastructure, which direct Atlas API calls cannot provide.

When to use it

  • Creating a MongoDB Atlas organization linked to an Azure subscription for consolidated billing
  • Listing all Atlas organizations across a subscription to audit resource group placement
  • Tagging Atlas organization resources with cost center or environment metadata for Azure cost management
  • Checking provisioning state of an Atlas organization during infrastructure automation pipelines
  • Deleting an Atlas organization ARM resource when decommissioning an environment