Skip to content

Commit 89d9a2f

Browse files
authored
Merge pull request #281455 from cdpark/horz-monitor-functions
Q&M: Curate 27 SOX Azure Monitor horizontals articles to reduce duplication -- Functions
2 parents 13dacde + 4a4ea1a commit 89d9a2f

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

articles/azure-functions/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@
600600
displayName: upgrade, migrate, language stack
601601
- name: Monitor
602602
items:
603-
- name: Monitoring options
603+
- name: Monitor Azure Functions
604604
href: monitor-functions.md
605605
displayName: monitor metrics
606606
- name: Monitor function executions

articles/azure-functions/functions-app-settings.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ The instrumentation key for Application Insights. Don't use both `APPINSIGHTS_IN
5656

5757
Don't use both `APPINSIGHTS_INSTRUMENTATIONKEY` and `APPLICATIONINSIGHTS_CONNECTION_STRING`. Use of `APPLICATIONINSIGHTS_CONNECTION_STRING` is recommended.
5858

59-
[!INCLUDE [azure-monitor-log-analytics-rebrand](~/reusable-content/ce-skilling/azure/includes/azure-monitor-instrumentation-key-deprecation.md)]
60-
6159
## APPLICATIONINSIGHTS_AUTHENTICATION_STRING
6260

6361
Enables access to Application Insights by using Microsoft Entra authentication. Use this setting when you must connect to your Application Insights workspace by using Microsoft Entra authentication. For more information, see [Microsoft Entra authentication for Application Insights](../azure-monitor/app/azure-ad-authentication.md).

articles/azure-functions/monitor-functions-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following table lists the metrics available for the Microsoft.Web/sites reso
5353
>These metrics aren't available when your function app runs on Linux in a [Consumption plan](./consumption-plan.md).
5454
5555
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
56-
[!INCLUDE [Microsoft.Web/sites](~/azure-reference-other-repo/azure-monitor-ref/supported-metrics/includes/microsoft-web-sites-metrics-include.md)]
56+
[!INCLUDE [Microsoft.Web/sites](~/reusable-content/ce-skilling/azure/includes/azure-monitor/reference/metrics/microsoft-web-sites-metrics-include.md)]
5757

5858
[!INCLUDE [horz-monitor-ref-metrics-dimensions-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-dimensions-intro.md)]
5959

@@ -62,7 +62,7 @@ The following table lists the metrics available for the Microsoft.Web/sites reso
6262
[!INCLUDE [horz-monitor-ref-resource-logs](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-resource-logs.md)]
6363

6464
### Supported resource logs for Microsoft.Web/sites
65-
[!INCLUDE [Microsoft.Web/sites](~/azure-reference-other-repo/azure-monitor-ref/supported-logs/includes/microsoft-web-sites-logs-include.md)]
65+
[!INCLUDE [Microsoft.Web/sites](~/reusable-content/ce-skilling/azure/includes/azure-monitor/reference/logs/microsoft-web-sites-logs-include.md)]
6666

6767
The log specific to Azure Functions is **FunctionAppLogs**.
6868

articles/azure-functions/monitor-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.service: azure-functions
1919
Azure Functions offers built-in integration with Application Insights to monitor functions executions. For detailed information about how to integrate, configure, and use Application Insights to monitor Azure Functions, see the following articles:
2020

2121
- [Monitor executions in Azure Functions](functions-monitoring.md)
22-
- [How to configure monitoring for Azure Functions](configure-monitoring.md)
22+
- [Configure monitoring for Azure Functions](configure-monitoring.md)
2323
- [Analyze Azure Functions telemetry in Application Insights](analyze-telemetry-data.md).
2424
- [Monitor Azure Functions with Application Insights](/azure/azure-monitor/app/monitor-functions)
2525

0 commit comments

Comments
 (0)