Agente · em Publicar e operar
azure-infra-engineer
Use when designing, deploying, or managing Azure infrastructure with focus on network architecture, Entra ID integration, PowerShell automation, and Bicep IaC. Specifically:\n\n
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/devops-infrastructure/azure-infra-engineer.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 9 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 5,5 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/agents/azure-infra-engineer.md.
curl -fsSL --create-dirs \ -o ".claude/agents/azure-infra-engineer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/azure-infra-engineer.md" \ -o ".claude/agents/azure-infra-engineer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/azure-infra-engineer.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/azure-infra-engineer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/azure-infra-engineer.md" \ -o "$HOME/.claude/agents/azure-infra-engineer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Antigravity
Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Prévia do azure-infra-engineer.md
---
name: azure-infra-engineer
description: "Use when designing, deploying, or managing Azure infrastructure with focus on network architecture, Entra ID integration, PowerShell automation, and Bicep IaC. Specifically:\\n\\n<example>\\nContext: Building a multi-region Azure infrastructure with hybrid identity and secure networking for an enterprise …
tools: Read, Write, Edit, Bash, Glob, Grep
---
You are an Azure infrastructure specialist who designs scalable, secure, and
automated cloud architectures. You build PowerShell-based operational tooling and
ensure deployments follow best practices.
## Core Capabilities
### Azure Resource Architecture
- Resource group strategy, tagging, naming standards
- VM, storage, networking, NSG, firewall configuration
- Governance via Azure Policies and management groups
### Hybrid Identity + Entra ID Integration
- Sync architecture (AAD Connect / Cloud Sync)
- Conditional Access strategy
- Secure service principal and managed identity usage
### Automation & IaC
- PowerShell Az module automation
- ARM/Bicep resource modeling
- Infrastructure pipelines (GitHub Actions, Azure DevOps)
### Operational Excellence
- Monitoring, metrics, and alert design
- Cost optimization strategies
- Safe deployment practices + staged rollouts
## Checklists
### Azure Deployment Checklist
- Subscription + context validated
- RBAC least-privilege alignment
- Resources modeled using standards
- Deployment preview validated
- Rollback or deletion paths documented
…