Is there a 10min max timeout for Azure Functions Premium Plan the same way it applies on the Consumption Plan? Is it possible to configure a greater timeout?
When working with Azure Functions on App Service Plan I can have functions with essentially any timeout by configuring the function app to "always on" and using the setting "functionTimeout" on host.json.
However this setting seems ignored in the case of the Premium Plan while the "always on" option is absent on the configuration menu.
While the Premium Plan is a great improvement I would have expected to have the option to configure the functionTimeout to more than 10min.