You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/autoscale/autoscale-using-powershell.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ ms.reviewer: akkumari
17
17
Autoscale settings help ensure that you have the right amount of resources running to handle the fluctuating load of your application. You can configure autoscale using the Azure portal, Azure CLI, PowerShell or ARM or Bicep templates.
18
18
19
19
This article shows you how to configure autoscale for a Virtual Machine Scale Set with PowerShell, using the following steps:
@@ -74,7 +77,7 @@ To create autoscale setting using PowerShell, follow the sequence below:
74
77
Create scale in and scale out rules then associated them with a profile.
75
78
Rules are created using the [`New-AzAutoscaleScaleRuleObject`](https://learn.microsoft.com/powershell/module/az.monitor/new-azautoscalescaleruleobject).
76
79
77
-
The following PowerShell script created two rules.
80
+
The following PowerShell script creates two rules.
0 commit comments