Skip to content

Commit 3dafdbf

Browse files
authored
Merge pull request #193802 from AaronMaxwell/aaronmax-remove-dupe-info-notices
Aaronmax remove dupe info notices
2 parents 5769146 + 3543171 commit 3dafdbf

File tree

5 files changed

+1
-12
lines changed

5 files changed

+1
-12
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ The [Application Insights SDK for ASP.NET Core](https://nuget.org/packages/Micro
4747
- A functioning ASP.NET Core application. If you need to create an ASP.NET Core application, follow this [ASP.NET Core tutorial](/aspnet/core/getting-started/).
4848
- A valid Application Insights connection string. This string is required to send any telemetry to Application Insights. If you need to create a new Application Insights resource to get a connection string, see [Create an Application Insights resource](./create-new-resource.md).
4949

50-
> [!IMPORTANT]
51-
> [Connection Strings](./sdk-connection-string.md?tabs=net) are recommended over instrumentation keys. New Azure regions require using connection strings instead of instrumentation keys. Connection strings identify the appropriate endpoint for your Application Insights resource which provides the fastest way to ingest your telemetry for alerting and reporting. You will need to copy the connection string and add it to your application's code or to an environment variable.
52-
5350
## Enable Application Insights server-side telemetry (Visual Studio)
5451

5552
For Visual Studio for Mac, use the [manual guidance](#enable-application-insights-server-side-telemetry-no-visual-studio). Only the Windows version of Visual Studio supports this procedure.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ When your app has been created, a new pane opens. This pane is where you see per
4646

4747
The instrumentation key identifies the resource that you want to associate your telemetry data with. You will need to copy the instrumentation key and add it to your application's code.
4848

49-
> [!IMPORTANT]
50-
> [Connection Strings](./sdk-connection-string.md) are recommended over instrumentation keys. New Azure regions **require** the use of connection strings instead of instrumentation keys. Connection string identifies the resource that you want to associate your telemetry data with. It also allows you to modify the endpoints your resource will use as a destination for your telemetry. You will need to copy the connection string and add it to your application's code or to an environment variable.
51-
5249
## Install the SDK in your app
5350

5451
Install the Application Insights SDK in your app. This step depends heavily on the type of your application.

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

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

1212
To send data from Application Insights to certain regions, you'll need to override the default endpoint addresses. Each SDK requires slightly different modifications, all of which are described in this article. These changes require adjusting the sample code and replacing the placeholder values for `QuickPulse_Endpoint_Address`, `TelemetryChannel_Endpoint_Address`, and `Profile_Query_Endpoint_address` with the actual endpoint addresses for your specific region. The end of this article contains links to the endpoint addresses for regions where this configuration is required.
1313

14-
> [!NOTE]
15-
> [Connection strings](./sdk-connection-string.md?tabs=net) are the new preferred method of setting custom endpoints within Application Insights.
16-
1714
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
1815

1916

articles/azure-monitor/app/java-2x-get-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ Application Insights is an extensible analytics service for web developers that
2525

2626
## Get an Application Insights instrumentation key
2727

28-
> [!IMPORTANT]
29-
> [Connection Strings](./sdk-connection-string.md?tabs=java) are recommended over instrumentation keys. New Azure regions **require** the use of connection strings instead of instrumentation keys. Connection string identifies the resource that you want to associate your telemetry data with. It also allows you to modify the endpoints your resource will use as a destination for your telemetry. You will need to copy the connection string and add it to your application's code or to an environment variable.
3028
1. Sign in to the [Azure portal](https://portal.azure.com/).
3129
2. In the Azure portal, create an Application Insights resource. Set the application type to Java web application.
3230

includes/azure-monitor-instrumentation-key-deprecation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ms.custom: "include file"
1111
---
1212

1313
>[!NOTE]
14-
>On March 31st, 2025, support for instrumentation key ingestion will end. Instrumentation key ingestion will continue to work, but we’ll no longer provide updates or support for the feature. [Transition to connection strings](../articles/azure-monitor/app/migrate-from-instrumentation-keys-to-connection-strings.md) to remain supported.
14+
>On March 31st, 2025, support for instrumentation key ingestion will end. Instrumentation key ingestion will continue to work, but we’ll no longer provide updates or support for the feature. [Transition to connection strings](../articles/azure-monitor/app/migrate-from-instrumentation-keys-to-connection-strings.md) to remain supported and take advantage of new capabilities.

0 commit comments

Comments
 (0)