Skip to content

Commit 3230205

Browse files
author
amsliu
committed
tech review update
1 parent ce4e35c commit 3230205

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

support/azure/azure-functions/availability/functions-troubleshoot-issues.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Resolve Function App Not Responding or Reporting Errors
2+
title: Resolve Function App Down or Reporting Errors
33
description: Describes how to troubleshoot Azure Functions app if it's not responding or reports errors.
44
ms.date: 08/05/2025
55
ms.reviewer: v-liuamson; v-gsitser
66
ms.custom: sap:Function app down or reporting errors
77
---
88

9-
# Resolve function app not responding or reporting errors
9+
# Resolve function app down or reporting errors
1010

1111
## Common scenarios, error messages, and symptoms
1212

@@ -52,7 +52,7 @@ You might experience common errors such as the following:
5252

5353
- **Azure Functions runtime is unreachable.**
5454

55-
See [Troubleshoot error: Azure Functions runtime is unreachable](/azure/azure-functions/functions-recover-storage-account).
55+
- See [Troubleshoot error: Azure Functions runtime is unreachable](/azure/azure-functions/functions-recover-storage-account).
5656

5757
- **Function host not running.**
5858

@@ -217,6 +217,8 @@ For more information, see the following resources:
217217
> [!NOTE]
218218
> This tool applies to all hosting plans, except for the Linux Consumption and Flex Consumption plans.
219219
220+
For how to access and use Kudu logs (SCM), see [Access Kudu for your app](/azure/app-service/resources-kudu#access-kudu-for-your-app).
221+
220222
### Other logs
221223
222224
- **Host Logs**: `%HOME%\LogFiles\Application\Functions\Host`

0 commit comments

Comments
 (0)