Skip to content

Commit 3a733f6

Browse files
Merge branch 'psl-pk-ratelimit' of https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator into psl-pk-ratelimit
2 parents 294159c + 2560762 commit 3a733f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/deploy_app_service_plan.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ param HostingPlanName string = '${ solutionName }-app-service-plan'
88
@allowed(
99
['F1', 'D1', 'B1', 'B2', 'B3', 'S1', 'S2', 'S3', 'P1', 'P2', 'P3', 'P4','P0v3']
1010
)
11-
param HostingPlanSku string = 'P0v3'
11+
param HostingPlanSku string = 'B2'
1212

1313
resource HostingPlan 'Microsoft.Web/serverfarms@2020-06-01' = {
1414
name: HostingPlanName

0 commit comments

Comments
 (0)