This repository contains examples for work with Infrastructure as Code (IaC) approach in Microsoft Azure. Detailed instruction how-to handle every part of it:
- Part 1 - about Azure Resource Manager (ARM) template deployment
- Part 2 - about using Ansible playbooks for ARM template deployment
- Part 3 - about building a Docker image (using Github Actions), which have Ansible playbooks for ARM template deployment
- Part 4 - about running a Docker container (using Azure DevOps), which uses Ansible playbooks for ARM template deployment
- Part 5 - about triggering a DevOps pipeline, which on a Docker container runs Ansible playbooks for ARM template deployment, with Power Automate help