We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f80f6b commit ba7a176Copy full SHA for ba7a176
dotnet-sample/iac/main.bicep
@@ -1,5 +1,5 @@
1
param webAppName string = uniqueString(resourceGroup().id) // Generate unique String for web app name
2
-param sku string = 'S1' // The SKU of App Service Plan
+param sku string = 'F1' // The SKU of App Service Plan
3
param location string = resourceGroup().location // Location for all resources
4
param linuxFxVersion string = 'DOTNETCORE|8.0' // The runtime stack of web app
5
0 commit comments