Forum Discussion
Oleg_A
Sep 17, 2024Copper Contributor
Check VMSS Scale Mode via PowerShell
Hello:
Can someone please suggest how I can check the scale mode in my VMSS (Virtual machine scale set) via Powershell?
Ideally, I want to see if it's manual or auto and number of max Instances...
Thank you!
- balasubramanimIron Contributor
Replace "<YourResourceGroupName>" and "<YourVMSSName>" with your actual resource group and VMSS name. This will return the scaling mode(manual or auto) and the maximum number of instances for your VMSS.