To setup TFS environment on azure using a domain controller as a VM in Azure it is required to setup a virtual network and DNS. When this is done and virtual machines configured to use virtual network, internet access does not work inside the VM.
To enable internet access following steps should be performed.
Currently only one DNS is setup with AD machine.
Go to the virtual network configuration in Azure management portal and add following DNS entries.
168.63.129.16
168.62.167.9
Click save and select yes in below message.
This will enable internet access inside the virtual machines in azure connected to the 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