-|maxConcurrentRequests|100*|The maximum number of http functions that will be executed in parallel. This allows you to control concurrency, which can help manage resource utilization. For example, you might have an http function that uses a lot of system resources (memory/cpu/sockets) such that it causes issues when concurrency is too high. Or you might have a function that makes outbound requests to a third party service, and those calls need to be rate limited. In these cases, applying a throttle here can help. *The default for version 1.x is unbounded. The default for version 2.x in a consumption plan is 100. The default for version 2.x in a dedicated plan is unbounded.|
0 commit comments