Skip to content

Commit f5a84c0

Browse files
authored
Clarify manual capacity update instructions
1 parent a7a7212 commit f5a84c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-azure/configure-virtual-machine-availability/includes/10-configure-autoscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In the Azure portal, you can select the scaling mode.
66

77
**Scaling mode**
88

9-
- **Manually update the capacity**: You can manually update the capacity and maintain a fixed instances count. Set the **Instance count** to the number of virtual machines in the scale set (0 - 1000). Configure the [**Scale-in policy**](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-scale-in-policy) which is the order virtual machines are selected for deletion. For example, you could balance across zones and then delete the virtual machine with the highest instance ID.
9+
- **Manually update the capacity**: Maintain a fixed instances count. Set the **Instance count** to the number of virtual machines in the scale set (0 - 1000). Configure the [**Scale-in policy**](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-scale-in-policy) which is the order virtual machines are selected for deletion. For example, you could balance across zones and then delete the virtual machine with the highest instance ID.
1010

1111
- **Autoscaling**: You can autoscale the capacity on any schedule, based on any metrics. Specify the maximum number of virtual machines that can be available when autoscaling is applied on your implementation.
1212

0 commit comments

Comments
 (0)