Infra-as-Code Overview
IaC Templates Location
Section titled “IaC Templates Location”Code Location: infra/bicep/malta-catering/
File Structure
Section titled “File Structure”infra/bicep/malta-catering/├── main.bicep├── main.bicepparam├── azure.yaml├── deploy.ps1└── modules/ ├── app-insights.bicep ├── app-service-plan.bicep ├── budget.bicep ├── container-registry.bicep ├── key-vault.bicep ├── log-analytics.bicep ├── private-dns-zones.bicep ├── storage.bicep ├── virtual-network.bicep └── web-app.bicep~12 resources provisioned across networking, compute, data, security, and monitoring — generated from the 10-module architecture defined in the implementation plan.