terraform-azure/quickstart/201-azure-pipelines-ci-cd
github-actions[bot] 0b42c09bc4 Update TestRecord
2024-11-03 03:44:41 +00:00
..
2023-02-13 17:47:34 +08:00
2019-11-06 16:39:59 -05:00
2024-11-03 03:44:41 +00: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.