A company currently hosts its customer portal on Azure Virtual Machines. The IT team plans to migrate this application to Azure App Service (a Platform as a Service/PaaS model) to reduce administrative overhead.
Which two responsibilities will shift from the customer to Microsoft after this migration? (Select two.)
- Patching and maintaining the underlying operating systemAnswer
- BSecuring the physical datacenter hosting the servers
- Managing and updating the web server middleware and runtime environmentAnswer
- DConfiguring access controls and governance for user data
Answer
The responsibilities that shift to Microsoft are patching and maintaining the underlying operating system, as well as managing and updating the web server middleware and runtime environment.
Migrating from Infrastructure as a Service (IaaS) to Platform as a Service (PaaS) reduces the customer's administrative burden. The customer is no longer responsible for operating system patching or installing and configuring middleware/runtimes; Microsoft handles these tasks automatically.
Step-by-Step Solution
Key Concept
Under the Azure Shared Responsibility Model, migrating from IaaS (Virtual Machines) to PaaS (App Service) shifts the management of the operating system, database engines, and middleware/runtimes from the customer to Microsoft.