A retail company is migrating its e-commerce application to Azure. The migration plan includes deploying Azure Virtual Machines (IaaS) for the web servers and Azure SQL Database (PaaS) for data storage. To implement security, governance, and manageability, the cloud administrator proposes the following design:
1. Nest the database resource group inside the web server resource group to maintain a parent-child administrative hierarchy.
2. Deploy the database resources in the East US region, even though the containing resource group is located in the West US region.
3. Delegate all operating system security patching for both the Virtual Machines and the SQL Database to Microsoft under the shared responsibility model.
Which parts of the administrator's proposed design are valid?
- AThe proposals to nest resource groups and to deploy the database in a different region are both valid, while the customer must manage patching for both services.
- Only the proposal to deploy the database resources in a region different from the resource group's region is valid.Cevap
- COnly the proposal to delegate all operating system patching to Microsoft is valid, as resources must reside in the same region as their resource group.
- DAll three proposals are valid under Azure's governance guidelines and the shared responsibility model.