Back to skills

azure-mgmt-mongodbatlas-dotnet

infrastructure

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

Setup & Installation

npx skills add https://github.com/microsoft/azure-mgmt-mongodbatlas-dotnet --skill azure-mgmt-mongodbatlas-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/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

  • Working with azure mgmt mongodbatlas dotnet functionality
  • Implementing azure mgmt mongodbatlas dotnet features
  • Debugging azure mgmt mongodbatlas dotnet related issues