Skip to content

Commit 0f44c2f

Browse files
committed
Fix errors
1 parent 802027e commit 0f44c2f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ At this time, only specific triggers and bindings are supported by the V2 progra
103103
| Blob | x | x | x |
104104
| Event Grid | x | | x |
105105

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).
108107
::: zone-end
109108

110109
## Alternate entry point
@@ -258,7 +257,9 @@ app = func.FunctionApp()
258257

259258
app.register_functions(bp)
260259
```
261-
260+
261+
::: zone-end
262+
262263
## Import behavior
263264

264265
::: zone pivot="python-mode-configuration"
@@ -759,6 +760,7 @@ app = func.WsgiFunctionApp(app=flask_app.wsgi_app,
759760

760761
---
761762

763+
::: zone-end
762764
## Scaling and Performance
763765

764766
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
13981400
Following is a list of troubleshooting guides for common issues:
13991401

14001402
* [ModuleNotFoundError and ImportError](recover-python-functions.md#troubleshoot-modulenotfounderror)
1401-
* [Can't import 'cygrpc'](recover-python-functions.md#troubleshoot-cannot-import-cygrpc)
1403+
* [Can't import 'cygrpc'](recover-python-functions.md#troubleshoot-cannot-import-cygrpc).
14021404

1403-
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:
14041406

14051407
* [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).
14071409

14081410
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.
14091411

0 commit comments

Comments
 (0)