Skip to content

Commit df4f0f6

Browse files
Merge pull request #275119 from mimckitt/patch-126
Update standby-pools-faq.md
2 parents c2c54cd + e6110ca commit df4f0f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machine-scale-sets/standby-pools-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Yes. To change the size of your standby pool update the max ready capacity setti
5656
Ensure you have enough quota to complete the standby pool creation. Insufficient quota results in the platform attempting to create the virtual machines in the standby pool but unable to successfully complete the create operation. Check for multiple types of quotas such as Cores, Network Interfaces, IP Addresses, etc.
5757

5858
### I increased my scale set instance count but the virtual machines in my standby pool weren't used.
59-
Ensure that the virtual machines in your standby pool are in the desired state prior to attempting a scale-out event. For example, if using a standby pool with the virtual machine states set to deallocated, the standby pool will only give out instances that are in the deallocated state. If instances are in any other states such as creating, running, updating, etc., the scale set will default to net new virtual machine creation.
59+
Ensure that the virtual machines in your standby pool are in the desired state prior to attempting a scale-out event. For example, if using a standby pool with the virtual machine states set to deallocated, the standby pool will only give out instances that are in the deallocated state. If instances are in any other states such as creating, running, updating, etc., the scale set will default to creating a new instance directly in the scale set.
6060

6161

6262
## Next steps
6363

64-
Learn more about [standby pools on Virtual Machine Scale Sets](standby-pools-overview.md).
64+
Learn more about [standby pools on Virtual Machine Scale Sets](standby-pools-overview.md).

0 commit comments

Comments
 (0)