terraform-azure/quickstart/201-azure-pipelines-ci-cd
Joey Lorich 415e3caa97 reorganize, add scaffold folder
update readmes

clean up tf provider

add readme and initial templates

add initial pass at readmes

more readme updates

update various quickstarts

finish cleaning up 101s

more updates

lots fo template updates

add remaining

more updates
2019-11-06 16:39:59 -05:00
..
2019-11-06 16:39:59 -05:00

Azure Pipelines Multi-Stage CI/CD

This template deploys a basic Azure Web App leveraging CI/CD through Azure Pipelines to a single environment

Variables

Name Description
name Name of the deployment
environment The depolyment environment name (used for postfixing resource names)
location The Azure Region to deploy these resources in
plan_sku The SKU of the App Service Plan to host the webapp
prefix A DNS Prefix to use in the AKS Cluster

Usage

Set up a Pipeline in Azure Pipelines pointing to azure-pipelines.yml.