You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
azure:autoscale:Setting (Stage-Eus2-Scale-Config):
error: azure:autoscale/setting:Setting resource 'Stage-Eus2-Scale-Config' has a problem: expected profile.0.capacity.0.default to be in the range (1 - 40), got 0
error: azure:autoscale/setting:Setting resource 'Stage-Eus2-Scale-Config' has a problem: expected profile.0.capacity.0.minimum to be in the range (1 - 40), got 0
Also, the max is 40.. why on earth? We can have somewhere upwards of 1000 for a vmss.. please fix this!
The text was updated successfully, but these errors were encountered:
slikk66
changed the title
Unable to set autoscaling setting for vmss to 0 min/default
Unable to set autoscaling setting for vmss to 0 min/default, also max too low
Jan 8, 2019
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Mar 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the console, I can apply an autoscaling rule to a VMSS and set it to 0 for min/default: https://imgur.com/a/B5WE7i3
Checking resouces.azure.com, this is confirmed:
However, trying to do so via Terraform I hit a limit of 1-40, apparently controlled here:
https://github.com/terraform-providers/terraform-provider-azurerm/blob/47a920a9fdd0e8b82d7d7c568caee6b9fb6db410/azurerm/resource_arm_autoscale_setting.go#L74
Also, the max is 40.. why on earth? We can have somewhere upwards of 1000 for a vmss.. please fix this!
The text was updated successfully, but these errors were encountered: