Azure / Azure/azure-cli

Add option to disable/enable overprovisioning functionality of existing VMSS

Open
#30,319 1 comment 0 reactions 2 assignees Claimed by @zhoxing-ms View on GitHub
act-observability-squad Auto-Assign Azure CLI Team Compute customer-reported feature-request
Dominant language
Python
Stars
4.6k
Forks
3.5k
Avg merge
3d 2h
Merged PRs (30d)
60

Description

**Related command**
az vmss update

**Is your feature request related to a problem? Please describe.**
It is not possible to enable/disable [overprovisioning](https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-design-overview#overprovisioning) via AZ CLI, once VMSS has been created

**Describe the solution you'd like**
To be able to enable/disable overprovisioning functionality of existing VMSS via CLI, e.g. `az vmss update --enable-overprovision {true, false}`

**Describe alternatives you've considered**
N/A

**Additional context**
It is possible to enable/disable overprovision via AZ CLI during VMSS creation only, via `az vmss create --disable-overprovision`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.