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.
Subscribe to:
Post Comments (Atom)
Popular Posts
-
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...
-
Adding Azure Container Registry (ACR) service connection to Azure DevOps is really simple as described in " Create Service Connection ...
-
We have discueed, that we have to use an environment variable to handle input parameter default values, if we are using trigger for workflo...
-
Some times a silly mistake can waste lot of time of a developer. The exception “System.IO.IOException: The response ended prematurely.” whil...
-
Sometimes you may need to edit files especially the web.config or appsettings.json files after deploying your application to Azure App Servi...
No comments:
Post a Comment