Tag
iac
10 articles tagged with “iac”
ARM Templates: Azure's Native Infrastructure as Code
ARM template structure, parameters, variables, outputs, dependsOn, Template Specs, and when to migrate to Bicep.
Bicep Modules: Composable Azure Infrastructure
Bicep syntax, modules, parameters, outputs, decorators, and the Bicep Registry for reusable infrastructure.
IaC Drift Detection: Keeping Infrastructure in Sync
Terraform plan for drift detection, Azure Policy compliance, drift remediation strategies, and automated drift alerting.
Policy as Code: Guardrails for Your Infrastructure
Azure Policy, OPA/Rego, Sentinel, and Checkov — enforce compliance, security, and cost rules as code in your IaC pipeline.
Pulumi with Python: Infrastructure as Real Code
Pulumi Python SDK — stacks, resources, config, secrets, outputs, and ComponentResource for reusable infrastructure.
Pulumi with TypeScript: Type-Safe Infrastructure
Pulumi TypeScript SDK — type-safe resources, async outputs, stack references, and testing infrastructure with Jest.
Secrets Management in IaC: No More Hardcoded Credentials
Azure Key Vault integration, Terraform sensitive variables, Pulumi secrets, and CI/CD secret injection patterns.
Terraform State Management: Remote Backends and Locking
Remote state backends (Azure Storage, S3, Terraform Cloud), state locking, state import, and disaster recovery for state files.
Terraform Modules: Reusable Infrastructure Patterns
Module composition, input variables, output values, module sources, versioning, and the Terraform Registry.
Terraform Workspaces: Multi-Environment Infrastructure
Terraform workspaces vs separate state files, workspace-based environment promotion, and when to use workspaces vs directory-per-env.

