Skip to content

Commit bf9f976

Browse files
authored
[Functions] in-portal editing clean-up
1 parent 508da3b commit bf9f976

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/azure-functions/functions-create-function-app-portal.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create your first function in the Azure portal
33
description: Learn how to create your first Azure Function for serverless execution using the Azure portal.
44
ms.topic: how-to
5-
ms.date: 06/03/2024
5+
ms.date: 07/03/2024
66
ms.custom: devx-track-csharp, mvc, devcenter, cc996988-fb4f-47, devdivchpfy22, devx-track-extended-java, devx-track-js, devx-track-python, build-2024, devx-track-ts
77
zone_pivot_groups: programming-languages-set-functions
88
---
@@ -40,7 +40,13 @@ Choose your preferred programming language at the top of the article.
4040
>Because of [development limitations in the Azure portal](functions-how-to-use-azure-function-app-settings.md#development-limitations-in-the-azure-portal), you should instead [develop your functions locally](functions-develop-local.md) and publish to a function app in Azure. Use one of the following links to get started with your chosen local development environment:
4141
>+ [Visual Studio Code](./create-first-function-vs-code-node.md)
4242
>+ [Terminal/command prompt](./create-first-function-cli-node.md)
43-
::: zone-end
43+
::: zone-end
44+
::: zone pivot="programming-language-python"
45+
>[!NOTE]
46+
>Because of [development limitations in the Azure portal](functions-how-to-use-azure-function-app-settings.md#development-limitations-in-the-azure-portal), you should instead [develop your functions locally](functions-develop-local.md) and publish to a function app in Azure. Use one of the following links to get started with your chosen local development environment:
47+
>+ [Visual Studio Code](./create-first-function-vs-code-python.md)
48+
>+ [Terminal/command prompt](./create-first-function-cli-python.md)
49+
::: zone-end
4450
::: zone pivot="programming-language-typescript"
4551
>[!NOTE]
4652
>Editing your TypeScript function code in the Azure portal isn't currently supported. For more information, see [Development limitations in the Azure portal](functions-how-to-use-azure-function-app-settings.md#development-limitations-in-the-azure-portal).

0 commit comments

Comments
 (0)