зеркало из https://github.com/Azure/AzureVM.git
15 строки
368 B
JSON
15 строки
368 B
JSON
{
|
|
"apiVersion": "2015-04-01",
|
|
"type": "Microsoft.Insights/autoscaleSettings",
|
|
"name": "[variables('asName')]",
|
|
"location": "[variables('location')]",
|
|
"dependsOn": [
|
|
"[variables('vmRef')]"
|
|
],
|
|
"properties": {
|
|
"name": "[variables('asName')]",
|
|
"targetResourceUri": "[variables('vmId')]",
|
|
"enabled": true
|
|
}
|
|
}
|