A retail company is migrating its e-commerce platform to Azure and is designing its security, governance, and resource management strategy. The plan includes deploying a cloud database and organizing the associated resources. The IT team wants to minimize administrative overhead for operating system maintenance while ensuring deployment flexibility. Which of the following statements correctly describes the security, governance, or manageability characteristics of the proposed Azure deployment?
- AChoosing an Infrastructure as a Service (IaaS) database delegates operating system patching to Microsoft, while all resources must be deployed in the same region as their containing resource group.
- BChoosing a Platform as a Service (PaaS) database requires the customer to manage operating system updates, and administrative boundaries are established by nesting the database resource group inside the application resource group.
- Choosing a Platform as a Service (PaaS) database delegates operating system patching to Microsoft, and resources within a resource group can be deployed in regions different from the resource group's location.Answer
- DChoosing an IaaS database delegates database engine configuration and updates to Microsoft, and resources automatically inherit all metadata tags applied to their containing resource group.
Answer
Choosing a Platform as a Service (PaaS) database delegates operating system patching to Microsoft, and resources within a resource group can be deployed in regions different from the resource group's location.
The correct option accurately states that deploying a database in a PaaS model delegates operating system maintenance and patching tasks to Microsoft, reducing administrative overhead. It also correctly highlights that resources can be placed in a resource group regardless of regional differences, as a resource group's location only defines where its management metadata resides.
Step-by-Step Solution
Key Concept
Shared responsibility model for database services and Azure resource group regional boundaries.
Estimated Time:2m 0s