Azure Container Instance – Getting Started
We’ve looked at an overview of Docker Containers in Azure. One of the services we talked about is Azure Container Instance (ACI). ACI allows us to start a Docker Container without a cluster, without even a VM. It is ideal for bursting, recurrent jobs and dev-test. We are going to focus on ACI in this … More Azure Container Instance – Getting Started