Skip to content

Commit c4c595d

Browse files
authored
Update webapp.bicep
1 parent 13cc4ee commit c4c595d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/webapp.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
param webAppName string = uniqueString(resourceGroup().id) // Generate unique String for web app name
2-
param sku string = 'B1' // The SKU of App Service Plan
2+
param sku string = 'S1' // The SKU of App Service Plan
33
param location string = resourceGroup().location
44

55
var appServicePlanName = toLower('AppServicePlan-${webAppName}')

0 commit comments

Comments
 (0)