Skip to content

Commit efe50ad

Browse files
authored
Merge pull request #437 from MicrosoftLearning/petender-patch-1
Update webAppName parameter to remove default value - unique webapp name gets allocated from azure cli instructions
2 parents 100e6ea + 11531d0 commit efe50ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/webapp.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
param webAppName string = uniqueString(resourceGroup().id) // Generate unique String for web app name
1+
param webAppName string // = uniqueString(resourceGroup().id) // unique String gets created from az cli instructions
22
param sku string = 'S1' // The SKU of App Service Plan
33
param location string = resourceGroup().location
44

0 commit comments

Comments
 (0)