Skip to content

Commit c992504

Browse files
Merge pull request #226866 from shreyabatra4/v2python-v4runtime
added note about 4.x functions runtime
2 parents c6dd17f + e256e3f commit c992504

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Python v2 programming model:
4343
+ [Visual Studio Code](./create-first-function-vs-code-python.md?pivots=python-mode-decorators)
4444
+ [Terminal or command prompt](./create-first-function-cli-python.md?pivots=python-mode-decorators)
4545

46+
Note that the Python v2 programming model is only supported in the 4.x functions runtime. For more information, see [Azure Functions runtime versions overview](./functions-versions.md).
47+
4648
Python v1 programming model:
4749

4850
+ [Visual Studio Code](./create-first-function-vs-code-python.md?pivots=python-mode-configuration)

articles/azure-functions/recover-python-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ zone_pivot_groups: python-mode-functions
1212

1313
This article provides information to help you troubleshoot errors with your Python functions in Azure Functions. This article supports both the v1 and v2 programming models. Choose the model you want to use from the selector at the top of the article. The v2 model is currently in preview. For more information on Python programming models, see the [Python developer guide](./functions-reference-python.md).
1414

15+
> [!NOTE]
16+
> The Python v2 programming model is only supported in the 4.x functions runtime. For more information, see [Azure Functions runtime versions overview](./functions-versions.md).
17+
18+
1519
Here are the troubleshooting sections for common issues in Python functions:
1620

1721
::: zone pivot="python-mode-configuration"

0 commit comments

Comments
 (0)