Skip to content

Commit 73f20a2

Browse files
authored
Merge pull request #122416 from opensourcevk/main
feat: Fixed broken Application Insights link
2 parents e64d098 + 7ac7cea commit 73f20a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/azure-functions/analyze-telemetry-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To open Application Insights from a function app in the [Azure portal](https://p
5050

5151
![Open Application Insights from the function app Overview page](media/functions-monitoring/ai-link.png)
5252

53-
For information about how to use Application Insights, see the [Application Insights documentation](/azure/application-insights/). This section shows some examples of how to view data in Application Insights. If you're already familiar with Application Insights, you can go directly to [the sections about how to configure and customize the telemetry data](configure-monitoring.md#configure-log-levels).
53+
For information about how to use Application Insights, see the [Application Insights documentation](../azure-monitor/app/app-insights-overview.md). This section shows some examples of how to view data in Application Insights. If you're already familiar with Application Insights, you can go directly to [the sections about how to configure and customize the telemetry data](configure-monitoring.md#configure-log-levels).
5454

5555
![Application Insights Overview tab](media/functions-monitoring/metrics-explorer.png)
5656

articles/azure-functions/configure-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,6 @@ For more information about monitoring, see:
477477

478478
+ [Monitor Azure Functions](functions-monitoring.md)
479479
+ [Analyze Azure Functions telemetry data in Application Insights](analyze-telemetry-data.md)
480-
+ [Application Insights](/azure/application-insights/)
480+
+ [Application Insights](../azure-monitor/app/app-insights-overview.md)
481481

482482
[host.json]: functions-host-json.md

articles/azure-functions/functions-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,5 @@ To report an issue with Application Insights integration in Functions, or to mak
165165

166166
For more information, see the following resources:
167167

168-
* [Application Insights](/azure/application-insights/)
168+
* [Application Insights](../azure-monitor/app/app-insights-overview.md)
169169
* [ASP.NET Core logging](/aspnet/core/fundamentals/logging/)

0 commit comments

Comments
 (0)