We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cc4ee commit c4c595dCopy full SHA for c4c595d
infra/webapp.bicep
@@ -1,5 +1,5 @@
1
param webAppName string = uniqueString(resourceGroup().id) // Generate unique String for web app name
2
-param sku string = 'B1' // The SKU of App Service Plan
+param sku string = 'S1' // The SKU of App Service Plan
3
param location string = resourceGroup().location
4
5
var appServicePlanName = toLower('AppServicePlan-${webAppName}')
0 commit comments