-
Notifications
You must be signed in to change notification settings - Fork 255
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
[General workload issue]: Query is throttled API limitation #469
Comments
Was just discussing this with the Azure Resource Graph team where it seems the throttling is happening. They indicated the log alert queries are hitting the quota hard due to a lack of staggering and retries by log search alerts. One thing they suggested is to limit the number of This section from a log query deployed by AMBA hits the resource graph 3 times: Perhaps there's a way to write the queries to a single |
Maybe something like this: let allResources = arg("").resources; |
Hello @8ast1en , Thanks, |
Hello @Brunoga-MS, After Few investigation, whit the EPAC module, we uses the same managed identity to deploy all alertes log rules and this is causing my issue "Query is throttled". To ensure that alerts, we need to split the alert using another managed identity. However, when we use the EPAC module, the same managed identity is used per assignment. So, i can't deploy the newest alerting schema whit only one managed identity. We can see on Microsoft documentation "a user can send at most 15 queries within every 5-second window without being throttled" -> https://learn.microsoft.com/en-us/azure/governance/resource-graph/concepts/guidance-for-throttled-requests#understand-throttling-headers Maybe, we can split these alerting using mixed of alertes metrics, alertes log rules and so one or added a new one managed identity What do you think ? i can't rase an issue on the epac git hub -> https://github.com/Azure/enterprise-azure-policy-as-code/issues Thanks, |
Hello @8ast1en ,
Feel free to give it a try and let me know. Thanks, |
Check for previous/existing GitHub issues
Issue Type?
Question
Description
Hello all,
I hope you are doing well today,
I'm currently using the EPAC module to manage ALZ and AMBA alerting policys and i'm here to ask a question concerning AMBA interval alerting
I've few errors likes a ResourceHealth alerts, I regularly receive an error message {"title":"### Query is throttled",""}
I can see that most alerts have a PT5M interval, this causes an API limitation problem ->
Do you have an idea or a other time interval i can use for all alerts or maybe i can replace the custom log search deploy by policy by my own metrics alerts so that api can rest correctly.
i'm currently working with this policy assignment ->
Thanks a lot,
The text was updated successfully, but these errors were encountered: