Skip to content

Commit 462a3f7

Browse files
authored
Merge pull request #191287 from JasonAndrewWriter/1st25insightinclues
1st20insightincluesfordepreication
2 parents acff2cd + d93a9d6 commit 462a3f7

16 files changed

+42
-3
lines changed

articles/azure-monitor/app/app-map.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ms.reviewer: sdash
1212

1313
Application Map helps you spot performance bottlenecks or failure hotspots across all components of your distributed application. Each node on the map represents an application component or its dependencies; and has health KPI and alerts status. You can click through from any component to more detailed diagnostics, such as Application Insights events. If your app uses Azure services, you can also click through to Azure diagnostics, such as SQL Database Advisor recommendations.
1414

15+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
16+
17+
1518
## What is a Component?
1619

1720
Components are independently deployable parts of your distributed/microservices application. Developers and operations teams have code-level visibility or access to telemetry generated by these application components.

articles/azure-monitor/app/asp-net-core.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The example we'll use here is an [MVC application](/aspnet/core/tutorials/first-
1616
> [!NOTE]
1717
> A preview [OpenTelemetry-based .NET offering](opentelemetry-enable.md?tabs=net) is available. [Learn more](opentelemetry-overview.md).
1818
19+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
20+
1921
## Supported scenarios
2022

2123
The [Application Insights SDK for ASP.NET Core](https://nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore) can monitor your applications no matter where or how they run. If your application is running and has network connectivity to Azure, telemetry can be collected. Application Insights monitoring is supported everywhere .NET Core is supported. Support covers the following:

articles/azure-monitor/app/asp-net-trace-logs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Send diagnostic tracing logs for your ASP.NET/ASP.NET Core application from ILog
1515
> Do you need the log-capture module? It's a useful adapter for third-party loggers. But if you aren't already using NLog, log4Net, or System.Diagnostics.Trace, consider just calling [**Application Insights TrackTrace()**](./api-custom-events-metrics.md#tracktrace) directly.
1616
>
1717
>
18+
19+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
20+
1821
## Install logging on your app
1922
Install your chosen logging framework in your project, which should result in an entry in app.config or web.config.
2023

articles/azure-monitor/app/asp-net-troubleshoot-no-data.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ms.date: 05/21/2020
99

1010
# Troubleshooting no data - Application Insights for .NET/.NET Core
1111

12+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
13+
14+
1215
## Some of my telemetry is missing
1316
*In Application Insights, I only see a fraction of the events that are being generated by my app.*
1417

articles/azure-monitor/app/asp-net.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This procedure configures your ASP.NET web app to send telemetry to the [Applica
1414
> [!NOTE]
1515
> A preview [OpenTelemetry-based .NET offering](opentelemetry-enable.md?tabs=net) is available. [Learn more](opentelemetry-overview.md).
1616
17+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
18+
1719
## Prerequisites
1820
To add Application Insights to your ASP.NET website, you need to:
1921

articles/azure-monitor/app/azure-ad-authentication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Below are SDKs/scenarios not supported in the Public Preview:
2525
- [Availability tests](availability-overview.md).
2626
- [Profiler](profiler-overview.md).
2727

28+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
29+
2830
## Prerequisites to enable Azure AD authentication ingestion
2931

3032
- Familiarity with:

articles/azure-monitor/app/azure-web-apps-net-core.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ms.custom: devx-track-dotnet
1111

1212
Enabling monitoring on your ASP.NET Core based web applications running on [Azure App Services](../../app-service/index.yml) is now easier than ever. Whereas previously you needed to manually instrument your app, the latest extension/agent is now built into the App Service image by default. This article will walk you through enabling Azure Monitor application Insights monitoring as well as provide preliminary guidance for automating the process for large-scale deployments.
1313

14+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
15+
16+
1417
## Enable agent-based monitoring
1518

1619
# [Windows](#tab/Windows)

articles/azure-monitor/app/azure-web-apps-net.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Enabling monitoring on your ASP.NET based web applications running on [Azure App
1717
> [!NOTE]
1818
> If both agent-based monitoring and manual SDK-based instrumentation is detected, only the manual instrumentation settings will be honored. This is to prevent duplicate data from being sent. To learn more about this, check out the [troubleshooting section](#troubleshooting) below.
1919
20+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
21+
2022
## Enable agent-based monitoring
2123

2224
> [!NOTE]

articles/azure-monitor/app/cloudservices.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.date: 09/05/2018
1212

1313
![Overview dashboard](./media/cloudservices/overview-graphs.png)
1414

15+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
16+
1517
## Prerequisites
1618
Before you begin, you need:
1719

articles/azure-monitor/app/configuration-with-applicationinsights-config.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ This document describes the sections you see in the configuration file, how they
2525
> [!NOTE]
2626
> ApplicationInsights.config and .xml instructions do not apply to the .NET Core SDK. For configuring .NET Core applications, follow [this](./asp-net-core.md) guide.
2727
28+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
29+
30+
2831
## Telemetry Modules (ASP.NET)
2932
Each Telemetry Module collects a specific type of data and uses the core API to send the data. The modules are installed by different NuGet packages, which also add the required lines to the .config file.
3033

0 commit comments

Comments
 (0)