Skip to content

Commit 72d54c8

Browse files
authored
Fix the note in functions-in-portal-editing-note.md
1 parent bf9f976 commit 72d54c8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

includes/functions-in-portal-editing-note.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 12/28/2023
5+
ms.date: 07/04/2024
66
ms.author: glenga
77
---
88

99
>[!NOTE]
10-
>In-portal editing is only supported for JavaScript, PowerShell, and C# Script functions. Python in-portal editing is supported only when running in the Consumption plan. When possible, you should [develop your functions locally](../articles/azure-functions/functions-develop-local.md).
10+
>In-portal editing is only supported for JavaScript, PowerShell, and C# Script functions.
11+
>Python in-portal editing is supported only when running in the Consumption plan.
12+
>To create a C# Script app that supports in-portal editing, you must choose a runtime **Version** that supports the **in-process model**.
13+
>
14+
>When possible, you should [develop your functions locally](../articles/azure-functions/functions-develop-local.md).
1115
>
1216
>To learn more about the limitations on editing function code in the Azure portal, see [Development limitations in the Azure portal](../articles/azure-functions/functions-how-to-use-azure-function-app-settings.md#development-limitations-in-the-azure-portal).

0 commit comments

Comments
 (0)