skillfed

azure-ml-foundry-workspace

Complete reference for provisioning and configuring Azure Machine Learning workspaces and AI Foundry projects, covering workspace hierarchy, managed networking with private endpoints, compute targets, and endpoint deployment. Includes az ml CLI v2 and PowerShell Az.MachineLearningServices commands, managed identity setup, ACR integration, and diagnostic workflows for troubleshooting compute and deployment logs.

Azure ML Foundry Workspace helps you set up and configure Azure Machine Learning workspaces with networking, compute clusters, and endpoint deployment.

AI-generated summary based on this skill's SKILL.md

49 10 MIT updated by JosiahSiegel

Install

JosiahSiegel/claude-plugin-marketplace/azure-ml-foundry-workspace · repository language: Shell

git clone https://github.com/JosiahSiegel/claude-plugin-marketplace
cp -r claude-plugin-marketplace/plugins/azure-master/skills/azure-ml-foundry-workspace ~/.claude/skills/azure-ml-foundry-workspace
npx skillfed install JosiahSiegel/claude-plugin-marketplace/azure-ml-foundry-workspace

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How to create Azure ML workspace?

azure-ml-foundry-workspace guides workspace creation through the Azure portal, az ml CLI v2, PowerShell Az.MachineLearningServices, or Terraform. Start by defining resource group, region, and storage account. Use `az ml workspace create` with `--name`, `--resource-group`, and `--location` flags. For AI Foundry projects, create a hub first, then projects within it. Enable managed networking with `--public-network-access Disabled` and configure private endpoints for secure connectivity to dependent resources like ACR and storage.

What are managed online endpoints in Azure ML?

azure-ml-foundry-workspace covers managed online endpoints as one of three deployment options alongside batch and serverless endpoints. Managed online endpoints provide real-time inference with autoscaling, traffic splitting, and A/B testing capabilities. Deploy models via `az ml online-endpoint create` specifying compute SKU, instance count, and traffic rules. Monitor endpoint health through Azure portal or CLI. Managed endpoints handle infrastructure provisioning automatically, supporting both standard and GPU-backed compute for low-latency predictions.

How do I set up private endpoints for Azure ML workspace?

azure-ml-foundry-workspace explains private endpoint configuration for secure workspace networking. Enable managed networking during workspace creation or post-deployment. Create private endpoints for workspace, blob storage, file share, key vault, and container registry. Configure DNS zones to resolve private IPs. Use `--public-network-access Disabled` in CLI commands. Managed private endpoints simplify setup by auto-provisioning connections to dependent Azure services. Verify connectivity via diagnostic tools and check network security group rules blocking traffic.

How to troubleshoot Azure ML deployment errors?

azure-ml-foundry-workspace provides debugging workflows for deployment failures. Stream job logs with `az ml job stream --name <job-id>`. Check endpoint logs via `az ml online-endpoint get-logs` or batch job logs with `az ml batch-endpoint get-logs`. Review managed identity RBAC permissions—ensure the workspace identity has Contributor or custom roles on compute and storage resources. Inspect container registry authentication, networking rules, and compute cluster status. Enable diagnostic settings to send logs to Log Analytics for deeper troubleshooting of provisioning and runtime errors.

What GPU SKUs does azure-ml-foundry-workspace support?

azure-ml-foundry-workspace references GPU SKU selection for compute clusters and online endpoints, including H100, A100, V100, and A10 options. SKU availability varies by region and subscription quota. Specify GPU SKU via `--vm-size` parameter in cluster creation: `az ml compute create --vm-size Standard_NC24ads_A100_v4`. For managed endpoints, select compute SKU matching workload latency and throughput needs. Monitor GPU utilization and cost. Request quota increases through Azure portal if SKU unavailable in target region.

How to automate workspace provisioning with Terraform?

azure-ml-foundry-workspace includes Terraform automation for workspace provisioning. Define `azurerm_machine_learning_workspace` resource with storage account, key vault, container registry, and application insights dependencies. Use `azurerm_private_endpoint` for secure networking. Configure managed identity via `identity` block with `type = "SystemAssigned"`. Reference `azurerm_machine_learning_compute` for clusters and instances. Store Terraform state securely. Combine with `az ml` CLI for post-deployment configuration like endpoint creation and RBAC role assignments.

SKILL.md

rendered from the published skill — quoted content, verbatim

Azure Machine Learning Workspace / Azure AI Foundry - Complete Deep-Dive Reference

Authoritative reference for every aspect of Azure Machine Learning Workspace (Azure AI Foundry) including architecture, networking, private endpoints, compute clusters, endpoint deployment, managed identities, ACR integration, storage accounts,

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 8 files
plugins/azure-master/skills/azure-ml-foundry-workspace/SKILL.md
plugins/azure-master/skills/azure-ml-foundry-workspace/references/cli-powershell.md
plugins/azure-master/skills/azure-ml-foundry-workspace/references/compute.md
plugins/azure-master/skills/azure-ml-foundry-workspace/references/endpoints.md
plugins/azure-master/skills/azure-ml-foundry-workspace/references/identities-acr-storage.md
plugins/azure-master/skills/azure-ml-foundry-workspace/references/networking.md
plugins/azure-master/skills/azure-ml-foundry-workspace/references/terraform.md
plugins/azure-master/skills/azure-ml-foundry-workspace/references/troubleshooting.md

Related skills

Tags

infrastructure-as-code model-serving network-isolation gpu-acceleration identity-management container-orchestration real-time-inference batch-processing devops-automation troubleshooting-diagnostics