skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

azure-mgmt-mongodbatlas-dotnet

MongoDB Atlas as ARM resources

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/microsoft/skills --skill azure-mgmt-mongodbatlas-dotnet

Overview

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.

Application

When to use this Skill

Documentation

Show Skills.md file

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

Installation

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:

Lines 1 - 25 of 364

Recommendations

Explore other random skills

All skillsMy patterns