Skip to content

Commit 2dbb2a1

Browse files
authored
Merge pull request #207111 from atikmapari/Broken-link-jushiman
Broken link fixed
2 parents b6e41cf + 099b45e commit 2dbb2a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-troubleshoot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviwer: jushiman
1313

1414
# Troubleshooting autoscale with Virtual Machine Scale Sets
1515

16-
**Problem** – you’ve created an autoscaling infrastructure in Azure Resource Manager using virtual machine scale sets – for example, by deploying a template like this one: https://github.com/Azure/azure-quickstart-templates/tree/master/application-workloads/python/vmss-bottle-autoscale/azuredeploy.json – you have your scale rules defined and it works great, except no matter how much load you put on the VMs, it doesn't autoscale.
16+
**Problem** – you’ve created an autoscaling infrastructure in Azure Resource Manager using virtual machine scale sets – for example, by deploying a template like this one: https://github.com/Azure/azure-quickstart-templates/blob/master/application-workloads/python/vmss-bottle-autoscale/azuredeploy.parameters.json – you have your scale rules defined and it works great, except no matter how much load you put on the VMs, it doesn't autoscale.
1717

1818
## Troubleshooting steps
1919
Some things to consider include:
@@ -42,7 +42,7 @@ Some things to consider include:
4242
The Azure Resource Explorer is an indispensable troubleshooting tool that shows you the state of your Azure Resource Manager resources. Click on your subscription and look at the Resource Group you are troubleshooting. Under the Compute resource provider, look at the virtual machine scale set you created and check the Instance View, which shows you the state of a deployment. Also, check the instance view of VMs in the virtual machine scale set. Then, go into the Microsoft.Insights resource provider and check that the autoscale rules look right.
4343
* Is the Diagnostic extension working and emitting performance data?
4444

45-
**Update:** Azure autoscale has been enhanced to use a host-based metrics pipeline, which no longer requires a diagnostics extension to be installed. The next few paragraphs no longer apply if you create an autoscaling application using the new pipeline. An example of Azure templates that have been converted to use the host pipeline is available here: https://github.com/Azure/azure-quickstart-templates/tree/master/application-workloads/python/vmss-bottle-autoscale/azuredeploy.json.
45+
**Update:** Azure autoscale has been enhanced to use a host-based metrics pipeline, which no longer requires a diagnostics extension to be installed. The next few paragraphs no longer apply if you create an autoscaling application using the new pipeline. An example of Azure templates that have been converted to use the host pipeline is available here: https://github.com/Azure/azure-quickstart-templates/blob/master/application-workloads/python/vmss-bottle-autoscale/azuredeploy.parameters.json.
4646

4747
Using host-based metrics for autoscale is better for the following reasons:
4848

@@ -75,4 +75,4 @@ Some things to consider include:
7575

7676
[audit]: ./media/virtual-machine-scale-sets-troubleshoot/image3.png
7777
[explorer]: ./media/virtual-machine-scale-sets-troubleshoot/image1.png
78-
[tables]: ./media/virtual-machine-scale-sets-troubleshoot/image4.png
78+
[tables]: ./media/virtual-machine-scale-sets-troubleshoot/image4.png

0 commit comments

Comments
 (0)