You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-reference-python.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,7 @@ At this time, only specific triggers and bindings are supported by the V2 progra
103
103
| Blob | x | x | x |
104
104
| Event Grid | x || x |
105
105
106
-
To learn about known limitations with the V2 model and their workarounds, see [Troublehshooting Python Functions using the V2 Model](recover-python-functions-v2.md)
107
-
106
+
To learn about known limitations with the V2 model and their workarounds, see [Troublehshooting Python Functions using the V2 Model](./recover-python-functions.md?pivots=python-mode-decorators).
For scaling and performance best practices for Python function apps, see the [Python scale and performance article](python-scale-performance-reference.md).
@@ -1398,12 +1400,12 @@ This functionality is available only for function apps running in Premium and De
1398
1400
Following is a list of troubleshooting guides for common issues:
1399
1401
1400
1402
*[ModuleNotFoundError and ImportError](recover-python-functions.md#troubleshoot-modulenotfounderror)
Following is a list of troubleshooting guides for known issues with the V2 programming model:
1405
+
Following is a list of troubleshooting guides for known issues with the v2 programming model:
1404
1406
1405
1407
*[Could not load file or assembly](recover-python-functions.md#troubleshoot-could-not-load-file-or-assembly)
1406
-
*[Unable to resolve the Azure Storage connection named Storage](recover-python-functions.md#troubleshoot-unable-to-resolve-the-azure-storage-connection-named-storage)
1408
+
*[Unable to resolve the Azure Storage connection named Storage](recover-python-functions.md#troubleshoot-unable-to-resolve-the-azure-storage-connection).
1407
1409
1408
1410
All known issues and feature requests are tracked using [GitHub issues](https://github.com/Azure/azure-functions-python-worker/issues) list. If you run into a problem and can't find the issue in GitHub, open a new issue and include a detailed description of the problem.
0 commit comments