We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100e6ea commit 11531d0Copy full SHA for 11531d0
1 file changed
infra/webapp.bicep
@@ -1,4 +1,4 @@
1
-param webAppName string = uniqueString(resourceGroup().id) // Generate unique String for web app name
+param webAppName string // = uniqueString(resourceGroup().id) // unique String gets created from az cli instructions
2
param sku string = 'S1' // The SKU of App Service Plan
3
param location string = resourceGroup().location
4
0 commit comments