Now that we have our Container Image in ACR, there are several compute options for hosting it.
Azure Service | Summary | Docs | Learn Courses |
---|---|---|---|
Web App for Containers | Fully-managed platform to easily deploy and run containerised applications | docs | Deploy and run a containerized web app with Azure App Service |
Azure Container Instance | Best suited to simple, temporary workloads | docs | Run container images in Azure Container Instances |
Azure Kubernetes Service | A managed Kubernetes infrastructure environment | docs | Orchestrate containers on Windows Server using Kubernetes |