Azure Function V3 is out of support since December 2022. REF: [Azure Functions runtime versions overview](https://learn.microsoft.com/en-us/azure/azure-functions/functions-versions?pivots=programming-language-csharp&tabs=v4) Are there any plans to update to V4 ? **host.json** ```csharp "version": "[2.*, 3.0.0)" ```