Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
Hello Harveer,
The new Windows Server 2025 VM won't automatically become domain-joined just because it's in the same VNet and subnet. Azure AD Join and Active Directory Domain Join are separate processes.
Before joining the new VM to redmond.corp.microsoft.com or corp.microsoft.com, verify:
The VM is using the correct AD DNS servers (not Azure default DNS).
Network connectivity to the domain controllers is working (required ports are open).
Time is synchronized with the domain.
The computer account has permission to join the domain.
Once those prerequisites are met, you can join the VM through System Properties or PowerShell (Add-Computer), then restart the server. If Azure AD Join is also required, you can keep the device in a hybrid state after the AD domain join, depending on your organization's hybrid identity configuration.
If the VM was created from a generalized image or migrated into a VMSS, it may also be worth confirming whether there are any VMSS provisioning extensions or policies that are preventing or overriding the domain join.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.