Reputation: 146
how can I add my VM-Azure to the local domain (on-premise server)
any idea?
thank you in advance
Upvotes: 0
Views: 8437
Reputation: 22447
If you want to add Azure VM to your local domain, you need to create a Site-to-Site VPN Gateway to make your on-premise network can connect Azure Vnet. Meanwhile, you also need to configure custom DNS server on your VM. For more details, please refer to the document.
Upvotes: 2
Reputation: 1534
Assuming you mean linking the two networks, on prem and Azure, you can look at this document
And if you are looking to join a managed domain you would follow this doc
Upvotes: 1