Skip to content

Commit 22432be

Browse files
authored
Merge pull request #210066 from paulth1/five-app-articles
edit pass: Five app articles
2 parents c231dd7 + 04075af commit 22432be

10 files changed

+371
-362
lines changed

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

Lines changed: 111 additions & 104 deletions
Large diffs are not rendered by default.

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

Lines changed: 88 additions & 83 deletions
Large diffs are not rendered by default.

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

Lines changed: 46 additions & 47 deletions
Large diffs are not rendered by default.

articles/azure-monitor/app/java-in-process-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Java auto-instrumentation is enabled through configuration changes; no code chan
2222

2323
- Java application using Java 8+
2424
- Azure subscription: [Create an Azure subscription for free](https://azure.microsoft.com/free/)
25-
- Application Insights resource: [Create an Application Insights resource](create-workspace-resource.md#create-workspace-based-resource)
25+
- Application Insights resource: [Create an Application Insights resource](create-workspace-resource.md#create-a-workspace-based-resource)
2626

2727
### Enable Azure Monitor Application Insights
2828

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This guide walks through migrating from [instrumentation keys](separate-resource
2525

2626
1. Hover over the connection string and select the “Copy to clipboard” icon.
2727

28-
1. Configure the Application Insights SDK by following [How to set connection strings](sdk-connection-string.md#how-to-set-a-connection-string).
28+
1. Configure the Application Insights SDK by following [How to set connection strings](sdk-connection-string.md#set-a-connection-string).
2929

3030
> [!IMPORTANT]
3131
> Using both a connection string and instrumentation key isn't recommended. Whichever was set last takes precedence.
@@ -92,7 +92,7 @@ Connection strings provide a single configuration setting and eliminate the need
9292

9393
- **Security:** Connection strings allow authenticated telemetry ingestion by using [Azure AD authentication for Application Insights](azure-ad-authentication.md).
9494

95-
- **Customized endpoints (sovereign or hybrid cloud environments):** Endpoint settings allow sending data to a specific [Azure Government region](custom-endpoints.md#regions-that-require-endpoint-modification). ([see examples](sdk-connection-string.md#how-to-set-a-connection-string))
95+
- **Customized endpoints (sovereign or hybrid cloud environments):** Endpoint settings allow sending data to a specific [Azure Government region](custom-endpoints.md#regions-that-require-endpoint-modification). ([see examples](sdk-connection-string.md#set-a-connection-string))
9696

9797
- **Privacy (regional endpoints)** – Connection strings ease privacy concerns by sending data to regional endpoints, ensuring data doesn't leave a geographic region.
9898

articles/azure-monitor/app/opentelemetry-enable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Follow the steps in this section to instrument your application with OpenTelemet
9494
### Prerequisites
9595

9696
- Azure subscription: [Create an Azure subscription for free](https://azure.microsoft.com/free/)
97-
- Application Insights resource: [Create an Application Insights resource](create-workspace-resource.md#create-workspace-based-resource)
97+
- Application Insights resource: [Create an Application Insights resource](create-workspace-resource.md#create-a-workspace-based-resource)
9898

9999
### [.NET](#tab/net)
100100

@@ -316,7 +316,7 @@ As part of using Application Insights instrumentation, we collect and send diagn
316316

317317
## Set the Cloud Role Name and the Cloud Role Instance
318318

319-
You might set the [Cloud Role Name](app-map.md#understanding-cloud-role-name-within-the-context-of-the-application-map) and the Cloud Role Instance via [Resource](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/sdk.md#resource-sdk) attributes. This step updates Cloud Role Name and Cloud Role Instance from their default values to something that makes sense to your team. They'll appear on the Application Map as the name underneath a node. Cloud Role Name uses `service.namespace` and `service.name` attributes, although it falls back to `service.name` if `service.namespace` isn't set. Cloud Role Instance uses the `service.instance.id` attribute value.
319+
You might set the [Cloud Role Name](app-map.md#understand-the-cloud-role-name-within-the-context-of-an-application-map) and the Cloud Role Instance via [Resource](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/sdk.md#resource-sdk) attributes. This step updates Cloud Role Name and Cloud Role Instance from their default values to something that makes sense to your team. They'll appear on the Application Map as the name underneath a node. Cloud Role Name uses `service.namespace` and `service.name` attributes, although it falls back to `service.name` if `service.namespace` isn't set. Cloud Role Instance uses the `service.instance.id` attribute value.
320320

321321
### [.NET](#tab/net)
322322

articles/azure-monitor/app/sdk-connection-string.md

Lines changed: 74 additions & 78 deletions
Large diffs are not rendered by default.

articles/azure-monitor/app/status-monitor-v2-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2121

2222
### Install prerequisites
2323

24-
- To enable monitoring you will require a connection string. A connection string is displayed on the Overview blade of your Application Insights resource. For more information, see page [Connection Strings](./sdk-connection-string.md?tabs=net#finding-my-connection-string).
24+
- To enable monitoring you will require a connection string. A connection string is displayed on the Overview blade of your Application Insights resource. For more information, see page [Connection Strings](./sdk-connection-string.md?tabs=net#find-your-connection-string).
2525

2626
> [!NOTE]
2727
> As of April 2020, PowerShell Gallery has deprecated TLS 1.1 and 1.0.

articles/azure-monitor/app/usage-heart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ These dimensions are measured independently, but they interact with each other a
3535
## Get started
3636
### Prerequisites
3737
- Azure subscription: [Create an Azure subscription for free](https://azure.microsoft.com/free/)
38-
- Application Insights resource: [Create an Application Insights resource](create-workspace-resource.md#create-workspace-based-resource)
38+
- Application Insights resource: [Create an Application Insights resource](create-workspace-resource.md#create-a-workspace-based-resource)
3939
- Instrument the below attributes to calculate HEART metrics:
4040

4141
| Source | Attribute | Description |

0 commit comments

Comments
 (0)