azure-mgmt-mongodbatlas-dotnet
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.
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
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
SeguroThis 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.
Puntuación de calidad
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
Show me how to create a MongoDB Atlas organization using the Azure.ResourceManager.MongoDBAtlas SDK with DefaultAzureCredential.
How do I list all MongoDB Atlas organizations in a subscription using the Azure .NET SDK?
Write code to add and remove tags on a MongoDBAtlasOrganizationResource using the Azure SDK.
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?
How do I authenticate?
Can I manage Atlas clusters with this SDK?
What Azure permissions do I need?
How does Azure Marketplace billing work?
What is the API version?
Detalles del desarrollador
Autor
sickn33Licencia
MIT
Repositorio
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/azure-mgmt-mongodbatlas-dotnetRef.
main
Estructura de archivos
📄 SKILL.md