Skip to content

Commit 955df75

Browse files
author
Glenn Gailey
committed
Fixes
1 parent 225c027 commit 955df75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-functions/recover-module-not-found.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: 'Troubleshoot error: Python Functions ModuleNotFoundError'
3-
description: Learn how to troubleshoot module not found error in Python function apps.
2+
title: Troubleshoot Python ModuleNotFoundError in Azure Functions
3+
description: Learn how to troubleshoot Azure Functions module not found errors in Python functions.
44
author: Hazhzeng
55

66
ms.topic: article
77
ms.date: 05/12/2020
88
ms.author: hazeng
99
---
1010

11-
# Troubleshoot Python module errors in Azure Function
11+
# Troubleshoot Python module errors in Azure Functions
1212

1313
This article helps you troubleshoot module-related errors in your Python function app. These errors typically result in the following Azure Functions error message:
1414

@@ -85,7 +85,7 @@ The `Module Not Found` error may not occur when you're using Windows or macOS fo
8585

8686
See [Replace Package With Equivalents](#replace-package-with-equivalents) or [Handcraft Requirements.txt](#handcraft-requirementstxt) for mitigation.
8787

88-
## Mitigate the issue
88+
## Mitigate ModuleNotFoundError
8989

9090
The following are potential mitigations for module-related issues. Use the [diagnoses above](#diagnose-the-root-cause) to determine which of these mitigations to try.
9191

0 commit comments

Comments
 (0)