Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add handling for vmss scaling events to improve accuracy #106

Open
JaydenLiang opened this issue Jan 6, 2022 · 0 comments
Open

add handling for vmss scaling events to improve accuracy #106

JaydenLiang opened this issue Jan 6, 2022 · 0 comments
Labels
enhancement New feature or request microsoft azure Microsoft Azure platform related tracked internal issue that is tracked in an internal system

Comments

@JaydenLiang
Copy link
Contributor

internal issue id: 0739446

background:
When a vm has been deleted, the corsesponding autoscale record still remains in the DB. The record should be ideally deleted.
And there's API cache to reduce the ARM API call consumption, if a vm no longer exists, such cache should be ideally deleted.

solution:
create Azure VMSS alerts rules that is triggered by vmss activity logs and sends events to the Autoscale handler Azure function.
add handling in the function for each of such events (can be developed one by one).

initially, the first event to be handled should be action Microsoft.Compute/virtualMachineScaleSets/delete/action

@JaydenLiang JaydenLiang added enhancement New feature or request microsoft azure Microsoft Azure platform related tracked internal issue that is tracked in an internal system labels Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request microsoft azure Microsoft Azure platform related tracked internal issue that is tracked in an internal system
Projects
None yet
Development

No branches or pull requests

1 participant