.NET 8 preview 7 is now supported for Azure Functions Linux consumption plan when creating dotnet-isolated function app. This code snippet shows you how to create a Function App using .NET 8. The key part is to change linuxFxVersion
to 'DOTNET-ISOLATED|8.0'
.
Code
bicep
Kontext
visibility 59
comment 0
access_time 27 days ago
language English
Creating Azure Function App with .NET 8 - Bicep Example
descriptionCode description
comment Comments
No comments yet.