Skip to content

Commit a9029ea

Browse files
committed
Curate for Monitor duplication
1 parent 7a2fb92 commit a9029ea

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
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 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
@@ -54,8 +54,6 @@ The instrumentation key for Application Insights. Don't use both `APPINSIGHTS_IN
5454

5555
Don't use both `APPINSIGHTS_INSTRUMENTATIONKEY` and `APPLICATIONINSIGHTS_CONNECTION_STRING`. Use of `APPLICATIONINSIGHTS_CONNECTION_STRING` is recommended.
5656

57-
[!INCLUDE [azure-monitor-log-analytics-rebrand](~/reusable-content/ce-skilling/azure/includes/azure-monitor-instrumentation-key-deprecation.md)]
58-
5957
## APPLICATIONINSIGHTS_AUTHENTICATION_STRING
6058

6159
The connection string for Application Insights by using Microsoft Entra authentication. Use this setting when you must connect to your Application Insights workspace by using Microsoft Entra authentication. The string contains the client ID of either a system-assigned or a user-assigned managed identity that is authorized to publish telemetry to your Application Insights workspace. For more information, see [Microsoft Entra authentication for Application Insights](../azure-monitor/app/azure-ad-authentication.md).

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)