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