You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/annotations.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ If you can't use one of the deployment tasks in the previous section, you need t
44
44
45
45
:::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":::
46
46
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**.
48
48
1. Add the following arguments. Replace the angle-bracketed placeholders with your values to **Script Arguments**. The `-releaseProperties` are optional.
49
49
50
50
```powershell
@@ -74,7 +74,7 @@ If you can't use one of the deployment tasks in the previous section, you need t
|`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|
|`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
+
128
128
## View annotations
129
129
130
130
> [!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.
132
132
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:
134
134
135
135
- **Performance:**
136
136
@@ -149,9 +149,9 @@ Whenever you use the release template to deploy a new release, an annotation is
149
149
150
150
:::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":::
151
151
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**.
153
153
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.":::
155
155
156
156
Select any annotation marker to open details about the release, including requestor, source control branch, release pipeline, and environment.
157
157
@@ -160,7 +160,7 @@ Select any annotation marker to open details about the release, including reques
160
160
Release annotations are a feature of the cloud-based Azure Pipelines service of Azure DevOps.
161
161
162
162
> [!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.
164
164
165
165
### Install the annotations extension (one time)
166
166
@@ -221,7 +221,7 @@ Create a separate API key for each of your Azure Pipelines release templates.
221
221
To use the new release annotations:
222
222
1. [Remove the Release Annotations extension](/azure/devops/marketplace/uninstall-disable-extensions).
223
223
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).
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/source-map-support.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ If you already have an existing storage account or blob container, you can skip
20
20
1.[Create a new storage account][create storage account].
21
21
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.
22
22
23
-
> [!div class="mx-imgBorder"]
24
-
>
23
+
> [!div class="mx-imgBorder"]
24
+
>
0 commit comments