Skip to content

Commit 607f25c

Browse files
Updates for CI 8021
1 parent ea90f57 commit 607f25c

File tree

7 files changed

+15
-7
lines changed

7 files changed

+15
-7
lines changed

support/azure/azure-functions/availability/functions-troubleshoot-issues.md renamed to support/azure/azure-function-app/availability/functions-troubleshoot-issues.md

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

99
# Resolve "Function App Down or Reporting Errors" issues
1010

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

13-
Microsoft Azure Functions app failures typically fit into three major categories: configuration issues, customer code issues, and platform issues. This article explores these issues in detail and introduces the appropriate diagnostic tools for troubleshooting.
13+
Microsoft Azure Function App failures typically fit into three major categories: configuration issues, customer code issues, and platform issues. This article explores these issues in detail and introduces the appropriate diagnostic tools for troubleshooting.
1414

1515
### Configuration issues
1616

support/azure/azure-functions/config-mgmt/functions-configuring-updateversion.md renamed to support/azure/azure-function-app/config-mgmt/functions-configuring-updateversion.md

File renamed without changes.

support/azure/azure-functions/creation-deletion/functions-create-or-delete-faq.md renamed to support/azure/azure-function-app/creation-deletion/functions-create-or-delete-faq.md

File renamed without changes.

support/azure/azure-functions/deployment/functions-deploying-runtime-issues-post-deployment.md renamed to support/azure/azure-function-app/deployment/functions-deploying-runtime-issues-post-deployment.md

File renamed without changes.

support/azure/azure-functions/monitoring/functions-monitoring-appinsightslogs.md renamed to support/azure/azure-function-app/monitoring/functions-monitoring-appinsightslogs.md

File renamed without changes.

support/azure/azure-functions/welcome-azure-functions.yml renamed to support/azure/azure-function-app/welcome-azure-function-app.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
### YamlMime:Landing
22

3-
title: Azure Functions troubleshooting documentation # < 60 chars
4-
summary: Welcome to Azure Functions troubleshooting. These articles explain how to determine, diagnose, and fix issues that you might encounter when you use Azure Functions. In the navigation pane on the left, browse through the article list or use the search box to find issues and solutions.
3+
title: Azure Function App troubleshooting documentation # < 60 chars
4+
summary: Welcome to Azure Function App troubleshooting. These articles explain how to determine, diagnose, and fix issues that you might encounter when you use the Azure Function App. In the navigation pane on the left, browse through the article list or use the search box to find issues and solutions.
55
metadata:
6-
title: Troubleshoot Azure Functions issues
7-
description: Documentation for troubleshooting common issues with Azure Functions. # Required; article description that is displayed in search results. < 160 chars.
8-
ms.service: azure-functions #Required; service per approved list. service slug assigned to your service by ACOM.
6+
title: Troubleshoot Azure Function App issues
7+
description: Documentation for troubleshooting common issues with Azure Function App. # Required; article description that is displayed in search results. < 160 chars.
8+
ms.service: azure-function-app #Required; service per approved list. service slug assigned to your service by ACOM.
99
ms.topic: landing-page # Required
1010
author: aartig13 #Required; your GitHub user alias, with correct capitalization.
1111
ms.author: aartigoyle #Required; microsoft alias of author; optional team alias.
@@ -16,6 +16,14 @@ metadata:
1616
landingContent:
1717

1818
# Card
19+
20+
- title: Availability
21+
linkLists:
22+
- linkListType: how-to-guide
23+
links:
24+
- text: Resolve Function App Down or Reporting Errors
25+
url: availability/functions-troubleshoot-issues.md
26+
1927
- title: Application Code Deployment
2028
linkLists:
2129
- linkListType: how-to-guide

0 commit comments

Comments
 (0)