Creating an Azure Container Instance (ACI)
Explore how to create an Azure Container Instance (ACI) using an Ansible playbook within Azure Cloud Shell. Learn to write, save, and run the playbook to deploy an Nginx container and verify the deployment in the Azure Portal.
We'll cover the following...
We'll cover the following...
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 ...