A healthcare company decides to migrate its custom patient intake application from a Software as a Service (SaaS) cloud platform to a custom web app hosted on Azure App Service (Platform as a Service - PaaS). Which two responsibilities shift from the cloud provider to the healthcare company as a result of this migration? (Select two).
- Development and maintenance of the application codeAnswer
- Configuration of the application-level settings and endpoint APIsAnswer
- CMaintenance and patching of the underlying operating system hosting the application
- DPhysical security of the datacenters where the servers are hosted
Answer
The responsibilities that shift to the healthcare company are the development and maintenance of the application code, and the configuration of the application-level settings and endpoint APIs.
When migrating from a SaaS platform to a PaaS environment like Azure App Service, the responsibility for managing the application software and its configuration shifts from the cloud provider to the customer. The customer must now develop and maintain the application code and configure application-level endpoints and APIs.
Step-by-Step Solution
Key Concept
Shared Responsibility Model
Estimated Time:1m 0s