You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/functions-in-portal-editing-note.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@ ms.author: glenga
7
7
---
8
8
9
9
>[!NOTE]
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.
10
+
>In-portal editing is only supported for JavaScript, PowerShell, Python, and C# Script functions. Python in-portal editing is only supported when running in the Consumption plan and using the Python v1 programming model.<br><br>For compiled C# functions, Java functions, and other Python functions, you can create the function app in the portal, but you must also create the functions code project locally and then publish it to Azure.
0 commit comments