Azure Function functionTimeout needs to be configurable per-environment via app settings, not only through host.json
I need to configure my functionTimeout on an Azure Function per-environment. I have dev deployments that should just use a default timeout, and production deployments that can handle a long timeout (dedicated app service).
1
vote
