Skip to content

Commit 9f82a12

Browse files
Merge pull request #294846 from ggailey777/metadata-updates
[Bulk][Functions] Errors metadata updates
2 parents 7fe74ee + a64498e commit 9f82a12

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "AZFD0011: The FUNCTIONS_WORKER_RUNTIME setting is required"
33
titleSuffix: "Azure Functions"
44
description: "Learn how to troubleshoot the event 'AZFD0011: The FUNCTIONS_WORKER_RUNTIME setting is required' in Azure Functions."
5-
ms.topic: reference
5+
ms.topic: error-reference
66
ms.date: 01/24/2024
77

88
---

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "AZFD0012: A non highly-identifiable secret has been loaded by the application."
2+
title: "AZFD0012: A non highly identifiable secret has been loaded by the application."
33
titleSuffix: "Azure Functions"
4-
description: "Learn how to troubleshoot the event 'AZFD0012: A non highly identifiable secret has been loaded by the application' in Azure Functions."
5-
ms.topic: reference
4+
description: "Learn how to troubleshoot the event 'AZFD0012: A nonhighly identifiable secret has been loaded by the application' in Azure Functions."
5+
ms.topic: error-reference
66
ms.date: 07/06/2024
77

88
---
99

10-
# AZFD0012: A non highly-identifiable secret has been loaded by the application
10+
# AZFD0012: A nonhighly identifiable secret has been loaded by the application
1111

1212
This event occurs when a function app has either the `StrictHISModeWarn` or `StrictHISModeEnabled` feature flag enabled in the [`AzureWebJobsFeatureFlags`](../../functions-app-settings.md#azurewebjobsfeatureflags) application setting.
1313

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "AZFD0013: The configured runtime does not match the worker runtime metadata found in the deployed function app artifacts."
33
titleSuffix: "Azure Functions"
44
description: "Learn how to troubleshoot the event 'AZFD0013: The configured runtime does not match the worker runtime metadata found in the deployed function app artifacts' in Azure Functions."
5-
ms.topic: reference
5+
ms.topic: error-reference
66
ms.date: 09/03/2024
77

88
---

articles/azure-functions/errors-diagnostics/net-worker-rules/azfw0001.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "AZFW0001: Invalid binding attributes"
33
titleSuffix: "Azure Functions"
44
description: "Learn about code analysis rule 'AZFW0001: Invalid binding attributes' in Azure Functions."
5-
ms.topic: reference
5+
ms.topic: error-reference
66
ms.date: 05/10/2021
77
---
88

articles/azure-functions/errors-diagnostics/sdk-rules/azf0001.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "AZFW0001: Avoid async void"
33
titleSuffix: "Azure Functions"
44
description: "Learn about code analysis rule 'AZF0001: Avoid async void' in Azure Functions."
5-
ms.topic: reference
5+
ms.topic: error-reference
66
ms.date: 05/10/2021
77
---
88

articles/azure-functions/errors-diagnostics/sdk-rules/azf0002.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "AZF0002: Inefficient HttpClient usage"
33
titleSuffix: "Azure Functions"
44
description: "Learn about code analysis rule AZF0002: Inefficient HttpClient usage"
5-
ms.topic: reference
5+
ms.topic: error-reference
66
ms.date: 09/29/2021
77
---
88

0 commit comments

Comments
 (0)