Hi,
1) I have the scripts to be taken into Azure VMs, so VMs should communicate with my local machine.
2) I have to setup Domains on VMs (Domain contoller and Member) and for this both the VMs should be communicating with each other.
If i keep the DNS(Virtual Network) as default(Azure provided), i can achieve 1st requirement and not 2nd.
If i change DNS to point to Private Ip of 1st VM, then i can achieve 2nd requirement but not 1st.
Please suggest how do i need to configure the VNet to get my both requirements fulfilled.
p.s - I am using ARM Template to achieve this to automate entire process. Also i should be able to create the users after this setup. Coz tried to achieve it through some ARM templates from github however after deploying them i was not able to see any option for adding users in the VMs.
Thanks,
Alam