diff --git a/infra/main.bicep b/infra/main.bicep index 391f0103f..9c8956fe2 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -74,7 +74,7 @@ module appServicePlan './core/host/appserviceplan.bicep' = { location: location tags: tags sku: { - name: 'B1' + name: 'B2' } } }