帮助你选择与管理 Azure VM/VMSS,并排查连接、扩缩容与容量预留问题。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "azure-compute" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/plugin/skills/azure-compute/SKILL.md 2. 保存为 ~/.claude/skills/azure-compute/SKILL.md 3. 装好后重载技能,告诉我可以用了
我准备在 Azure 上部署一个中小型 Web 应用,流量白天波动明显,后端是 Linux,预算有限。请比较适合的 VM 或 VMSS 方案,说明是否适合使用 B 系列、是否需要负载均衡,以及成本与扩缩容建议。
给出适合的 Azure VM 或 VMSS 架构建议,包括机型比较、负载均衡需求、成本估算思路和扩缩容方案。
我的 Azure Linux 虚拟机突然无法 SSH 连接,请帮我系统排查原因。请按顺序检查 NSG、端口开放、IP 配置、实例状态、密码或密钥问题,并给出可执行的修复步骤。
输出一套结构化的连接故障排查清单,帮助定位网络、安全组、凭据或实例状态问题,并提供修复建议。
我们要为季度营销活动预留一批 Azure 计算容量,并通过 VMSS 承载突发流量。请说明何时使用 Capacity Reservation 或 CRG,如何关联或解除关联 VM,是否选择 Flexible 或 Uniform 编排,以及这样做的优势与限制。
给出容量预留与 VMSS 编排的决策建议,包括使用场景、操作要点、优缺点和实施注意事项。
Routes Azure VM requests to the appropriate workflow based on user intent.
Activate this skill when the user:
User intent?
├─ Recommend / choose / compare / price a VM or VMSS
│ └─ Route to [VM Recommender](workflows/vm-recommender/vm-recommender.md)
│
├─ Can't connect / RDP / SSH / troubleshoot a VM
│ └─ Route to [VM Troubleshooter](workflows/vm-troubleshooter/vm-troubleshooter.md)
│
├─ Capacity reservation / CRG / reserve capacity / associate VM with CRG
│ └─ Route to [Capacity Reservation](workflows/capacity-reservation/capacity-reservation.md)
│
├─ Essential Machine Management / EMM / machine enrollment
│ └─ Route to [Essential Machine Management](workflows/essential-machine-management/essential-machine-management.md)
│
└─ Unclear
└─ Ask: "Are you looking for a VM recommendation, troubleshooting a connectivity issue, managing capacity reservations, or enabling Essential Machine Management?"
| Signal | Workflow |
|---|---|
| "recommend VM", "which VM", "VM size", "VM pricing", "VMSS", "scale set" | VM Recommender |
| "can't connect", "RDP", "SSH", "NSG blocking", "reset password", "black screen" | VM Troubleshooter |
| "capacity reservation", "CRG", "reserve capacity", "guarantee capacity", "associate VM with CRG" | Capacity Reservation |
| "essential machine management", "EMM", "machine enrollment" | Essential Machine Management |
Routing rule: Always read the matched workflow file before accessing any reference files. The workflow file contains the step-by-step guidance and the reference routing table for the user's request.
| Workflow | Purpose | References |
|---|---|---|
| VM Recommender | Recommend VM sizes, VMSS, pricing using public APIs/docs | vm-families, retail-prices-api, vmss-guide, vm-quotas |
| VM Troubleshooter | Diagnose and resolve VM connectivity failures (RDP/SSH) | cannot-connect-to-vm |
…
分析并精简 Markdown 内容,降低 token 消耗并提升 AI 处理效率。
帮助你检查和管理 Azure 配额与用量,评估部署容量和区域可用性。