Skip to main content

Configure Function Timeout via App Settings

Typically, you configure the function timeout setting via the hosts.json file, however, you can also set in the configuration for the function app by setting a value for AzureFunctionsJobHost__functionTimeout. You can set it to -1 for an unbounded timeout.

References