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
-
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