Skip to content

Commit 4068958

Browse files
authored
Clarify the supported portal languages
1 parent 4d6c586 commit 4068958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

99
>[!NOTE]
10-
>In-portal editing is only supported for JavaScript, PowerShell, TypeScript, and C# Script functions.<br><br>For C# class library, Java, and Python functions, you can create the function app in the portal, but you must also create the functions locally and then publish them to Azure.
10+
>In-portal editing is only supported for JavaScript, PowerShell, Python, and C# Script functions. Python portal editing is only supported when running in the Consumption plan and using the Python v1 programming model.<br><br>For C# class library, Java, and other Python functions, you can create the function app in the portal, but you must also create the functions locally and then publish them to Azure.

0 commit comments

Comments
 (0)