I encountered the Error calling sync triggers (TooManyRequests)
error when running func azure functionapp publish...
for a Python Function App in Azure. Encountered this error consistently after trying to publish.
Asked
Active
Viewed 3,294 times
2

James Shapiro
- 4,805
- 3
- 31
- 46
1 Answers
3
Solution: This problem was caused by my stopping the Function App in Portal. After re-starting the Function App, the problem disappeared!

James Shapiro
- 4,805
- 3
- 31
- 46
-
1That was the exactly the same issue I had. as soon as i saw this i remembered i turned the azure function off. – Martin Naughton Apr 09 '21 at 16:26
-
1Didn't help me. Guess there's many reasons this could fail and I can't find any *useful* logs of what's happening. – duality_ Feb 01 '23 at 10:39