An enterprise is migrating containerized workloads to Azure and wants to minimize operational maintenance. The migration plan mandates that Microsoft must be fully responsible for all operating system patching, and the development team must not manage container orchestrators or virtual machine nodes. Which of the following Azure services meet these requirements? (Select two)
- Azure Container InstancesCevap
- Azure App ServiceCevap
- CAzure Kubernetes Service
- DAzure Virtual Machines
Cevap
Azure Container Instances and Azure App Service are the correct options because both are Platform as a Service (PaaS) or serverless offerings where Microsoft is responsible for operating system patching, and neither requires the user to manage virtual machines or container orchestrators.
Azure Container Instances and Azure App Service are both Platform as a Service models. In these models, Microsoft handles the physical infrastructure, virtualization, and host operating system patching. Additionally, they do not require the user to configure or manage virtual machine nodes or orchestrator clusters (like Kubernetes). Azure Container Instances provides a simple serverless container run, while Azure App Service provides a managed platform optimized for hosting web applications.
Adım Adım Çözüm
Anahtar Kavram
Shared responsibility model and compute hosting options for containerized workloads in Azure, comparing managed PaaS (Azure App Service), serverless containers (Azure Container Instances), and container orchestration (Azure Kubernetes Service).