ShopGlobe Logistics is designing an Azure governance strategy for its resource hierarchy, which consists of a Production management group and a Non-Production management group. The company must satisfy the following compliance requirements:
1. All virtual machines deployed in the Production management group must be audited if they do not use managed disks.
2. All storage accounts deployed in the Production management group must have HTTPS traffic enforcement enabled. If a storage account is created with HTTPS traffic disabled, it must be automatically remediated during deployment without blocking the creation.
3. Public IP addresses must not be created in the Non-Production management group, except for resources deployed in a specific resource group named 'shared-dmz-rg'.
To minimize administrative overhead, which of the following policy configurations should you implement? (Select TWO.)
- Group the virtual machine auditing policy and the storage account HTTPS remediation policy using the Modify effect into a single policy initiative, and assign it to the Production management group.Cevap
- Assign a policy that denies public IP address creation to the Non-Production management group, and add the 'shared-dmz-rg' resource group to the policy assignment's exclusion scope (notScopes).Cevap
- CAssign a policy using the Deny effect to the Production management group to block the deployment of storage accounts that do not have secure transfer enabled.
- DAssign the virtual machine auditing policy and the storage account HTTPS policy as individual assignments to each subscription under the Production management group.