Skip to content

Commit 7886c68

Browse files
Merge pull request #238032 from mumurug-MSFT/patch-34
AzureCXP fixes MicrosoftDocs/azure-docs#109498
2 parents 181ce81 + be125d6 commit 7886c68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ ms.author: glenga
77
---
88

99
>[!NOTE]
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.
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.
11+
>In-portal editing is currently only supported for functions that were created or last modified in the portal. When you deploy code to a function app from outside the portal, you can no longer edit any of the code for that function app in the portal. In this case, just continue using [local development](../articles/azure-functions/functions-develop-local.md).
12+
>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

Comments
 (0)