# 安装 azure-enterprise-infra-planner

- 类型: Skill 技能
- 说明: Architect and provision enterprise Azure infrastructure from workload descriptions. For cloud architects and platform engineers planning networking, identity, security, compliance, and multi-resource topologies with WAF alignment. Generates Bicep or Terraform directly (no azd). WHEN: 'plan Azure infrastructure', 'architect Azure landing zone', 'design hub-spoke network', 'plan multi-region DR topology', 'set up VNets firewalls and private endpoints', 'subscription-scope Bicep deployment', 'Azure Backup for VM workloads'. PREFER azure-prepare FOR app-centric workflows.
- 仓库: https://github.com/microsoft/GitHub-Copilot-for-Azure

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "azure-enterprise-infra-planner" 技能：
1. 下载 https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/plugin/skills/azure-enterprise-infra-planner/SKILL.md
2. 保存为 ~/.claude/skills/azure-enterprise-infra-planner/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Codex
```
请帮我安装 askskill 上的 "azure-enterprise-infra-planner" 技能：
1. 下载 https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/plugin/skills/azure-enterprise-infra-planner/SKILL.md
2. 保存为 ~/.codex/skills/azure-enterprise-infra-planner/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "azure-enterprise-infra-planner" 技能：
1. 下载 https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/plugin/skills/azure-enterprise-infra-planner/SKILL.md
2. 保存为 ~/.cursor/skills/azure-enterprise-infra-planner/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
mkdir -p '~/.claude/skills/azure-enterprise-infra-planner' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/plugin/skills/azure-enterprise-infra-planner/SKILL.md' -o '~/.claude/skills/azure-enterprise-infra-planner/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/azure-enterprise-infra-planner' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/plugin/skills/azure-enterprise-infra-planner/SKILL.md' -o '~/.codex/skills/azure-enterprise-infra-planner/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/azure-enterprise-infra-planner' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/plugin/skills/azure-enterprise-infra-planner/SKILL.md' -o '~/.cursor/skills/azure-enterprise-infra-planner/SKILL.md'
```
