Revert "Update azuredeploy.json"

This commit is contained in:
DB Lee 2022-08-30 11:34:06 -07:00 коммит произвёл GitHub
Родитель a078ced114
Коммит 76fc410d85
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -5,7 +5,7 @@
"parameters": {
"UniquePrefixName": {
"type": "string",
"defaultValue": "SG",
"defaultValue": "hub",
"minLength": 3,
"maxLength": 10,
"metadata": {
@ -185,11 +185,11 @@
"autoScale": {
"enabled": true,
"minNodeCount": 3,
"maxNodeCount": 6
"maxNodeCount": 15
},
"autoPause": {
"enabled": true,
"delayInMinutes": 8
"delayInMinutes": 15
},
"isComputeIsolationEnabled": false,
"sessionLevelPackagesEnabled": false,
@ -363,7 +363,7 @@
"properties": {
"options": {
"autoscaleSettings": {
"maxThroughput": 4000
"maxThroughput": 100000
}
},
"resource": {
@ -1045,7 +1045,7 @@
"osDiskSizeGB": 0,
"count": 3,
"enableAutoScaling": true,
"minCount": 3,
"minCount": 1,
"maxCount": 5,
"vmSize": "Standard_DS2_v2",
"osType": "Linux",
@ -1091,4 +1091,4 @@
}
}
]
}
}