Skip to content

Commit 137a405

Browse files
committed
fixing broken bookmarks
1 parent 73b8283 commit 137a405

7 files changed

+12
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Components are independently deployable parts of your distributed or microservic
2222
* Components run on any number of server, role, or container instances.
2323
* Components can be separate Application Insights resources, even if subscriptions are different. They can also be different roles that report to a single Application Insights resource. The preview map experience shows the components regardless of how they're set up.
2424

25-
## Composite Application Map
25+
## Composite application map
2626

2727
You can see the full application topology across multiple levels of related application components. Components can be different Application Insights resources or different roles in a single resource. The application map finds components by following HTTP dependency calls made between servers with the Application Insights SDK installed.
2828

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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ ms.reviewer: cogoodson
99

1010
# Connection strings
1111

12+
This article shows how to use connection strings.
13+
14+
## Overview
15+
1216
Connection strings define where to send telemetry data.
1317

1418
Key-value pairs provide an easy way for users to define a prefix suffix combination for each Application Insights service or product.

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)