Complete the code to specify the Azure service for running containers without managing servers.
service = "[1]"
Azure Container Instances lets you run containers easily without managing servers.
Complete the code to select the Azure service that manages container orchestration at scale.
service = "[1]"
Azure Kubernetes Service (AKS) manages container orchestration for large-scale deployments.
Fix the error in the code to choose the Azure service best for deploying web apps with containers.
service = "[1]"
Azure App Service supports deploying web apps using containers easily.
Fill both blanks to complete the comparison: Azure {{BLANK_1}} is for simple container runs, while Azure {{BLANK_2}} is for orchestrated container clusters.
Azure [1] vs Azure [2]
Azure Container Instances run containers simply; Azure Kubernetes Service manages container clusters.
Fill all three blanks to complete the sentence: Azure {{BLANK_1}} is serverless for containers, Azure {{BLANK_2}} manages clusters, and Azure {{BLANK_3}} hosts web apps with container support.
Azure [1], Azure [2], Azure [3]
Azure Container Instances is serverless for containers, AKS manages clusters, and App Service hosts containerized web apps.