You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/azure-functions/availability/functions-troubleshoot-issues.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,28 @@
1
1
---
2
-
title: Tools to Troubleshoot Azure Functions App Issues
2
+
title: Resolve Function App Down or Reporting Errors
3
3
description: Describes how to troubleshoot the Azure Functions app if it's down or reporting errors.
4
-
ms.date: 08/04/2025
4
+
ms.date: 08/05/2025
5
5
ms.reviewer: v-liuamson; v-gsitser
6
6
ms.custom: sap:Function app down or reporting errors
7
7
---
8
8
9
-
# Tools to troubleshoot Azure Functions App issues
9
+
# Resolve Function App Down or Reporting Errors
10
+
11
+
## Common scenarios, error messages, and symptoms
10
12
11
13
Function App failures typically fall into three major categories, which are configuration issues, customer code issues, and platform issues. This article explores these issues in detail and introduces the appropiate diagnostic tools for troubleshooting.
12
14
13
-
## Configuration issues
15
+
###Configuration issues
14
16
15
17
These are the most frequent and include:
16
18
17
19
- Missing or incorrect application settings such as `AzureWebJobsStorage`, `FUNCTIONS_WORKER_RUNTIME`, or binding-specific configurations. For more info, check the [App settings reference for Azure Functions](/azure/azure-functions/functions-app-settings).
18
-
- Storage account misconfigurations, including deleted accounts, rotated keys, or firewall restrictions. For more info, check [Storage considerations for Azure Functions](/azure/azure-functions/storage-considerations?tabs=azure-cli).
19
-
- Key Vault and Managed Identity access problems due to misconfigured permissions or missing identity assignments. Check the resources below for more info:
20
+
- Storage account misconfigurations, including deleted accounts, rotated keys, or firewall restrictions. For more info, check the [Storage considerations for Azure Functions](/azure/azure-functions/storage-considerations?tabs=azure-cli).
21
+
- Key Vault and Managed Identity access problems due to misconfigured permissions or missing identity assignments. Check the following resources for more info:
-[Create a function app without default storage secrets in its definition - Azure Functions](/azure/azure-functions/functions-identity-based-connections-tutorial)
22
24
23
-
## Customer code issues
25
+
###Customer code issues
24
26
25
27
These issues originate from:
26
28
@@ -33,7 +35,7 @@ Check the following resources for more info:
33
35
-[Improve Azure Functions performance and reliability](/azure/azure-functions/performance-reliability)
34
36
-[Manage connections in Azure Functions](/azure/azure-functions/manage-connections?tabs=csharp)
35
37
36
-
## Platform issues
38
+
###Platform issues
37
39
38
40
Less frequent but impactful:
39
41
@@ -44,7 +46,7 @@ Check the following resources for more info:
44
46
45
47
- Host startup failures, including placeholder site specialization errors or container allocation issues.
46
48
47
-
## Typical error messages
49
+
###Typical error messages
48
50
49
51
You may encounter common errors such as:
50
52
@@ -57,7 +59,7 @@ You may encounter common errors such as:
57
59
58
60
-**HTTP 5xx errors**: 503, 502, 500, or timeouts.
59
61
60
-
## Symptoms to watch
62
+
###Symptoms to watch
61
63
62
64
- Function not triggering or executing. [Analyze Azure Functions telemetry in Application Insights](/azure/azure-functions/analyze-telemetry-data#viewing-telemetry-in-monitor-tab)
63
65
@@ -204,6 +206,11 @@ If your app shows errors such as `FAILED TO INITIALIZE RUN FROM PACKAGE.txt` or
For more info, check [Understanding the Azure App Service file system](https://github.com/projectkudu/kudu/wiki/understanding-the-azure-app-service-file-system).
0 commit comments