Azure Container Instances - jasper-zanjani/azure GitHub Wiki
Notes
Azure Container Instances (ACI) allows a simpler way of running isolated containers in smaller-scale deployments than Azure Kubernetes Service.
The top-level resource in ACI is the container group, a collection of containers that get scheduled on the same host machine. These containers share a lifecycle, resources, local network, and storage volumes, and is equivalent to a Kubernetes pod. Container groups can be deployed to a subnet that already hosts a container group or an empty one, but it may not be deployed to a subnet that already has other resources like VMs.