Fit: ACI for simple container runs
Use Azure Container Instances (ACI) when you don't need orchestration. Single container or small service. Avoid cluster operations overhead. Azure Container Instances (ACI) runs containers directly. Azure Kubernetes Service (AKS) is optional, not required.

