Habilidades azure-mgmt-mongodbatlas-dotnet
📦

azure-mgmt-mongodbatlas-dotnet

Seguro

Manage MongoDB Atlas on Azure

This skill provides documentation and code examples for managing MongoDB Atlas Organizations as Azure ARM resources using the Azure .NET SDK. It enables developers to integrate MongoDB Atlas with Azure Marketplace for unified billing.

Soporta: Claude Codex Code(CC)
🥉 75 Bronce
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

Activa y empieza a usar

Pruébalo

Usando "azure-mgmt-mongodbatlas-dotnet". How do I create a MongoDB Atlas organization with marketplace details?

Resultado esperado:

You need to create a MongoDBAtlasOrganizationData with location, marketplace details, and user information. Use DefaultAzureCredential to authenticate, then call CreateOrUpdateAsync on the organization collection.

Usando "azure-mgmt-mongodbatlas-dotnet". What authentication methods are supported?

Resultado esperado:

The SDK uses Azure.Identity for authentication. DefaultAzureCredential is recommended for local development. For production, use ManagedIdentityCredential or ServicePrincipalCredential.

Usando "azure-mgmt-mongodbatlas-dotnet". What properties are required for marketplace subscription?

Resultado esperado:

You need SubscriptionId, PublisherId (typically 'mongodb'), OfferId, PlanId, PlanName, TermUnit (like 'P1M'), and TermId from your Azure Marketplace subscription.

Auditoría de seguridad

Seguro
v1 • 2/25/2026

This skill contains only documentation in SKILL.md. The static analyzer flagged 101 potential issues (external_commands, network, weak crypto) but all are false positives. The backticks detected are markdown code formatting, URLs are legitimate documentation links, and the weak crypto patterns are triggered by table cells in markdown. No executable code exists in this skill.

1
Archivos escaneados
360
Líneas analizadas
0
hallazgos
1
Auditorías totales
No se encontraron problemas de seguridad
Auditado por: claude

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
87
Contenido
50
Comunidad
100
Seguridad
100
Cumplimiento de la especificación

Lo que puedes crear

Integrate MongoDB Atlas with Azure Billing

Set up MongoDB Atlas organizations through Azure Marketplace for unified billing and resource management.

Automate Organization Provisioning

Programmatically create and manage MongoDB Atlas organizations as part of infrastructure-as-code workflows.

Build Azure-MongoDB Integration Tools

Develop custom tooling to manage MongoDB Atlas resources alongside other Azure services.

Prueba estos prompts

Basic Organization Creation
Show me how to create a MongoDB Atlas organization using the Azure.ResourceManager.MongoDBAtlas SDK with DefaultAzureCredential.
List Organizations
How do I list all MongoDB Atlas organizations in a subscription using the Azure .NET SDK?
Update Organization Tags
Write code to add and remove tags on a MongoDBAtlasOrganizationResource using the Azure SDK.
Handle Long-Running Operations
Show me the correct way to handle CreateOrUpdateAsync with WaitUntil.Started and poll for completion.

Mejores prácticas

  • Use async methods for all SDK operations to ensure proper scalability
  • Always check ProvisioningState before performing operations on created resources
  • Use ResourceIdentifiers to create resource handles without making API calls
  • Handle long-running operations with WaitUntil.Completed or implement polling

Evitar

  • Do not use this SDK for managing Atlas clusters directly - use MongoDB Atlas API
  • Avoid hardcoding credentials - use Azure.Identity credential chain
  • Do not ignore provisioning state checks after create/update operations

Preguntas frecuentes

What is this SDK used for?
This SDK manages MongoDB Atlas Organizations as Azure ARM resources, enabling unified billing through Azure Marketplace. It does not manage clusters directly.
How do I authenticate?
Use Azure.Identity. DefaultAzureCredential is recommended for most scenarios. The SDK supports ManagedIdentityCredential and ServicePrincipalCredential for production.
Can I manage Atlas clusters with this SDK?
No. This SDK only manages Atlas Organizations as ARM resources. Use the MongoDB Atlas API for cluster, database, and collection management.
What Azure permissions do I need?
You need Contributor or Owner role on the resource group, plus access to the Azure Marketplace offer for your subscription.
How does Azure Marketplace billing work?
The SDK configures Marketplace subscription details during organization creation. Billing is handled through your Azure subscription based on the offer details.
What is the API version?
This SDK uses API version 2025-06-01 for the MongoDB.Atlas/organizations resource type.

Detalles del desarrollador

Estructura de archivos

📄 SKILL.md