A healthcare provider is planning to deploy a patient portal backend. They decide to use Azure Platform as a Service (PaaS) offerings to host their custom API and database. Which two tasks are the responsibility of the cloud customer? (Select two.)
- Configuring access permissions and user identity controls for the database and custom APIAnswer
- Writing, deploying, and maintaining the custom application codeAnswer
- CApplying software updates and security patches to the server's operating system
- DManaging and maintaining the physical virtualization hypervisors and storage hardware
- EConfiguring end-user settings for turnkey SaaS tools such as Microsoft 365
Answer
In a PaaS deployment, the customer is responsible for configuring access permissions and user identity controls for the database and custom API, as well as writing, deploying, and maintaining the custom application code.
Under the Platform as a Service (PaaS) shared responsibility model, the customer is responsible for the application layer and data access. This includes managing user permissions and security configurations for the database and custom API, as well as writing, deploying, and maintaining the custom application code. The underlying operating system, virtualization hypervisor, and physical server hardware are managed and updated entirely by the cloud provider.
Step-by-Step Solution
Key Concept
Under Platform as a Service (PaaS), the cloud provider manages the physical infrastructure, virtualization, and operating systems, leaving the customer responsible for application code, data, and access configurations.