Introduction
Azure AD DS can run on Azure Virtual Machine (VM) in the same concept as an On-premises instance. This article taught how to deploy ADDS on Azure VM in Azure Infrastructure As a Service (Iaas).
Prerequisites
- Resource Group (RG)
- Virtual Network (VNet)
- Two Virtual Machines (VMs)
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
Step 1
Sign in to your Azure portal.
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
Step 2
These are my VMs as per my diagram.
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
Step 3
Open Server Manager -> Local Server and you can see my domain details and Network adapter
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
Step 3
Check connectivity from client pc to DC using IP address 174.100.0.4
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
Step 4
But I couldn’t ping via domain name example shanuka.local
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
Implement a DNS server IP address
Step 1
Go to your Virtual Network and Select DNS Servers and select Custom add your DNS Server IP address and save.
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
Step 2
Following the appropriate steps and restart your client PC
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
Step 3
Once you have done the steps you can able to ping with your domain name in my case I have ping shanuka.local
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
Step 7
I have created one user as rootdomain with Domain Administrator privileges
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
Joining a client computer
Step 1
Select Domain and enter the domain name. In my case, I have given shanuka.local and given your domain administrator privileges account.
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
Step 2
Successfully joined my client PC to the domain
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
Step 3
You can verify your domain from client PC with whoami command
![How to Deploying an ADDS in Azure VM (IaaS) by using Azure Portal]()
Conclusion
This article taught us how to set up Active Directory Domain Services in Azure VM. If you have any questions, please contact me.
Thanks.