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
This commit is contained in:
Joey Lorich
2019-10-15 13:03:36 -06:00
committed by Joey Lorich
parent fa82feccc7
commit 415e3caa97
89 changed files with 7503 additions and 1140 deletions

View File

@ -0,0 +1,18 @@
# 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.