An organization named Litware, Inc. has an Azure environment structured with a management group hierarchy. The hierarchy includes a parent management group named TenantRoot, with two child management groups named Production-MG and Development-MG.
The security compliance team mandates the following requirements:
* All virtual machines deployed within Production-MG must have the Azure Monitor Agent installed automatically.
* Any attempt to deploy a storage account within Production-MG that does not enforce secure transit (HTTPS) must be blocked at deployment.
* Development-MG must not be subjected to these compliance rules.
You need to design an Azure Policy solution to meet these requirements with the least amount of administrative overhead.
Which two configurations should you recommend? (Select two.)
- Assign a policy initiative to the Production-MG management group containing a policy definition with the DeployIfNotExists effect to deploy the Azure Monitor Agent.Cevap
- Include a policy definition with the Deny effect in the policy initiative to block the creation of storage accounts without secure transit enabled.Cevap
- CInclude a policy definition with the Audit effect in the policy initiative to flag virtual machines without the Azure Monitor Agent, and manually trigger a monthly remediation task.
- DInclude a policy definition with the Modify effect in the policy initiative to prevent the creation of storage accounts that do not enforce secure transit.