A retail company is migrating its e-commerce platform to Microsoft Azure. The migration plan includes deploying database workloads to Azure SQL Database (a Platform as a Service / PaaS offering) and web servers to Azure Virtual Machines (an Infrastructure as a Service / IaaS offering). The company's security team is defining their cloud governance and compliance strategy.
When comparing the management and security responsibilities of these two deployments, which of the following is correct?
- AMicrosoft is responsible for database login management, database query optimization, and application user permissions for the Azure SQL Database, as it is a SaaS database solution.
- BMicrosoft is responsible for operating system patching and database engine configuration on the web servers, while the retail company only manages the database firewall.
- The retail company is responsible for operating system patching on the web servers, while Microsoft automatically handles operating system patching and physical security for the database solution.Answer
- DMicrosoft is responsible for physical security and web server operating system patching, but the retail company is responsible for patching the database operating system.
Answer
The retail company is responsible for operating system patching on the web servers, while Microsoft automatically handles operating system patching and physical security for the database solution.
Under the shared responsibility model, the division of management tasks depends on the cloud service model. For Infrastructure as a Service (IaaS) resources like Azure Virtual Machines, the customer maintains full control and responsibility over the guest operating system, which includes applying patches and software updates. For Platform as a Service (PaaS) resources like Azure SQL Database, the cloud provider (Microsoft) handles physical security, infrastructure maintenance, and operating system updates, letting the customer focus on data governance and application-level settings.
Step-by-Step Solution
Key Concept
Shared responsibility model across IaaS and PaaS service types
Estimated Time:1m 0s