Azure Function默认的Timeout时间是否可以调整呢?
可以的,根据创建Function的时候选择的定价层不同,Function 默认的Timeout时间也不同。
所以如需要修改,就在Function的 host.json 文件中改动 functionTimeout的值。
Azure Functions 2.x 及更高版本的 host.json 参考 : https://learn.microsoft.com/zh-cn/azure/azure-functions/functions-host-json#functiontimeout