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 0a757d7 commit 986872fCopy full SHA for 986872f
src/InfrastructureAsCode/main.bicep
@@ -1,5 +1,5 @@
1
@description('Environment of the web app')
2
-param environment string = 'dev'
+param environment string = 'test'
3
4
@description('Location of services')
5
param location string = resourceGroup().location
0 commit comments