Skip to content

Commit ad2da6f

Browse files
authored
Merge pull request #200430 from mimckitt/patch-24
Update cli-sample-enable-autoscale.md
2 parents 092c6a8 + ee17b95 commit ad2da6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machine-scale-sets/scripts/cli-sample-enable-autoscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This script uses the commands outlined in the following table:
4545
|---|---|
4646
| [az group create](/cli/azure/ad/group) | Creates a resource group in which all resources are stored. |
4747
| [az vmss create](/cli/azure/vmss) | Creates the virtual machine scale set and connects it to the virtual network, subnet, and network security group. A load balancer is also created to distribute traffic to multiple VM instances. This command also specifies the VM image to be used and administrative credentials. |
48-
| [az monitor autoscale-settings create](/cli/azure/monitor/autoscale-settings) | Creates and applies autoscale rules to a virtual machine scale set. |
48+
| [az monitor autoscale-settings create](/cli/azure/monitor/autoscale) | Creates and applies autoscale rules to a virtual machine scale set. |
4949
| [az group delete](/cli/azure/ad/group) | Deletes a resource group including all nested resources. |
5050

5151
## Next steps

0 commit comments

Comments
 (0)