azure-kusto-graph
Build and query Kusto graphs from natural language. Covers transient graphs (make-graph), persistent graph models/snapshots, pattern matching (graph-match),…
Plan, deploy, operate, and troubleshoot Azure Local (formerly Azure Stack HCI): sizing and prerequisites, Arc registration, lifecycle updates, workloads (Azure Local VMs, AKS on Azure Local, images, disks, logical networks), SDN and network security, and failure triage —
$ npx -y skills add microsoft/GitHub-Copilot-for-Azure --skill azure-local --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/azure-localContext preview
The summary Claude sees to decide when to auto-load this skill.
Plan, deploy, operate, and troubleshoot Azure Local (formerly Azure Stack HCI): sizing and prerequisites, Arc registration, lifecycle updates, workloads (Azure Local VMs, AKS on Azure Local, images, disks, logical networks), SDN and network security, and failure triage —
name: azure-local description: "Plan, deploy, operate, and troubleshoot Azure Local (formerly Azure Stack HCI): sizing and prerequisites, Arc registration, lifecycle updates, workloads (Azure Local VMs, AKS on Azure Local, images, disks, logical networks), SDN and network security, and failure triage — starting read-only and confirming before risky changes. WHEN: Azure Local, Azure Stack HCI, Arc resource bridge, custom location, Azure Local VM, Arc VM, AKS on Azure Local, AKS hybrid, SDN, Lifecycle Manager, Azure Local update, disconnected site." license: MIT metadata: author: Microsoft version: "0.0.0-placeholder"
| Property | Value | | --- | --- | | Best for | Azure Local planning, deployment, operations, workloads | | MCP Tools | Generic Azure MCP tools only; no Azure Local namespace | | CLI | `az graph query`, `az resource show`, Azure Local PowerShell | | Related skills | azure-compute (public VMs), azure-kubernetes (public AKS) |
Use for Azure Local, Azure Stack HCI, Azure Local VMs, AKS on Azure Local, AKS hybrid, SDN, lifecycle updates, disconnected sites, or troubleshooting. Covers standard deployments (1-16 node hyperconverged, up to 64 disaggregated) and rack-aware clusters.
Do not use for cloud VM or public AKS guidance, or for **multi-rack (rack scale)** deployments — those use a separate control plane and procedure set. Hand off to the `azure-local-multi-rack` skill.
Azure Local has no dedicated MCP namespace. Use generic Azure MCP tools: `mcp_azure_mcp_extension_cli_generate` (ARG/CLI inventory), `mcp_azure_mcp_monitor` (needs Log Analytics), `mcp_azure_mcp_resourcehealth` (partial; not local cluster health), `mcp_azure_mcp_documentation` (pass the user's version when known).
Scope and limitations: [mcp-and-cli-tools](references/mcp-and-cli-tools.md).
0. Confirm deployment scale. If the user mentions multi-rack, aggregation racks, Network Fabric Controller, Cluster Manager, or `Microsoft.NetworkCloud` resources, stop and use the `azure-local-multi-rack` skill instead. 1. Deploy -> [plan-and-deploy](workflows/plan-and-deploy/plan-and-deploy.md) 2. Operate/update -> [operate-and-update](workflows/operate-and-update/operate-and-update.md) 3. VMs, AKS, images, disks, networks -> [workload-management](workflows/workload-management/workload-management.md) 4. SDN, NSG, load balancer, gateway -> [networking-and-security](workflows/networking-and-security/networking-and-security.md) 5. Failures -> [troubleshooting](workflows/troubleshooting/troubleshooting.md)
Read the matched workflow first and use [docs-map](references/docs-map.md). Start read-only. Ask before updates, deletes, reimages, network changes, VM power/delete operations, or Arc bridge/custom location changes.
| Scenario | Remediation | | --- | --- | | Scale unknown | Ask whether the deployment is standard or multi-rack before giving procedures. | | Multi-rack detected | Hand off to the `azure-local-multi-rack` skill; these procedures do not apply. | | Version unknown | Ask for the Azure Local version, or use latest docs. | | Risky change detected | Stop and follow [safety-rules](references/safety-rules.md). | | No local access | Stay with Azure control-plane checks only. | | Doc URL 404/redirect | Search Learn for the article title with the user's version. |
GitHub Copilot for Azure is a set of extensions for Visual Studio, VS Code, and Claude Code designed to streamline the process of developing for Azure.
Repo: microsoft/GitHub-Copilot-for-Azure
Build and query Kusto graphs from natural language. Covers transient graphs (make-graph), persistent graph models/snapshots, pattern matching (graph-match),…
Apply IRQL graph functions to KQL or IRQL query results for Kusto Explorer visualization. Generates Lift_To_Graph mappings and composes Graph_Render_View,…
Compose IRQL (Incident Response Query Language) queries for Kusto cybersecurity investigations. Translates natural language hunting questions into composable…
Plan, deploy, operate, and troubleshoot multi-rack (rack scale) deployments of Azure Local — preintegrated racks scaling to hundreds of machines, built on…
Set up AI Runway on AKS — from bare cluster to running model. Covers cluster verification, controller install, GPU assessment, provider setup, and first…
Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to…