A company is migrating its web application from Azure Virtual Machines (IaaS) to Azure App Service (PaaS). Which two responsibilities shift from the customer to Microsoft after this migration?
- Installing security patches and updates on the underlying operating systemAnswer
- Configuring and maintaining the web server middleware and application runtimeAnswer
- CMaintaining the custom application code and configuring user authentication
- DSecuring the physical host servers and the virtualization hypervisor layer
Answer
The responsibilities that shift from the customer to Microsoft are installing operating system security patches and configuring the web server middleware/runtime environment.
In the Shared Responsibility Model, migrating from Infrastructure as a Service (IaaS) to Platform as a Service (PaaS) shifts management of the operating system and the runtime middleware from the customer to Microsoft. Under Azure Virtual Machines (IaaS), the customer must patch the operating system and configure the middleware (like IIS or Apache). Under Azure App Service (PaaS), Microsoft automatically handles these tasks.
Step-by-Step Solution
Key Concept
Shared Responsibility Model