azure-mgmt-mongodbatlas-dotnet
Manage MongoDB Atlas Organizations with Azure .NET
Azure Marketplace integration for MongoDB Atlas requires specific ARM models and workflows. This skill provides focused .NET guidance for provisioning and managing organization resources.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "azure-mgmt-mongodbatlas-dotnet" from https://skillstore.io/skills/sickn33-azure-mgmt-mongodbatlas-dotnet.md and its manifest at https://skillstore.io/api/skills/sickn33-azure-mgmt-mongodbatlas-dotnet/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "azure-mgmt-mongodbatlas-dotnet". Explain whether this SDK can create an Atlas cluster.
Expected outcome:
This SDK manages Atlas organizations represented as Azure resources. Use the MongoDB Atlas API or another supported tool for clusters.
Using "azure-mgmt-mongodbatlas-dotnet". List the inputs needed to create an organization.
Expected outcome:
- Azure subscription, resource group, location, and authenticated ARM client.
- Marketplace publisher, offer, plan, term, and billing subscription details.
- Organization name and administrator email or user principal name.
- Optional tags and user profile fields.
Using "azure-mgmt-mongodbatlas-dotnet". Suggest checks for a long-running create operation.
Expected outcome:
- Choose whether to wait for completion or poll after starting.
- Track completion and provisioning state before dependent work.
- Capture Azure request failures and marketplace subscription errors.
- Verify the final resource identifier and organization data.
Security Audit
SafeAll 73 static findings are false positives caused by Markdown backticks, fenced examples, and visible reference links. SKILL.md contains documentation only, with no executable scripts, automatic network requests, credential access, or prompt injection. No security remediation is required.
Risk Factors
โ๏ธ External commands (50)
๐ Network access (4)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-azure-mgmt-mongodbatlas-dotnet/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-azure-mgmt-mongodbatlas-dotnet?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-azure-mgmt-mongodbatlas-dotnet?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-azure-mgmt-mongodbatlas-dotnet/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-azure-mgmt-mongodbatlas-dotnet.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). azure-mgmt-mongodbatlas-dotnet security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-azure-mgmt-mongodbatlas-dotnet/audits/5BibTeX citation
@techreport{sickn33-sickn33-azure-mgmt-mongodbatlas-dotnet-2026,
author = {sickn33},
title = {azure-mgmt-mongodbatlas-dotnet security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-azure-mgmt-mongodbatlas-dotnet/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "azure-mgmt-mongodbatlas-dotnet security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-azure-mgmt-mongodbatlas-dotnet/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-azure-mgmt-mongodbatlas-dotnet:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Provision an Atlas organization
Create an Azure-managed Atlas organization with marketplace, administrator, partner, and tagging details.
Standardize marketplace onboarding
Build repeatable organization provisioning and lifecycle workflows for Azure platform services.
Troubleshoot ARM workflows
Inspect provisioning states, subscription status, resource identifiers, permissions, and common request failures.
Try These Prompts
Explain what Azure.ResourceManager.MongoDBAtlas manages. Compare its organization scope with Atlas cluster and database management.
Plan a C# workflow to create an Atlas organization in {resource_group}. List required marketplace, user, partner, authentication, and validation inputs.Design an asynchronous C# workflow to list Atlas organizations across {subscription}. Update approved tags and report provisioning states without changing other properties.Review this Atlas organization lifecycle design: {design}. Identify permission, idempotency, polling, failure recovery, deletion, billing, and environment validation concerns.Best Practices
- Use asynchronous SDK methods and handle long-running operations explicitly.
- Validate permissions, offer identifiers, billing details, and administrator data before provisioning.
- Use resource identifiers and provisioning states to confirm the intended resource before updates or deletion.
Avoid
- Do not use this SDK for Atlas clusters, databases, collections, users, or roles.
- Do not place real subscription identifiers or personal data in reusable prompts and examples.
- Do not delete or replace organization properties without explicit approval and current-state verification.