Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aktsmm avatar

Azure Env Builder

  • 55 installs
  • 23 repo stars
  • Updated August 4, 2026
  • aktsmm/agent-skills

Azure Environment Builder is a skill that builds enterprise Azure infrastructure by generating Bicep with Azure Verified Modules and deploying apps to App Service, AKS or Container Apps.

About

An experimental (Alpha) skill for building enterprise Azure environments and deployment design. It generates Bicep using Azure Verified Modules, deploys apps to App Service, AKS or Container Apps, and designs Hub-Spoke, Web+DB, AKS and AI Foundry architectures. Its workflow interviews for requirements, fetches AVM/schema info via MCP tools, scaffolds an environment folder, writes Bicep, generates CI/CD templates and validates with what-if. Developers use it to provision Azure infrastructure as code.

  • Builds Azure infrastructure by generating Bicep with Azure Verified Modules
  • Designs Hub-Spoke, Web+DB, AKS and AI Foundry architecture patterns
  • Scaffolds environments and validates with az deployment group what-if

Azure Env Builder by the numbers

  • 55 all-time installs (skills.sh)
  • Ranked #700 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

azure-env-builder capabilities & compatibility

Requires an Azure subscription; provisions real (or low-cost demo) Azure resources via Bicep

Capabilities
devops · ci cd
Works with
azure · azure devops · github · kubernetes
Use cases
devops · ci cd
Runs
Local or remote
Pricing
Bring your own API key
From the docs

What azure-env-builder says it does

Experimental Azure environment builder for infrastructure and deployment design.
SKILL.md
generating Bicep with AVM modules, deploying apps to App Service/AKS/Container Apps, designing Hub-Spoke/AKS/AI Foundry architectures
SKILL.md
npx skills add https://github.com/aktsmm/agent-skills --skill azure-env-builder

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs55
repo stars23
Last updatedAugust 4, 2026
Repositoryaktsmm/agent-skills

What it does

Build Azure infrastructure as Bicep with AVM modules and deploy apps to App Service, AKS or Container Apps.

Who is it for?

Building enterprise Azure environments and generating Bicep with AVM modules

Skip if: Disposable validation labs (use azure-infra-validation) or read-only production troubleshooting (use azure-troubleshooting)

When should I use this skill?

Building Azure infrastructure, generating Bicep, deploying apps, or designing Hub-Spoke/AKS/AI Foundry architectures

What you get

Generated Bicep files and CI/CD templates validated with az deployment group what-if

  • Bicep files
  • CI/CD pipeline templates
  • scaffolded environment folder

By the numbers

  • 200+ Azure Verified Modules
  • 5 architecture patterns (Hub-Spoke, Web+DB, AKS, AI Foundry, Proxy VM)
  • 6-step workflow

Files

SKILL.mdMarkdownGitHub ↗

Azure Environment Builder

Enterprise Azure environment builder skill.

When to Use

  • Azure, Bicep, infrastructure, deploy app
  • Building enterprise Azure environments
  • Deploying apps to App Service, AKS, or Container Apps
  • Designing Hub-Spoke, AKS, or AI Foundry architectures
  • Creating low-cost Azure operations demos with alerts, logs, portal steps, and minimal always-on resources

When NOT to Use

  • 使い捨ての検証 lab を作って機能・制約・route 挙動を試し、cleanup まで回したいとき
  • azure-infra-validation
  • 本番障害を read-only で切り分けたいとき
  • azure-troubleshooting

Features

CategoryCapabilities
ArchitectureHub-Spoke, Web+DB, AKS, AI Foundry
AVM Modules200+ Azure Verified Modules
VM InitSquid, Nginx, Docker, IIS setup
Config LinkingSQL/Storage/Redis, Managed ID RBAC
CI/CDGitHub Actions / Azure Pipelines
Ops DemoLow-cost app, alert, log, and control-plane failure patterns

Workflow

1. Interview - Gather requirements + select architecture pattern 2. MCP Tools - Fetch latest AVM/schema info 3. Scaffold - Generate environment folder via scripts/scaffold_environment.ps1 4. Implement - Write Bicep with AVM modules + VM init 5. CI/CD - Generate pipeline templates 6. Deploy - what-if → execute

Required: MCP Tools

Run before generating Bicep code:

mcp_bicep_experim_get_bicep_best_practices
mcp_bicep_experim_list_avm_metadata
mcp_bicep_experim_get_az_resource_type_schema(azResourceType, apiVersion)
microsoft_docs_search(query: "Private Endpoint Bicep")

Interview Checklist

[references/hearing-checklist.md](references/hearing-checklist.md)

ItemDetails
SubscriptionID or az account show
Environmentdev / staging / prod
Regionjapaneast / japanwest
Deploy TypeAzure CLI / Bicep

Architecture Patterns

[references/architecture-patterns.md](references/architecture-patterns.md)

PatternUse Case
Hub-SpokeLarge enterprise
Web + DBStandard web applications
AKSContainer microservices
AI FoundryAI/ML workloads
Proxy VMPrivate network egress control

Commands

# Scaffold environment folder
pwsh scripts/scaffold_environment.ps1 -Environment <env> -Location <region>

# Validate
az deployment group what-if --resource-group <rg> --template-file main.bicep

# Deploy
az deployment group create --resource-group <rg> --template-file main.bicep

Key References

FilePurpose
architecture-patterns.mdArchitecture patterns
avm-modules.mdAVM module catalog
vm-app-scripts.mdVM init scripts
app-deploy-patterns.mdApp deploy patterns
low-cost-ops-demo.mdLow-cost operations demos
service-config-templates.mdService config linking
cicd-templates/CI/CD templates

Done Criteria

  • [ ] Interview checklist completed
  • [ ] MCP tools fetched latest info
  • [ ] Bicep files generated
  • [ ] az deployment group what-if succeeded

Related skills

FAQ

What must run before generating Bicep?

Fetch latest AVM/schema info via the required MCP tools (bicep best practices, AVM metadata, resource type schema) before generating Bicep code.

What architecture patterns does it support?

Hub-Spoke, Web+DB, AKS, AI Foundry and Proxy VM for private network egress control.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.