Skip to content

Commit 1928040

Browse files
Merge pull request #212174 from EdB-MSFT/autoscale-cli-templates-powershell
added VM scale set tutorials to TOC
2 parents 8d24912 + 9d9b206 commit 1928040

File tree

4 files changed

+21
-261
lines changed

4 files changed

+21
-261
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5441,5 +5441,11 @@
54415441
"redirect_url": "/azure/azure-sql/database/sql-insights-troubleshoot",
54425442
"redirect_document_id": false
54435443
}
5444+
,
5445+
{
5446+
"source_path_from_root": "/articles/azure-monitor/autoscale/autoscale-virtual-machine-scale-sets.md",
5447+
"redirect_url": "/azure/virtual-machine-scale-sets/tutorial-autoscale-template",
5448+
"redirect_document_id": false
5449+
}
54445450
]
54455451
}

articles/azure-monitor/autoscale/autoscale-overview.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ The full list of configurable fields and descriptions is available in the [Autos
117117

118118
For code examples, see
119119

120-
* [Advanced Autoscale configuration using Resource Manager templates for virtual machine scale sets](autoscale-virtual-machine-scale-sets.md)
121-
* [Autoscale REST API](/rest/api/monitor/autoscalesettings)
122-
120+
* [Tutorial: Automatically scale a virtual machine scale set with an Azure template](https://learn.microsoft.com/azure/virtual-machine-scale-sets/tutorial-autoscale-template)
121+
* [Tutorial: Automatically scale a virtual machine scale set with the Azure CLI](https://learn.microsoft.com/azure/virtual-machine-scale-sets/tutorial-autoscale-cli)
122+
* [Tutorial: Automatically scale a virtual machine scale set with an Azure template](https://learn.microsoft.com/azure/virtual-machine-scale-sets/tutorial-autoscale-powershell)
123123
## Horizontal vs vertical scaling
124124

125125
Autoscale scales horizontally, which is an increase, or decrease of the number of resource instances. For example, in a virtual machine scale set, scaling out means adding more virtual machines Scaling in means removing virtual machines. Horizontal scaling is flexible in a cloud situation as it allows you to run a large number of VMs to handle load.
@@ -144,10 +144,11 @@ The following services are supported by autoscale:
144144
To learn more about autoscale, see the following resources:
145145

146146
* [Azure Monitor autoscale common metrics](autoscale-common-metrics.md)
147-
* [Scale virtual machine scale sets](../../virtual-machine-scale-sets/tutorial-autoscale-powershell.md?toc=%2fazure%2fazure-monitor%2ftoc.json)
148-
* [Autoscale using Resource Manager templates for virtual machine scale sets](../../virtual-machine-scale-sets/tutorial-autoscale-powershell.md?toc=%2fazure%2fazure-monitor%2ftoc.json)
149-
* [Best practices for Azure Monitor autoscale](autoscale-best-practices.md)
150147
* [Use autoscale actions to send email and webhook alert notifications](autoscale-webhook-email.md)
151-
* [Autoscale REST API](/rest/api/monitor/autoscalesettings)
152-
* [Troubleshooting virtual machine scale sets and autoscale](../../virtual-machine-scale-sets/virtual-machine-scale-sets-troubleshoot.md)
153-
* [Troubleshooting Azure Monitor autoscale](./autoscale-troubleshoot.md)
148+
* [Tutorial: Automatically scale a virtual machine scale set with an Azure template](https://learn.microsoft.com/azure/virtual-machine-scale-sets/tutorial-autoscale-template)
149+
* [Tutorial: Automatically scale a virtual machine scale set with the Azure CLI](https://learn.microsoft.com/azure/virtual-machine-scale-sets/tutorial-autoscale-cli)
150+
* [Tutorial: Automatically scale a virtual machine scale set with an Azure template](https://learn.microsoft.com/azure/virtual-machine-scale-sets/tutorial-autoscale-powershell)
151+
* [Autoscale CLI reference](https://learn.microsoft.com/cli/azure/monitor/autoscale?view=azure-cli-latest)
152+
* [ARM template resource definition](https://learn.microsoft.com/azure/templates/microsoft.insights/autoscalesettings)
153+
* [PowerShell Az.Monitor Reference](https://learn.microsoft.com/powershell/module/az.monitor/#monitor)
154+
* [REST API reference. Autoscale Settings](https://learn.microsoft.com/rest/api/monitor/autoscale-settings).

articles/azure-monitor/autoscale/autoscale-virtual-machine-scale-sets.md

Lines changed: 0 additions & 249 deletions
This file was deleted.

articles/azure-monitor/toc.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,10 +622,12 @@ items:
622622
href: autoscale/autoscale-common-scale-patterns.md
623623
- name: Scale with custom metrics
624624
href: autoscale/autoscale-custom-metric.md
625-
- name: Scale virtual machine scale sets
626-
href: ../virtual-machine-scale-sets/tutorial-autoscale-powershell.md?toc=/azure/azure-monitor/toc.json
627625
- name: Scale virtual machine scale sets using Resource Manager templates
628-
href: autoscale/autoscale-virtual-machine-scale-sets.md
626+
href: ../virtual-machine-scale-sets/tutorial-autoscale-template.md?toc=/azure/azure-monitor/toc.json
627+
- name: Scale virtual machine scale sets using CLI
628+
href: ../virtual-machine-scale-sets/tutorial-autoscale-cli.md?toc=/azure/azure-monitor/toc.json
629+
- name: Scale virtual machine scale sets using PowerShell
630+
href: ../virtual-machine-scale-sets/tutorial-autoscale-powershell.md?toc=/azure/azure-monitor/toc.json
629631
- name: Use webhooks and email notifications
630632
href: autoscale/autoscale-webhook-email.md
631633
- name: Troubleshooting

0 commit comments

Comments
 (0)