-
Notifications
You must be signed in to change notification settings - Fork 95
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
feat: Updated KQL for Azure Boost VMs #297
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @khushal08. Please include a screenshot of the results of your ARG testing in the PR.
@khushal08 it is not clear to me how the query aligns with the recommendation. If I read your query correctly, it is retrieving all boost VMs. Queries should retrieve resources that do not align with the recommendation. With this recommendation, we would also need to filter for maintenance sensitive workloads, unless our guidance is to recommend boost for all VMs. |
@ejhenry Updated the query to list non boost VMs. The idea is to list VMs for critical maintenance sensitive workloads where Azure Boost is not used. Query has no way to know if the workload is maintenance sensitive or not. This decision needs manual intervention. |
@khushal08 queries should not return false positives. In this case it sounds like we should instead note that the recommendation cannot be validated with ARG. |
@ejhenry Closing this PR as discussed in ADO item. |
KQL for Azure Boost
Related Issues/Work Items
Breaking Changes
NA
As part of this pull request I have
main
branch