We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b7c8e commit cddf330Copy full SHA for cddf330
src/InfrastructureAsCode/main.bicep
@@ -1,5 +1,5 @@
1
@description('Environment of the web app')
2
-param environment string = 'prod'
+param environment string = 'test'
3
4
@description('Location of services')
5
param location string = resourceGroup().location
0 commit comments