Is it possible to limit the maximum number of Functions that run in parallel?
I read the documentation and came across this:
When multiple trigger
Just for reference, I came across here in my search for throttling. You can use the [Singleton] attribute on your function ensuring only one-at-a-time execution. Maybe not really what you were looking for and a very rigorous way of throttling, but still, it is an option.
https://docs.microsoft.com/en-us/azure/app-service/webjobs-sdk-how-to#singleton-attribute