We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a297572 commit 2560762Copy full SHA for 2560762
infra/deploy_app_service_plan.bicep
@@ -8,7 +8,7 @@ param HostingPlanName string = '${ solutionName }-app-service-plan'
8
@allowed(
9
['F1', 'D1', 'B1', 'B2', 'B3', 'S1', 'S2', 'S3', 'P1', 'P2', 'P3', 'P4','P0v3']
10
)
11
-param HostingPlanSku string = 'P0v3'
+param HostingPlanSku string = 'B2'
12
13
resource HostingPlan 'Microsoft.Web/serverfarms@2020-06-01' = {
14
name: HostingPlanName
0 commit comments