An enterprise is migrating its web APIs to Azure App Service and its relational data to Azure SQL Database. To prepare for an upcoming security audit, the compliance officer is creating a matrix mapping the operational duties of the enterprise against those of Microsoft under the shared responsibility model. Which of the following correctly identifies the distribution of responsibilities for these Platform as a Service (PaaS) deployments?
- The enterprise is responsible for configuring application settings, managing data, and controlling user access, while Microsoft is responsible for patching the operating system and updating the database engine.Answer
- BThe enterprise is responsible for patching the operating system and configuring application settings, while Microsoft is responsible for maintaining the physical hardware and managing user access.
- CMicrosoft is responsible for managing application data, configuring API endpoints, and patching the database engine, while the enterprise is responsible only for physical security.
- DThe enterprise is responsible for managing the underlying database engine, middleware, and network firewalls, while Microsoft is responsible for data encryption and user identity management.
Answer
The enterprise is responsible for configuring application settings, managing data, and controlling user access, while Microsoft is responsible for patching the operating system and updating the database engine.
In Platform as a Service (PaaS), the cloud provider (Microsoft) manages the underlying infrastructure, operating systems, and database engine software. This includes patching and updating. The customer (enterprise) is only responsible for the data stored, user access policies, and application configurations.
Step-by-Step Solution
Key Concept
Under the Azure shared responsibility model for Platform as a Service (PaaS), Microsoft manages physical infrastructure, operating system patching, and middleware/database runtime maintenance, whereas the customer remains responsible for application configuration, data governance, and user access management.