mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-07-22 05:41:43 -04:00
upd. azure template
* use basic B1 plan * always on: ON
This commit is contained in:
@@ -68,8 +68,8 @@
|
||||
}
|
||||
},
|
||||
"variables": {
|
||||
"sku": "Free",
|
||||
"skuCode": "F1",
|
||||
"sku": "Basic",
|
||||
"skuCode": "B1",
|
||||
"linuxFxVersion": "NODE|lts",
|
||||
"hostingPlanName": "[format('AppServicePlan-{0}', parameters('siteName'))]"
|
||||
},
|
||||
@@ -101,7 +101,8 @@
|
||||
"properties": {
|
||||
"serverFarmId": "[variables('hostingPlanName')]",
|
||||
"siteConfig": {
|
||||
"linuxFxVersion": "[variables('linuxFxVersion')]"
|
||||
"linuxFxVersion": "[variables('linuxFxVersion')]",
|
||||
"AlwaysOn": true
|
||||
}
|
||||
},
|
||||
"resources": [
|
||||
|
||||
Reference in New Issue
Block a user