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

azure-mgmt-weightsandbiases-dotnet

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

Manage Azure Weights & Biases with .NET

Provisioning W&B through Azure Marketplace requires precise SDK models, authentication, and lifecycle handling. This skill provides focused .NET guidance for deployment, SSO, updates, listing, and deletion.

Supports: Claude Codex Code(CC)
๐Ÿฅ‰ 79 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-weightsandbiases-dotnet" from https://skillstore.io/skills/sickn33-azure-mgmt-weightsandbiases-dotnet.md and its manifest at https://skillstore.io/api/skills/sickn33-azure-mgmt-weightsandbiases-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-weightsandbiases-dotnet". Create a deployment checklist for a W&B instance in East US with managed identity and Entra ID SSO.

Expected outcome:

Confirm subscription and Marketplace terms; gather administrator and SSO identifiers; create the instance; wait for Succeeded; validate identity, SSO, and tags.

Using "azure-mgmt-weightsandbiases-dotnet". Explain how to update tags without replacing the W&B instance.

Expected outcome:

Retrieve the existing resource, create a patch containing only the required tags, update the instance, and verify the returned resource details.

Using "azure-mgmt-weightsandbiases-dotnet". Review a proposed production deletion workflow.

Expected outcome:

Require explicit approval, verify subscription and resource identifiers, record dependencies, delete with completion waiting, and confirm the resource no longer exists.

Security Audit

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

All 55 static findings are false positives after contextual review of the only file, SKILL.md. The command alerts are Markdown formatting, the URLs are expected examples or references, and the reconnaissance alert is ordinary exception logging. No prompt injection, executable payload, secret collection, or unexplained network behavior appears; Azure changes remain explicit, credentialed examples.

1
Files scanned
338
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-weightsandbiases-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-weightsandbiases-dotnet/security.svg)](https://skillstore.io/skills/sickn33-azure-mgmt-weightsandbiases-dotnet?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/sickn33-azure-mgmt-weightsandbiases-dotnet?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-azure-mgmt-weightsandbiases-dotnet/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/sickn33-azure-mgmt-weightsandbiases-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-weightsandbiases-dotnet security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-azure-mgmt-weightsandbiases-dotnet/audits/5

BibTeX citation

@techreport{sickn33-sickn33-azure-mgmt-weightsandbiases-dotnet-2026, author = {sickn33}, title = {azure-mgmt-weightsandbiases-dotnet security audit report (audit version 5)}, institution = {Skillstore}, year = {2026}, number = {5}, url = {https://skillstore.io/skills/sickn33-azure-mgmt-weightsandbiases-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-weightsandbiases-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-weightsandbiases-dotnet/audits/5" identifiers: - type: other value: "skillstore:sickn33-azure-mgmt-weightsandbiases-dotnet:audit:5" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
85
Maintainability
87
Content
68
Community
91
Spec Compliance

What You Can Build

Bootstrap a .NET integration

Install the SDK, authenticate safely, and create a first W&B Marketplace instance with placeholder configuration.

Standardize MLOps provisioning

Build repeatable workflows for listing, tagging, monitoring, and managing W&B instances across Azure scopes.

Review enterprise access

Configure Entra ID SAML SSO, managed identity, regions, and lifecycle controls for an organizational deployment.

Try These Prompts

Install and authenticate
Show me how to install the preview .NET package and authenticate with DefaultAzureCredential. Explain required Azure permissions and placeholders.
Create an instance
Create a W&B instance in [region] within [resource group]. Include Marketplace details, managed identity, provisioning checks, and safe placeholder values.
Configure enterprise access
Add Entra ID SAML SSO to [instance name] for [domains], then update governance tags. Preserve existing properties and explain validation steps.
Design lifecycle operations
Design a production workflow for listing, updating, monitoring, and deleting W&B instances. Include error handling, approval gates, rollback considerations, and least privilege.

Best Practices

  • Use DefaultAzureCredential, managed identity, and least-privilege Azure roles.
  • Replace every placeholder and validate the Marketplace plan, region, subdomain, and SSO identifiers before deployment.
  • Wait for successful provisioning and handle RequestFailedException responses by status.

Avoid

  • Do not place real tenant identifiers, API keys, administrator emails, or subscription details in shared source.
  • Do not create, update, or delete production resources before confirming the subscription, resource group, instance name, and approval.
  • Do not assume preview types, supported regions, or Marketplace values remain stable without checking current documentation.

Frequently Asked Questions

Does this skill execute Azure operations?
No. It supplies guidance and examples; execution depends on your application, credentials, permissions, and selected Azure resources.
Which authentication method does it recommend?
It uses DefaultAzureCredential, which can select supported local, workload, or managed identity credentials.
Is the Azure SDK package stable?
The documented package is version 1.0.0-beta.1 and uses a preview API. Verify current package documentation before implementation.
Can it configure single sign-on?
Yes. It demonstrates Entra ID SAML SSO with an enterprise application identifier and approved domains.
Does it manage machine learning experiments?
It manages the Azure W&B resource. A separate Python example shows basic W&B login, run initialization, metric logging, and completion.
How should deletion be handled?
Verify the Azure scope and instance identity, obtain approval, review dependencies, wait for completion, and confirm removal.

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

4 downloads ยท 88 views

File structure

๐Ÿ“„ SKILL.md