diff --git a/infra/main.bicep b/infra/main.bicep index 2bc1e8b..a30659d 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -75,7 +75,7 @@ module appServicePlan './core/host/appserviceplan.bicep' = { location: location tags: tags sku: { - name: 'B1' + name: 'B2' } } }