Environments/AppConfig/environment.yaml (16 lines of code) (raw):
name: AppConfig
summary: This is an App Configuration deployment using Bicep.
description: Deploys an App Config.
templatePath: appconfig.bicep
parameters:
- id: "name"
name: "name"
description: "Name of the App Config"
type: "string"
required: true
- id: "location"
name: "location"
description: "Location to deploy the environment resources"
default: "westus3"
type: "string"
runner: Bicep