Skip to content

Commit 559d217

Browse files
Merge pull request #283719 from shreyabatra4/shbatr/portallimitations
Python limitation with Portal in Azure Functions
2 parents 44aa1e3 + 4aae503 commit 559d217

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-functions/functions-how-to-use-azure-function-app-settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ Consider these limitations when you develop your functions in the [Azure portal]
357357
+ In-portal editing is supported only for JavaScript, PowerShell, Python, and C# Script functions.
358358
+ In-portal editing isn't supported in the preview release of the [Flex Consumption plan](flex-consumption-plan.md#considerations).
359359
+ When you deploy code to a function app from outside the Azure 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](functions-develop-local.md).
360+
+ For Python, development with custom modules isn't currently supported in the portal. To add custom modules to your function app, you must [develop your app locally](functions-develop-local.md).
360361
+ For compiled C# functions and Java functions, you can create the function app and related resources in the portal. However, you must create the functions code project locally and then publish it to Azure.
361362
362363
When possible, develop your functions locally and publish your code project to a function app in Azure. For more information, see [Code and test Azure Functions locally](functions-develop-local.md).

0 commit comments

Comments
 (0)