Skip to content

JamesCarscadden/arm-team-foundation-server-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arm-team-foundation-server-sandbox

Deploy to Azure Vizualize

This template will install a simple server with a default installation of Team Foundation Server 2017 update 3. This is suitable for sandbox usage or experimentation.

Some limitations:

  • Reporting is not installed
  • SharePoint is not installed
  • No build service is configured by default
  • https is not enabled, so usernames and passwords will not be secure

This template can take significant time to run, so be patient.

Once installed you can access the TFS installation by pointing a browser to: http://<public dns name>.<azure location>.cloudapp.azure.com:8080/tfs

Use the administrator name and password to log in.

Deploy

  1. Using Azure CLI

Clone the files to your local machine, and then open a terminal at the cloned directory. Make sure you are logged in using azure cli, and that you are in Resource Manager mode. (More on how to do that at the link below)

azure group create <resource group name> <location>; azure group deployment create -v -f azuredeploy.json <resource group name> <deployment name>

Azure Resource Manager Command Line Documentation

  1. How to use Azure Powershell

Azure Resource Manager on Powershell

  1. Using Azure Portal

Click the "Deploy to Azure" button.

About

An Azure Resource Manager template for a Team Foundation Server sandbox environment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published