Skip to content

Commit b4bad7a

Browse files
authored
Merge pull request #49 from codebytes/new-infra
Increase app service plan capacity from 1 to 2 for production environ…
2 parents 5a73e09 + 34789a6 commit b4bad7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bicep/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var environmentConfigurationMap = {
2323
appServicePlan: {
2424
sku: {
2525
name: 'S1'
26-
capacity: 1
26+
capacity: 2
2727
}
2828
}
2929
storageAccount: {

0 commit comments

Comments
 (0)