Skip to content

Commit bfaf62b

Browse files
Merge pull request #279346 from ggailey777/patch-5
[Functions] Remove old note about Python v1 limitations
2 parents 9359656 + 8fdd7e6 commit bfaf62b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/azure-functions/functions-reference.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Guidance for developing Azure Functions
33
description: Learn the Azure Functions concepts and techniques that you need to develop functions in Azure, across all programming languages and bindings.
44
ms.assetid: d8efe41a-bef8-4167-ba97-f3e016fcd39e
55
ms.topic: conceptual
6-
ms.date: 09/06/2023
6+
ms.date: 06/26/2024
77
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python, devx-track-ts
88
zone_pivot_groups: programming-languages-set-functions
99
---
@@ -86,9 +86,6 @@ These tools integrate with [Azure Functions Core Tools](./functions-develop-loca
8686
::: zone pivot="programming-language-javascript,programming-language-typescript"
8787
Portal editing is only supported for [Node.js version 3](functions-reference-node.md?pivots=nodejs-model-v3), which uses the function.json file.
8888
::: zone-end
89-
::: zone pivot="programming-language-python"
90-
Portal editing is only supported for [Python version 1](functions-reference-python.md?pivots=python-mode-configuration), which uses the function.json file.
91-
::: zone-end
9289

9390
## Deployment
9491

0 commit comments

Comments
 (0)