Introduction
This repository hosts a collection of articles about deploying, configuring and running various services in Microsoft Azure.
- Part 1 - about using Service Endpoints for PaaS access
- Part 2 - about using Private Endpoints for PaaS access
- Part 3 - about using DNS forwarder for Private Endpoints access from on-premises
- Part 4 - PaaS networking summary
Azure Functions
Infrastructure as Code
- 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
Ansible Tower (aka AWX)
- Part 1 - about AWX initial installation and configuration on Azure
- Part 2 - about AWX authentication configuration using Azure AD
- Part 3 - about running a playbook on AWX
- Part 4 - about managing Azure resources using AWX
- Part 5 - about running a workflow on AWX
Docker
Other/Old