When you create an Azure Function app, the runtime is responsible for executing function code on the underlying WebJobs SDK host.
Azure Functions currently supports two versions of the runtime host:
- 4.x: Recommended runtime version for functions in all languages.
- 1.x: Supported only for C# apps that must use .NET Framework. This version is in maintenance mode, with enhancements…
Continue Reading demiliani’s Article on their blog
List all Azure Functions with older runtime with Powershell
When you create an Azure Function app, the runtime is responsible for executing function code on the underlying WebJobs SDK host. Azure Functions currently supports two versions of the runtime host: 4.x: Recommended runtime version for functions in all languages. 1.x: Supported only for C# apps that must use .NET Framework.
Blog Syndicated with demiliani’s Permission
More About This Author
Array
- Business Central5 September 2024Dynamics 365 Business Central 2024 Wave 2: new Search in List pages (but don’t abuse of it)
- Business Central3 September 2024Dynamics 365 Business Central 2024 Wave 2 release: ToolTips support on Query data items.
- Business Central30 August 2024Dynamics 365 Business Central: setting the default browser to open during AL development.
- Business Central28 August 2024Running inline C# scripts in Azure Logic Apps workflows