Forum Discussion
Azure VM Windows Server 2022 Domain Joining Issue
Since basic connectivity tests (ping, nslookup, and telnet) are working, the issue may be related to authentication or Active Directory communication rather than general network connectivity.
Ensure the VM is using the Active Directory DNS servers instead of Azure's default DNS. Also verify that RPC, LDAP, Kerberos, and SMB ports are allowed through Azure Firewall and any on-premises firewalls. Confirm that the VM's system time is synchronized with the domain controllers, as Kerberos authentication can fail if there is a time difference. Finally, review the System and NetSetup event logs on the VM for more detailed error messages.
This error is commonly caused by blocked RPC traffic or DNS misconfiguration, even when basic connectivity tests are successful. Does the issue occur when trying to join any domain controller, or only a specific one?