Sameer
Sameer

Reputation: 93

TFS installation on Intranet?

We are thinking about migrating to latest TFS version 2018.

We are planning it to install on intranet network, with secure SSL connection. My question is, would it require internet to work (Check-in, Build, Deployment etc.)? All our users are on same intranet network. Build & Database everything will be on same secured Intranet zone only connected to new TFS but without internet access.

So does it require internet access to work?

Upvotes: 1

Views: 341

Answers (1)

ChamindaC
ChamindaC

Reputation: 1492

You can set up TFS 2018 in your intranet along with build servers etc. As long as your team members are on the same intranet, accessing TFS and using it for your projects, is possible. You can use builds deployments etc. as well within your intranet. However if you want to allow your TFS to deploy to machines outside of your network, let's say you have application that needs to be deployed to Azure app service, then you need internet connectivity to connect Azure subscription to your TFS. You may need to expose your TFS via internet, if you plan to do deployments to your clients environments, which are outside of your intranet, to get an agent setup in such environments to automate deployments.

Even though it is possible to use TFS 2018 only in the intranet without internet access, having internet access as well as exposing the TFS instance via internet provides with you additional benefits in deployments automation etc. Having said that it is possible to setup VPN connectivity with your client environments, to enable automated deployments, by allowing client environment agents to access your TFS. So it is possible as an option to use TFS without having internet access.

Upvotes: 2

Related Questions