diff --git a/infra/main.bicep b/infra/main.bicep index 391f010..9c8956f 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' } } }