Skip to content

Commit 1510bb1

Browse files
More entries
1 parent 20cd11f commit 1510bb1

File tree

7 files changed

+19
-0
lines changed

7 files changed

+19
-0
lines changed

articles/azure-monitor/app/cloudservices.md

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

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

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ This document describes the sections you see in the configuration file, how they
2626
> [!NOTE]
2727
> 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.
2828
29+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
30+
31+
2932
## Telemetry Modules (ASP.NET)
3033
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.
3134

articles/azure-monitor/app/console.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ You need a subscription with [Microsoft Azure](https://azure.com). Sign in with
1818
> [!NOTE]
1919
> It is *highly recommended* to use the [Microsoft.ApplicationInsights.WorkerService](https://www.nuget.org/packages/Microsoft.ApplicationInsights.WorkerService) package and associated instructions from [here](./worker-service.md) for any Console Applications. This package targets [`NetStandard2.0`](/dotnet/standard/net-standard), and hence can be used in .NET Core 2.1 or higher, and .NET Framework 4.7.2 or higher.
2020
21+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
22+
23+
2124
## Getting started
2225

2326
> [!IMPORTANT]

articles/azure-monitor/app/correlation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ In the world of microservices, every logical operation requires work to be done
1414

1515
This article explains the data model used by Application Insights to correlate telemetry sent by multiple components. It covers context-propagation techniques and protocols. It also covers the implementation of correlation tactics on different languages and platforms.
1616

17+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
18+
19+
1720
## Data model for telemetry correlation
1821

1922
Application Insights defines a [data model](../../azure-monitor/app/data-model.md) for distributed telemetry correlation. To associate telemetry with a logical operation, every telemetry item has a context field called `operation_Id`. This identifier is shared by every telemetry item in the distributed trace. So even if you lose telemetry from a single layer, you can still associate telemetry reported by other components.

articles/azure-monitor/app/create-new-resource.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Azure Application Insights displays data about your application in a Microsoft A
1414
> [!IMPORTANT]
1515
> [Classic Application Insights has been deprecated](https://azure.microsoft.com/updates/we-re-retiring-classic-application-insights-on-29-february-2024/). Please follow these [instructions on how upgrade to workspace-based Application Insights](convert-classic-resource.md).
1616
17+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
18+
1719
## Sign in to Microsoft Azure
1820

1921
If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.

articles/azure-monitor/app/create-workspace-resource.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ This also allows for common Azure role-based access control (Azure RBAC) across
1515
> [!NOTE]
1616
> Data ingestion and retention for workspace-based Application Insights resources are billed through the Log Analytics workspace where the data is located. [Learn more]( ./pricing.md#workspace-based-application-insights) about billing for workspace-based Application Insights resources.
1717
18+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
19+
20+
1821
## New capabilities
1922

2023
Workspace-based Application Insights allows you to take advantage of the latest capabilities of Azure Monitor and Log Analytics including:

articles/azure-monitor/app/custom-endpoints.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ To send data from Application Insights to certain regions, you'll need to overri
1414
> [!NOTE]
1515
> [Connection strings](./sdk-connection-string.md?tabs=net) are the new preferred method of setting custom endpoints within Application Insights.
1616
17+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
18+
19+
1720
---
1821

1922
## SDK code changes

0 commit comments

Comments
 (0)