A retail organization is deploying a new e-commerce inventory API to Azure App Service, which is a Platform as a Service (PaaS) offering. Under the cloud shared responsibility model, the organization wants to clarify the division of operational tasks. Which two of the following tasks are the responsibility of the customer in this PaaS deployment?
- Configuring application-level settings and managing user access within the applicationAnswer
- Managing and storing the application's data, including database schemasAnswer
- CInstalling security patches and operating system updates on the hosting servers
- DConfiguring guest operating systems, virtual machine sizes, and network interfaces
Answer
Configuring application-level settings and managing user access within the application, and managing and storing the application's data, including database schemas.
In a Platform as a Service (PaaS) model, the cloud provider manages the physical infrastructure, virtualization, host hypervisors, and the operating system. The customer is responsible for the application layer and data, which includes configuring application-level settings, user access controls, database schemas, and data management.
Step-by-Step Solution
Key Concept
Shared Responsibility Model in Platform as a Service (PaaS)
Estimated Time:1m 30s