Skip to content

Commit 6b115ec

Browse files
authored
Merge pull request #294831 from ggailey777/metadata-updates
[Functions][Refs] updates to error ref metadata
2 parents c8397cc + 3edb333 commit 6b115ec

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0001.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "AZFD0001: AzureWebJobsStorage app setting is not present."
33
titleSuffix: "Azure Functions"
44
description: "Learn how to troubleshoot the event 'AZFD0001: AzureWebJobsStorage app setting is not present' in Azure Functions"
5-
ms.topic: reference
5+
ms.topic: error-reference
66
ms.date: 09/03/2022
77
---
88

articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0002.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: "Azure Functions"
44
description: "Learn how to troubleshoot the event 'AZFD0002: Value of AzureWebJobsStorage app setting is invalid' in Azure Functions"
55
author: soninaren
66
ms.author: nasoni
7-
ms.topic: reference
7+
ms.topic: error-reference
88
ms.date: 08/10/2023
99
---
1010

articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0003.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "AZFD0003: Encountered a StorageException while trying to fetch the diagnostic events."
33
titleSuffix: "Azure Functions"
44
description: "Learn how to troubleshoot the event 'AZFD0003: Encountered a StorageException while trying to fetch the diagnostic events' in Azure Functions."
5-
ms.topic: reference
5+
ms.topic: error-reference
66
ms.date: 09/03/2022
77
---
88

articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0004.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "AZFD0004: Host ID collision"
33
titleSuffix: "Azure Functions"
44
description: "Learn how to troubleshoot the event 'AZFD0004: Host ID collision' in Azure Functions."
5-
ms.topic: reference
5+
ms.topic: error-reference
66
ms.date: 01/28/2023
77
---
88

articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0005.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "AZFD0005: External startup exception"
33
titleSuffix: "Azure Functions"
44
description: "Learn how to troubleshoot the event 'AZFD0005: External startup exception' in Azure Functions."
5-
ms.topic: reference
5+
ms.topic: error-reference
66
ms.date: 02/14/2023
77
---
88

@@ -17,15 +17,15 @@ This event occurs when an external startup class throws an exception during func
1717

1818
## Event description
1919

20-
An external startup class is a class registered with the `FunctionsStartupAttribute`. It is often used to register services or configuration sources for dependency injection. For more information on the feature, see [use dependency injection in .NET Azure Functions](../../functions-dotnet-dependency-injection.md).
20+
An external startup class is a class registered with the `FunctionsStartupAttribute`. It's often used to register services or configuration sources for dependency injection. For more information on the feature, see [use dependency injection in .NET Azure Functions](../../functions-dotnet-dependency-injection.md).
2121

22-
If a call to either of the `Configure()` methods on the `FunctionsStartup` class throws an exception, it will cause the function app initialization to fail. The functions host will catch this exception, log the error, and retry initialization. This retry helps to recover from transient errors, but permanent errors may be logged many times as the host retries.
22+
If a call to either of the `Configure()` methods on the `FunctionsStartup` class throws an exception, it causes the function app initialization to fail. The functions host catches this exception, logs the error, and retries initialization. This retry helps to recover from transient errors, but permanent errors might be logged many times as the host retries.
2323

24-
If `APPLICATIONINSIGHTS_CONNECTION_STRING` is set as an app setting, the error will also be logged as an `exception` in Application Insights.
24+
If `APPLICATIONINSIGHTS_CONNECTION_STRING` is set as an app setting, the error is also logged as an `exception` in Application Insights.
2525

2626
## How to resolve the event
2727

28-
Every occurrence of this event is unique to the application. Investigate the error message and stack trace to see what may need to be done to prevent this error in the future. For example, a timeout may need to be retried; or an error calling an external service may need to be handled.
28+
Every occurrence of this event is unique to the application. Investigate the error message and stack trace to see what can be done to prevent this error in the future. For example, a timeout might need to be retried; or an error calling an external service might need to be handled.
2929

3030
## When to suppress the event
3131

articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0006.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "AZFD0006: SAS Token Expiring"
33
titleSuffix: "Azure Functions"
44
description: "Learn how to troubleshoot the event 'AZFD0006: SAS token expiring' in Azure Functions."
5-
ms.topic: reference
5+
ms.topic: error-reference
66
ms.date: 08/03/2023
77

88
---

articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0007.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "AZFD0007: Repository has more than 10 nondecryptable secrets backups"
33
titleSuffix: "Azure Functions"
44
description: "Learn how to troubleshoot the event 'AZFD0007: Repository has more than 10 nondecryptable secrets backups' in Azure Functions."
5-
ms.topic: reference
5+
ms.topic: error-reference
66
ms.date: 12/05/2023
77

88
---

articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0008.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "AZFD0008: Failed to read from Blob Storage secret repository because its access tier is set to archive"
33
titleSuffix: "Azure Functions"
44
description: "Learn how to troubleshoot the event 'AZFD0008: Failed to read from Blob storage secret repository because its access tier is set to archive' in Azure Functions."
5-
ms.topic: reference
5+
ms.topic: error-reference
66
ms.date: 12/01/2023
77

88
---

articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0009.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "AZFD0009: Unable to parse host configuration file"
33
titleSuffix: "Azure Functions"
44
description: "Learn how to troubleshoot the event 'AZFD0008: Unable to parse host configuration file' in Azure Functions."
5-
ms.topic: reference
5+
ms.topic: error-reference
66
ms.date: 11/29/2023
77

88
---

articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0010.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "AZFD0010: Linux Consumption Does Not Support TZ & WEBSITE_TIME_ZONE Error"
33
titleSuffix: "Azure Functions"
44
description: "Learn how to troubleshoot the event 'AZFD0010: Linux Consumption Does Not Support TZ & WEBSITE_TIME_ZONE Error' in Azure Functions."
5-
ms.topic: reference
5+
ms.topic: error-reference
66
ms.custom: linux-related-content
77
ms.date: 12/05/2023
88
---

0 commit comments

Comments
 (0)