Skip to content

Commit b35548f

Browse files
committed
Fix pivot error message
1 parent 92143df commit b35548f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,22 @@ This article provides information to help you troubleshoot errors with your Pyth
1414

1515
The following is a list of troubleshooting sections for common issues in Python functions:
1616

17+
::: zone pivot="python-mode-configuration"
1718
* [ModuleNotFoundError and ImportError](#troubleshoot-modulenotfounderror)
18-
1919
* [Cannot import 'cygrpc'](#troubleshoot-cannot-import-cygrpc)
20-
2120
* [Python exited with code 137](#troubleshoot-python-exited-with-code-137)
22-
2321
* [Python exited with code 139](#troubleshoot-python-exited-with-code-139)
22+
* [Troubleshoot errors with Protocol Buffers](#troubleshoot-errors-with-protocol-buffers)
23+
::: zone-end
2424
::: zone pivot="python-mode-decoration"
25+
* [ModuleNotFoundError and ImportError](#troubleshoot-modulenotfounderror)
26+
* [Cannot import 'cygrpc'](#troubleshoot-cannot-import-cygrpc)
27+
* [Python exited with code 137](#troubleshoot-python-exited-with-code-137)
28+
* [Python exited with code 139](#troubleshoot-python-exited-with-code-139)
29+
* [Troubleshoot errors with Protocol Buffers](#troubleshoot-errors-with-protocol-buffers)
2530
* [Multiple Python workers not supported](#multiple-python-workers-not-supported)
26-
2731
* [Could not load file or assembly](#troubleshoot-could-not-load-file-or-assembly)
28-
2932
* [Unable to resolve the Azure Storage connection named Storage](#troubleshoot-unable-to-resolve-the-Azure-Storage-connection)
30-
3133
* [Issues with deployment](#issue-with-deployment)
3234
::: zone-end
3335

0 commit comments

Comments
 (0)