Skip to content
/ iac Public
forked from hansenms/iac

Infrastructure as Code for various projects

Notifications You must be signed in to change notification settings

scunha/iac

This branch is up to date with hansenms/iac:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

277b41b · Aug 8, 2018
Mar 23, 2018
Mar 23, 2018
Mar 23, 2018
Dec 31, 2017
Dec 31, 2017
Dec 31, 2017
Aug 8, 2018
Jan 9, 2018
Jul 27, 2018
Mar 5, 2018
Dec 29, 2017
Dec 31, 2017
Dec 31, 2017
Nov 7, 2017
Nov 7, 2017
Mar 11, 2018

Repository files navigation

Infrastructure as Code (IaC)

This repository contains a number of templates for deploying infrastructure in Microsoft Azure.

  • core-network is a basic virtual network with two domain controllers in an availability set and a jump box for connecting to the VNET.
  • tfs is a template for deploying Team Foundation Server (TFS) into an existing virtual network with domain controllers already deployed.
  • devnet-tfs is a combination of core-network and tfs mentioned above. First the core network is deployed and then the tfs server with database and build agent.
  • sql-alwayson is a template automation for deploying SQL Server (2016 or 2017) with "Always On", high-availability configuration configuration.
  • [tfs-ha] is a template for deploying a high availability version of Team Foundation Server (TFS). It is recommended to use the SQL Always On configuration on the backend for a true high availability configuration. * devnet-tfs-ha is a combination of core-network, sql-alwayson, and tfs-ha mentioned above (including build agents) for a complete end-to-end high-availability DevOps environment base on TFS.
  • ase is a template for deploy Azure App Service Environment (ASE) into an existing or new Virtual Network.
  • ase-agent is a template for deploying a VSTS/TFS build agent into a Virtual Network and let it deploy to a Web App in an App Service Environment (ASE).
  • ase-devops is a combination of ase and ase-agent to demonstrate the complete ASE VSTS/TFS DevOps experience.

About

Infrastructure as Code for various projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 92.8%
  • Shell 7.2%