azure-mgmt-weightsandbiases-dotnet

Automates Azure Weights & Biases resource creation, configuration, and lifecycle via .NET SDK.

2.9k|323|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/microsoft/skills --skill azure-mgmt-weightsandbiases-dotnet-microsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-mgmt-weightsandbiases-dotnet
Source: https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-dotnet/skills/azure-mgmt-weightsandbiases-dotnet
Command: npx skills add https://github.com/microsoft/skills --skill azure-mgmt-weightsandbiases-dotnet-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure developers can automate the deployment and ongoing management of Weights & Biases (W&B) instances from Azure Marketplace using .NET SDKs, reducing manual configuration and setup time.

Core Features & Use Cases

  • Create and configure W&B instances within a resource group
  • Manage marketplace details, admin users, and SSO settings
  • Update, monitor provisioning state, and delete instances across subscriptions

Quick Start

Install the Azure.ResourceManager.WeightsAndBiases package and create an ArmClient using DefaultAzureCredential to deploy a WeightsAndBiasesInstance in your resource group.

Frequently Asked Questions about azure-mgmt-weightsandbiases-dotnet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Weights and Biases deployment on Azure using .NET?

You can automate Weights & Biases deployment on Azure using .NET by installing the Azure.ResourceManager.WeightsAndBiases SDK and creating an ArmClient with DefaultAzureCredential to provision instances within your resource group.

Can I configure SSO and admin users for W&B instances through an Azure SDK?

Yes, you can configure SSO settings and admin users for W&B instances through the Azure .NET SDK, which supports marketplace offer configuration and lifecycle management across Azure subscriptions.

What is the process to manage the lifecycle of Azure Weights and Biases resources in .NET?

Managing the lifecycle of Azure W&B resources in .NET involves using the Azure SDK to create, update, monitor provisioning state, and delete instances across your subscriptions.

Do I need DefaultAzureCredential to provision W&B instances on Azure?

Yes, you need DefaultAzureCredential to authenticate the ArmClient, which is required along with appropriate credentials and resource scope to provision and manage W&B instances on Azure.

What's the best way to update marketplace details for a Weights and Biases Azure instance?

The best way to update marketplace details for a W&B Azure instance is using the Azure.ResourceManager.WeightsAndBiases .NET SDK to automate configuration and ongoing management operations.