Skip to content

Commit 6899ee3

Browse files
authored
Merge pull request #188890 from AaronMaxwell/aaronmax-strings-update
[AppInsights][AaronMax] updating article per peer review suggestions
2 parents dd13ec8 + e015938 commit 6899ee3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-monitor/app/migrate-from-instrumentation-keys-to-connection-strings.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Migrate from instrumentation keys to connection strings
2+
title: Migrate from Application Insights instrumentation keys to connection strings
33
description: Learn the steps required to upgrade from Azure Monitor Application Insights instrumentation keys to connection strings
44
ms.topic: conceptual
55
ms.date: 02/14/2022
66
---
77

8-
# Migrate from instrumentation keys to connection strings
8+
# Migrate from Application Insights instrumentation keys to connection strings
99

1010
This guide walks through migrating from [instrumentation keys](separate-resources.md#about-resources-and-instrumentation-keys) to [connection strings](sdk-connection-string.md#overview).
1111

@@ -35,7 +35,7 @@ Use environment variables to pass a connection string to the Application Insight
3535

3636
To set a connection string via environment variable, place the value of the connection string into an environment variable named “APPLICATIONINSIGHTS_CONNECTION_STRING”.
3737

38-
This process can be automated in your Azure deployments. For example, the following ARM template shows how you can automatically include the correct connection string with an App Services deployment (be sure to include any other App Settings your app requires):
38+
This process can be [automated in your Azure deployments](../../azure-resource-manager/templates/deploy-portal.md#deploy-resources-with-arm-templates-and-azure-portal). For example, the following ARM template shows how you can automatically include the correct connection string with an App Services deployment (be sure to include any other App Settings your app requires):
3939

4040
```JSON
4141
{
@@ -106,11 +106,11 @@ Connection strings provide a single configuration setting and eliminate the need
106106

107107
### Missing data
108108

109-
1. Confirm you're using a [supported SDK version](#supported-sdk-versions). If you use Application Insights integration in another Azure product offering, check its documentation on how to properly configure a connection string.
109+
- Confirm you're using a [supported SDK version](#supported-sdk-versions). If you use Application Insights integration in another Azure product offering, check its documentation on how to properly configure a connection string.
110110

111-
1. Confirm you aren't setting both an instrumentation key and connection string at the same time. Instrumentation key settings should be removed from your configuration.
111+
- Confirm you aren't setting both an instrumentation key and connection string at the same time. Instrumentation key settings should be removed from your configuration.
112112

113-
1. Confirm your connection string is exactly as provided in the Azure portal.
113+
- Confirm your connection string is exactly as provided in the Azure portal.
114114

115115
### Environment variables aren't working
116116

@@ -130,7 +130,7 @@ You can't enable [Azure AD authentication](azure-ad-authentication.md) for [auto
130130

131131
### What is the difference between global and regional ingestion?
132132

133-
Global ingestion sends all telemetry data to a single endpoint, no matter where this data will end up or be stored. Regional ingestion allows you to define specific endpoints per region for data ingestion, ensuring data stays within a specific region during processing and storage.
133+
Global ingestion sends all telemetry data to a single endpoint, no matter where this data will be stored. Regional ingestion allows you to define specific endpoints per region for data ingestion, ensuring data stays within a specific region during processing and storage.
134134

135135
### How do connection strings impact the billing?
136136

0 commit comments

Comments
 (0)