Search⌘ K

Creating an Azure Container Instance (ACI)

Learn how to create an Azure Container Instance (ACI) using Ansible playbook.

It’s time to get to the hands-on goodness! In this chapter project, you will create an Azure Container Instance (ACI) with an Nginx Docker image in Ansible using Azure Cloud Shell.

The Azure Cloud Shell has lots of pre-loaded applications and configuration; one of those is Ansible. Be sure to check out the command-line chapter to learn more about Azure Cloud Shell.

Project overview

To get hands-on with Ansible to create an ACI, you’re going to create an Ansible playbook via the ...