You plan to deploy a new domain controller as an Azure Virtual Machine (VM) to provide authentication for cloud workloads. Which THREE actions should you take to ensure the stability and supportability of the domain controller? (Each correct answer presents part of the solution.)
Azure VMs use DHCP by default, but domain controllers must have a consistent IP address to maintain DNS reliability and replication topology. Setting a static private IP address within the Azure virtual network settings ensures that the DC remains reachable at the same address after restarts or maintenance events.
Why this answer
Deploying domain controllers on Azure VMs requires specific configuration to prevent database corruption and ensure consistent identity services. This includes using a static private IP address to prevent DNS failures, placing the NTDS database on a non-caching data disk to ensure write integrity, and using a separate virtual disk rather than the OS drive.