A logistics company is migrating its inventory tracking database to Azure SQL Database (a Platform as a Service (PaaS) database solution). Under the Azure shared responsibility model, the logistics company is responsible for configuring database-level firewall rules and managing user database access, while the cloud provider is responsible for applying security patches to the database engine and the underlying operating system. Is this statement true or false?
Answer: Answer
Answer
True
In a Platform as a Service (PaaS) model, the cloud provider manages the physical hosts, virtualization, operating system, and application runtime (in this case, the database engine, including OS and engine patching). The customer is responsible for configuring network access control at the database level and managing database-level user access.
Step-by-Step Solution
Key Concept
Under Platform as a Service (PaaS), the cloud provider manages the database engine and underlying OS patching, while the customer maintains responsibility for database firewall configuration and user access management.