
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:
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





