A logistics company is migrating its package tracking database to Azure SQL Database, which is a Platform as a Service (PaaS) offering. Under the Azure shared responsibility model, which of the following tasks is the customer responsible for managing?
- AApplying operating system security patches to the database server
- BMaintaining the physical servers and storage hardware in the Azure data center
- Configuring database firewall rules and managing user access permissionsAnswer
- DProviding the ready-to-use logistics software interface for end-users
Answer
Configuring database firewall rules and managing user access permissions
In a PaaS database offering such as Azure SQL Database, the customer is responsible for managing the data stored in the database, configuring database-level firewall rules, and managing user access permissions. Microsoft handles the physical hosting infrastructure, the virtualization layer, the operating system, and the database engine updates.
Step-by-Step Solution
Key Concept
Shared Responsibility Model for PaaS Database Deployments
Alternative Method
Analyzing the scenario using a responsibility matrix can help quickly eliminate options: physical infrastructure and OS patching are always Microsoft's responsibility in PaaS, while end-user software delivery is SaaS.
Estimated Time:1m 0s