Forum Discussion
snkprdhn
Jan 08, 2024Copper Contributor
Resource Graph RateLimiting
When running some resource graph queries inside a Function App I get RateLimiting error: error in resourceGraphFunction (RateLimiting) Please provide below info when asking for support: times...
JeremyWallace
Jan 09, 2024Brass Contributor
Python code is not really in my wheelhouse but based on the code you provided, you may want to consider adding a delay between requests to avoid exceeding the rate limits if that is indeed the issue that is occuring.