My Function App has host.json with functionTimeout for development environment.
I would like to configure functionTimeout also for production environment with a different value.
Can this value be configured in Azure portal? I could not find it in settings.
Can there be a separate host.json for production environment in the Visual Studio project?
Thank you.

