| Parameter | Selected Value | Technical Reason |
| Number of host groups | 3 | A dedicated host group is a resource that represents a collection of dedicated hosts. Host groups are typically aligned to specific fault domains or availability zones within an Azure region to guarantee high availability and isolation requirements. Based on the highlighted answer selection, 3 distinct host groups are deployed. |
| Number of virtual machine scale sets | 1 | Azure Virtual Machine Scale Sets (VMSS) let you create and manage a group of load-balanced VMs. The selected configuration indicates that exactly 1 virtual machine scale set is configured to manage the scale and orchestration of the instances within this deployment. |
| Step | Action | Technical Significance |
| Step 1 | Create an Azure policy definition that uses the deployIfNotExists effect. | Before a policy can enforce compliance, the rule template must exist. The deployIfNotExists effect evaluates resources and blocks/deploys sub-resources if the specified target conditions are missing. |
| Step 2 | Create an Azure policy assignment. | Once defined, the policy must be actively targeted at a specific scope (such as a Management Group, Subscription, or Resource Group) by assigning it. This initiates evaluation against existing or incoming cloud resources. |
| Step 3 | Invoke a remediation task. | For existing resources that were already deployed prior to the policy assignment and flagged as non-compliant, you must explicitly trigger a remediation task to apply the deployIfNotExists template and automatically bring them into compliance. |
| Requirement | Selected Option | Explanation |
| Registration for MFA | Azure AD Identity Protection | Azure AD Identity Protection can be used to deploy an MFA registration policy. This policy prompts users to securely register for multi-factor authentication the next time they sign in, ensuring an organized onboarding process. |
| Enforcement of MFA | Sign-in risk policy in Azure AD Identity Protection for the Litware.com tenant | To enforce authentication controls dynamically based on risk, a sign-in risk policy can be configured. This policy analyzes authentication attempts in real-time and automatically enforces an MFA challenge if suspicious or anomalous behavior is detected during sign-in. |