Skip to content

Commit 4aae503

Browse files
Update articles/azure-functions/functions-how-to-use-azure-function-app-settings.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 06b09e6 commit 4aae503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +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 is not currently supported in the portal. To add modules to your function app, you can leverage different development tooling.
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).
361361
+ 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.
362362
363363
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)