Skip to content

Commit b42fcae

Browse files
Merge pull request #53029 from staleycyn/patch-3
Clarify manual capacity update instructions
2 parents f280037 + b2731fb commit b42fcae

2 files 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

-4.19 KB
Loading

0 commit comments

Comments
 (0)