diff --git a/.azure/bicep/main.bicep b/.azure/bicep/main.bicep index e2d332d7b..c5582a920 100644 --- a/.azure/bicep/main.bicep +++ b/.azure/bicep/main.bicep @@ -1,7 +1,7 @@ @description('The location into which your Azure resources should be deployed.') param location string = resourceGroup().location -@description('Select the type of environment you want to provision. Allowed values are Production and Test.') +@description('Select the type of environment you want to provision. Allowed values are Production, Staging, and Development.') @allowed([ 'Production' 'Staging'