To complete setting up the AD in Azure VM, next step is to setup the DNS for the Virtual Network. Setting up DNS is required to join other machine (TFS, RM server etc,) to the domain.
Go to the server manager of the AD server in Azure VM. Click on Toos—> DNS.
In the DNS Manager right click on Domain Controller and click on Properties.
In the Forwarded tab of the Properties window click on IP address and click Edit.
In Edit Forwarders select the IP and click Delete.
Then click OK.
Click Apply and close DNS Properties.
Now go to the Azure Management portal click on the Virtual Network and go to Configure tab.
In the dns servers provide Domain Controller name and the static internal IP assigned to it. Click on Save.
Click Yes for the below message.
This will update the Virtual Network
DNS setup done for the Virtual network.
Friday, 3 April 2015
TFS on Azure – 05. Set DNS in Virtual Network
Labels:
Active Directory,
AD,
Azure,
dns,
tfs,
virtual network
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Dynamic block allows to create nested multi level block structures in terraform code. Conditional usage of such blocks are really useful in...
-
In Azure DevOps YAML pipelines there are several functions available for you to use. replace is such a useful function, which you can use t...
-
We have discueed, that we have to use an environment variable to handle input parameter default values, if we are using trigger for workflo...
-
Adding Azure Container Registry (ACR) service connection to Azure DevOps is really simple as described in " Create Service Connection ...
-
Some times a silly mistake can waste lot of time of a developer. The exception “System.IO.IOException: The response ended prematurely.” whil...
No comments:
Post a Comment