Hi,
We are deploying several Azure Stream Analytics output jobs through terraform using a foreach loop that gets its input from sql. We noticed in the debug that it’s causing 429 errors, too many requests, try again in xxx seconds.
Terraform isn’t re-trying and causing the plan / apply to fail.
I’ve tried adjusting the timeout on the resource, and change parallelism but still not retrying.
Is there anything else I can try?