ARM + Terraform templates for secure, governed Azure deployments at scale.
Enterprise Azure infrastructure automation and deployment templates for scalable cloud operations
A professional collection of Azure Resource Manager (ARM) templates, Terraform configurations, and PowerShell automation scripts.
- ARM Hub VNet (dev parameters)
az group create -n iac-demo-rg -l westeurope
az deployment group create \
--resource-group iac-demo-rg \
--template-file ./Security-Templates/virtual-network-hub-spoke.json \
--parameters @./Security-Templates/virtual-network-hub-spoke.parameters.json
- Log Analytics Workspace
az deployment group create \
--resource-group iac-demo-rg \
--template-file ./Monitoring-Solutions/log-analytics-workspace.json
- Terraform quick start
cd terraform
terraform init && terraform apply -auto-approve
- Security-Templates/virtual-network-hub-spoke.json
- Security-Templates/virtual-network-hub-spoke.parameters.json
- Monitoring-Solutions/log-analytics-workspace.json
- Scripts/Deploy-Infrastructure.ps1
- terraform/main.tf
Julien Chevallier — Senior IT Support Engineer
⭐ Star this repo if it helped accelerate your Azure cloud journey.