зеркало из https://github.com/Azure/fta-live-iac.git
Update appService.bicep
Change production instance of app service from 2 to 3
This commit is contained in:
Родитель
6383ec45e3
Коммит
0445088698
|
@ -9,7 +9,7 @@ param environmentType string
|
|||
|
||||
var appServicePlanName = 'toy-product-launch-plan'
|
||||
var appServicePlanSkuName = (environmentType == 'prod') ? 'P2V3' : 'F1'
|
||||
var skuCapacity = (environmentType == 'prod') ? 2 : 1
|
||||
var skuCapacity = (environmentType == 'prod') ? 3 : 1
|
||||
|
||||
resource appServicePlan 'Microsoft.Web/serverFarms@2020-06-01' = {
|
||||
name: appServicePlanName
|
||||
|
|
Загрузка…
Ссылка в новой задаче