Skills azure-mgmt-mongodbatlas-dotnet
๐Ÿ“ฆ

azure-mgmt-mongodbatlas-dotnet

Content revision r2 Safe โš™๏ธ External commands๐ŸŒ Network access

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.

Supports: Claude Codex Code(CC)
๐Ÿฅ‰ 78 Bronze

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
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.

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

Safe
v5 โ€ข 7/23/2026 Open versioned report

All 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.

1
Files scanned
365
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: codex View Audit History โ†’
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.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/sickn33-azure-mgmt-mongodbatlas-dotnet/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/sickn33-azure-mgmt-mongodbatlas-dotnet/security.svg)](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/5

BibTeX 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: High
55
Architecture
85
Maintainability
87
Content
69
Community
83
Spec Compliance

What 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 the SDK scope
Explain what Azure.ResourceManager.MongoDBAtlas manages. Compare its organization scope with Atlas cluster and database management.
Plan organization creation
Plan a C# workflow to create an Atlas organization in {resource_group}. List required marketplace, user, partner, authentication, and validation inputs.
Design inventory and tagging
Design an asynchronous C# workflow to list Atlas organizations across {subscription}. Update approved tags and report provisioning states without changing other properties.
Review a production lifecycle
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.

Frequently Asked Questions

What resources does this skill cover?
It covers MongoDB Atlas organizations represented as Azure Resource Manager resources.
Can it manage Atlas clusters?
No. Manage clusters through the MongoDB Atlas API or another supported management tool.
Which authentication method is demonstrated?
The examples use DefaultAzureCredential with ArmClient.
Which inputs are required for creation?
You need Azure resource details, marketplace offer data, billing subscription information, organization details, and an administrator identity.
How are long-running operations handled?
The SDK can wait for completion or start an operation and poll its status later.
Should the examples run unchanged?
No. Replace placeholders and verify permissions, SDK compatibility, marketplace terms, and environment-specific requirements.

Developer Details

Author

sickn33

License

MIT

Skillstore revision

r2

Version notice

The author did not declare a version.

Ref

f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526

Maintenance freshness

7/26/2026

Usage

6 downloads ยท 107 views

File structure

๐Ÿ“„ SKILL.md