Skip to content

Commit 11f5e91

Browse files
authored
1 parent bc824f3 commit 11f5e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-create-function-app-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create your first function in the Azure portal
33
description: Learn how to create your first Azure Function for serverless execution using the Azure portal.
44
ms.topic: how-to
5-
ms.date: 07/03/2024
5+
ms.date: 09/11/2024
66
ms.custom: devx-track-csharp, mvc, devcenter, cc996988-fb4f-47, devdivchpfy22, devx-track-extended-java, devx-track-js, devx-track-python, build-2024, devx-track-ts
77
zone_pivot_groups: programming-languages-set-functions
88
---
@@ -78,7 +78,7 @@ You must have a function app to host the execution of your functions. A function
7878

7979
Use these steps to create your function app and related Azure resources, whether or not you're able to edit your code in the Azure portal.
8080
::: zone pivot="programming-language-csharp"
81-
To be able to create a C# script app that you can edit in the portal, you must choose **6 (LTS)** for .NET **Version**.
81+
To be able to create a C# script app that you can edit in the portal, choose **8 (LTS), in-process model** for .NET **Version**.
8282
::: zone-end
8383

8484
[!INCLUDE [Create function app Azure portal](../../includes/functions-create-function-app-portal.md)]

0 commit comments

Comments
 (0)