diff --git a/bicep/main.bicep b/bicep/main.bicep index cf69ecc..462433c 100644 --- a/bicep/main.bicep +++ b/bicep/main.bicep @@ -23,7 +23,7 @@ var environmentConfigurationMap = { appServicePlan: { sku: { name: 'S1' - capacity: 1 + capacity: 2 } } storageAccount: {