Skip to content

Commit ba7a176

Browse files
authored
Update main.bicep
1 parent 0f80f6b commit ba7a176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet-sample/iac/main.bicep

+1-1
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 = 'S1' // The SKU of App Service Plan
2+
param sku string = 'F1' // The SKU of App Service Plan
33
param location string = resourceGroup().location // Location for all resources
44
param linuxFxVersion string = 'DOTNETCORE|8.0' // The runtime stack of web app
55

0 commit comments

Comments
 (0)