Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
Hi Harveer Singh,
Based on the error messages provided, there appear to be two separate blockers preventing the domain join operation:
The new Windows Server 2025 VM is already Microsoft Entra ID (Azure AD) joined. Windows is preventing a direct Active Directory domain join while the device remains in its current Entra ID joined state. Depending on your organization's identity configuration, the device may need to be disconnected from Entra ID first or configured as part of a supported hybrid identity scenario.
The domain join account being used does not currently have sufficient permissions to create additional computer accounts in the domain. The error indicates the account has reached the allowed computer account creation limit. Your Active Directory administrator may need to pre-create the computer account, delegate appropriate permissions, or adjust the applicable Active Directory quota settings.
In addition, please verify that:
- The VM is using the correct domain DNS servers.
- Network connectivity to the domain controllers is available.
- The correct OU and domain join account are being used.
Once the identity configuration and Active Directory permissions are addressed, the domain join operation should be able to proceed successfully.
Please do let us know If you have any further queries.