'azure machine cannot joined domain
dears I just bought a domain from Name cheap and I am using Azure VM Windows Server 2019 Datacenter, now I want to join my windows server on my domain to be as domain controller. I add my IP address into the domain page, how I can join azure VM to the domain?
Solution 1:[1]
For joining the azure domain you need to configure S2S VPN (Site-to-Site VPN) between Azure and the domain and you need to configure your DNS manually to make sure that VM uses domain controller as its DNS server.
- Here is the article to configure Site-to-Site VPN. you can create a new VNET or you can use the existing one if you have any. If you create a new VNET, you may need to re-create VM.
- From here you can configure the DNS server manually.

And you can check this documentation for complete information
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | SaiSakethGuduru-MT |
