Skip to content

Commit dc494a2

Browse files
committed
Fix links
1 parent b35548f commit dc494a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ The following is a list of troubleshooting sections for common issues in Python
2121
* [Python exited with code 139](#troubleshoot-python-exited-with-code-139)
2222
* [Troubleshoot errors with Protocol Buffers](#troubleshoot-errors-with-protocol-buffers)
2323
::: zone-end
24-
::: zone pivot="python-mode-decoration"
24+
::: zone pivot="python-mode-decorators"
2525
* [ModuleNotFoundError and ImportError](#troubleshoot-modulenotfounderror)
2626
* [Cannot import 'cygrpc'](#troubleshoot-cannot-import-cygrpc)
2727
* [Python exited with code 137](#troubleshoot-python-exited-with-code-137)
2828
* [Python exited with code 139](#troubleshoot-python-exited-with-code-139)
2929
* [Troubleshoot errors with Protocol Buffers](#troubleshoot-errors-with-protocol-buffers)
3030
* [Multiple Python workers not supported](#multiple-python-workers-not-supported)
3131
* [Could not load file or assembly](#troubleshoot-could-not-load-file-or-assembly)
32-
* [Unable to resolve the Azure Storage connection named Storage](#troubleshoot-unable-to-resolve-the-Azure-Storage-connection)
32+
* [Unable to resolve the Azure Storage connection named Storage](#troubleshoot-unable-to-resolve-the-azure-storage-connection)
3333
* [Issues with deployment](#issue-with-deployment)
3434
::: zone-end
3535

@@ -166,7 +166,7 @@ This section helps you troubleshoot 'cygrpc' related errors in your Python funct
166166
This error occurs when a Python function app fails to start with a proper Python interpreter. The root cause for this error is one of the following issues:
167167

168168
- [The Python interpreter mismatches OS architecture](#the-python-interpreter-mismatches-os-architecture)
169-
- [The Python interpreter isn't supported by Azure Functions Python Worker](#the-python-interpreter-is-not-supported-by-azure-functions-python-worker)
169+
- [The Python interpreter isn't supported by Azure Functions Python Worker](#the-python-interpreter-isnt-supported-by-azure-functions-python-worker)
170170

171171
### Diagnose 'cygrpc' reference error
172172

0 commit comments

Comments
 (0)