A healthcare organization hosts a custom patient-scheduling portal. The application front-end and its backend database are currently deployed on several Azure Virtual Machines (IaaS). To minimize administration overhead, the organization plans to migrate the front-end to Azure App Service (PaaS) and the database to Azure SQL Database (PaaS). Which of the following responsibilities shifts from the customer to Microsoft as a result of this migration?
- ASecuring the physical data centers hosting the virtual machines and databases
- Patching and maintaining the database engine and the hosting operating systemAnswer
- CConfiguring identity providers and user access permissions for the application
- DDeploying and updating the application source code for the scheduling portal
Answer
Patching and maintaining the database engine and the hosting operating system
In the Shared Responsibility Model, the boundary of responsibility shifts depending on the service type. When using Infrastructure as a Service (IaaS) virtual machines, the customer must manage and patch the operating system and database software. When migrating to Platform as a Service (PaaS) services like Azure App Service and Azure SQL Database, Microsoft takes over the management of the operating system, runtime environments, and database engines. Consequently, patching and maintaining the database engine and operating system shifts from the customer to Microsoft.
Step-by-Step Solution
Key Concept
Shared Responsibility Model
Estimated Time:1m 30s