In this chapter, we will deep dive and explore the Microsoft
Azure Container Instances (ACI) service. ACI allows us to deploy containerized applications quickly without extra configuration and provisioning of added infrastructure and is excellent for the following scenarios:
Simple web applications
Task containers
Batch jobs
With ACI, we can publish containers and services with a public IP address and expose them to the public in a short time. We can quickly scale ACI containers and start them with a very low resources footprint ...