Skip to content

Commit 5bfc779

Browse files
committed
fixing broken bookmark
1 parent 155e4a2 commit 5bfc779

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

articles/azure-monitor/app/annotations.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you can't use one of the deployment tasks in the previous section, you need t
4444

4545
:::image type="content" source="./media/annotations/add-azure-cli.png" alt-text="Screenshot that shows adding a new task and selecting Azure CLI." lightbox="./media/annotations/add-azure-cli.png":::
4646
1. Specify the relevant Azure subscription. Change **Script Type** to **PowerShell** and **Script Location** to **Inline**.
47-
1. Add the [PowerShell script from step 2 in the next section](#create-release-annotations-with-azure-cli) to **Inline Script**.
47+
1. Add the [PowerShell script from step 2 in the next section](#create-release-annotations-with-the-azure-cli) to **Inline Script**.
4848
1. Add the following arguments. Replace the angle-bracketed placeholders with your values to **Script Arguments**. The `-releaseProperties` are optional.
4949

5050
```powershell
@@ -74,7 +74,7 @@ If you can't use one of the deployment tasks in the previous section, you need t
7474
"TeamFoundationCollectionUri"="$(System.TeamFoundationCollectionUri)" }
7575
```
7676
77-
1. Save.
77+
1. Select **Save**.
7878
7979
## Create release annotations with the Azure CLI
8080
@@ -119,18 +119,18 @@ You can use the `CreateReleaseAnnotation` PowerShell script to create annotation
119119
"TriggerBy"="<Your name>" }
120120
```
121121
122-
|Argument | Definition | Note|
123-
|--------------|-----------------------|--------------------|
124-
|`aiResourceId` | The resource ID to the target Application Insights resource. | Example:<br> /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyRGName/providers/microsoft.insights/components/MyResourceName|
125-
|`releaseName` | The name to give the created release annotation. | |
126-
|`releaseProperties` | Used to attach custom metadata to the annotation. | Optional|
127-
122+
|Argument | Definition | Note|
123+
|--------------|-----------------------|--------------------|
124+
|`aiResourceId` | The resource ID to the target Application Insights resource. | Example:<br> /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyRGName/providers/microsoft.insights/components/MyResourceName|
125+
|`releaseName` | The name to give the created release annotation. | |
126+
|`releaseProperties` | Used to attach custom metadata to the annotation. | Optional|
127+
128128
## View annotations
129129
130130
> [!NOTE]
131-
> Release annotations aren't currently available in the **Metrics** pane of Application Insights
131+
> Release annotations aren't currently available in the **Metrics** pane of Application Insights.
132132
133-
Whenever you use the release template to deploy a new release, an annotation is sent to Application Insights. You can view the annotations in the following locations:
133+
Whenever you use the release template to deploy a new release, an annotation is sent to Application Insights. You can view annotations in the following locations:
134134
135135
- **Performance:**
136136
@@ -149,9 +149,9 @@ Whenever you use the release template to deploy a new release, an annotation is
149149
150150
:::image type="content" source="./media/annotations/workbooks-annotations.png" alt-text="Screenshot that shows the Workbooks pane with a time series log-based query with annotations displayed." lightbox="./media/annotations/workbooks-annotations.png":::
151151
152-
To enable annotations in your workbook, go to **Advanced Settings** and select **Show annotations**.
152+
To enable annotations in your workbook, go to **Advanced Settings** and select **Show annotations**.
153153
154-
:::image type="content" source="./media/annotations/workbook-show-annotations.png" alt-text="Screenshot that shows the Advanced Settings menu with the show annotations checkbox highlighted.":::
154+
:::image type="content" source="./media/annotations/workbook-show-annotations.png" alt-text="Screenshot that shows the Advanced Settings menu with the show annotations checkbox highlighted.":::
155155
156156
Select any annotation marker to open details about the release, including requestor, source control branch, release pipeline, and environment.
157157
@@ -160,7 +160,7 @@ Select any annotation marker to open details about the release, including reques
160160
Release annotations are a feature of the cloud-based Azure Pipelines service of Azure DevOps.
161161
162162
> [!IMPORTANT]
163-
> Annotations using API keys is deprecated. We recommend using the [Azure CLI](#create-release-annotations-with-azure-cli) instead.
163+
> Annotations using API keys is deprecated. We recommend using the [Azure CLI](#create-release-annotations-with-the-azure-cli) instead.
164164
165165
### Install the annotations extension (one time)
166166
@@ -221,7 +221,7 @@ Create a separate API key for each of your Azure Pipelines release templates.
221221
To use the new release annotations:
222222
1. [Remove the Release Annotations extension](/azure/devops/marketplace/uninstall-disable-extensions).
223223
1. Remove the Application Insights Release Annotation task in your Azure Pipelines deployment.
224-
1. Create new release annotations with [Azure Pipelines](#release-annotations-with-azure-pipelines-build) or the [Azure CLI](#create-release-annotations-with-azure-cli).
224+
1. Create new release annotations with [Azure Pipelines](#release-annotations-with-azure-pipelines-build) or the [Azure CLI](#create-release-annotations-with-the-azure-cli).
225225
226226
## Next steps
227227

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ If you already have an existing storage account or blob container, you can skip
2020
1. [Create a new storage account][create storage account].
2121
1. [Create a blob container][create blob container] inside your storage account. Set **Public access level** to **Private** to ensure that your source maps aren't publicly accessible.
2222

23-
> [!div class="mx-imgBorder"]
24-
>![Screenshot that shows setting the container access level to Private.](./media/source-map-support/container-access-level.png)
23+
> [!div class="mx-imgBorder"]
24+
>![Screenshot that shows setting the container access level to Private.](./media/source-map-support/container-access-level.png)
2525
2626
## Push your source maps to your blob container
2727

0 commit comments

Comments
 (0)