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/automation/change-tracking/enable-vms-monitoring-agent.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Using the Deploy if not exist (DINE) policy, you can enable Change tracking with
93
93
1. In the **Enable ChangeTracking and Inventory for virtual machines** page, enter the following options:
94
94
1. In **Basics**, you can define the scope. Select the three dots to configure a scope. In the **Scope** page, provide the **Subscription** and **Resource group**.
95
95
1. In **Parameters**, select the option in the **Bring your own user assigned managed identity**.
96
-
1. Provide the **Data Collection Rule Resource id**. Learn more on [how to create data collection rule](#create-data-collection-rule).
96
+
1. Provide the **Data Collection Rule Resource id**. Learn more on [how to obtain the Data Collection Rule Resource id after you create the Data collection rule](#create-data-collection-rule).
97
97
1. Select **Review + create**.
98
98
99
99
@@ -104,15 +104,17 @@ Using the Deploy if not exist (DINE) policy, you can enable Change tracking with
104
104
:::image type="content" source="media/enable-vms-monitoring-agent/build-template.png" alt-text="Screenshot to get started with building a template.":::
105
105
1. In the **Edit template**, select **Load file** to upload the *CtDcrCreation.json* file.
106
106
1. Select **Save**.
107
-
1. In the **Custom deployment** > **Basics** tab, provide **Subscription** and **Resource group** where you want to deploy DCR. The **Data Collection Rule Name** is optional.
107
+
1. In the **Custom deployment** > **Basics** tab, provide **Subscription** and **Resource group** where you want to deploy the Data Collection Rule. The **Data Collection Rule Name** is optional.
108
108
:::image type="content" source="media/enable-vms-monitoring-agent/build-template-basics.png" alt-text="Screenshot to provide subscription and resource group details to deploy data collection rule.":::
109
109
110
110
>[!NOTE]
111
-
>- Ensure that the name of your DCR is unique in that resource group, else the deployment will overwrite the existing DCR.
111
+
>- Ensure that the name of your Data Collection Rule is unique in that resource group, else the deployment will overwrite the existing Data Collection Rule.
112
112
>- The Log Analytics Workspace Resource Id specifies the Azure resource ID of the Log Analytics workspace used to store change tracking data. Ensure that location of workspace is from the [Change tracking supported regions](../how-to/region-mappings.md)
113
113
114
114
1. Select **Review+create** > **Create** to initiate the deployment of *CtDcrCreation*.
115
-
1. After the deployment is complete, select **CtDcr-Deployment** to see the DCR Name. Use the **Resource ID** of the newly created DCR for Change tracking and inventory deployment through policy.
115
+
1. After the deployment is complete, select **CtDcr-Deployment** to see the DCR Name. Use the **Resource ID** of the newly created Data Collection Rule for Change tracking and inventory deployment through policy.
116
+
117
+
:::image type="content" source="media/enable-vms-monitoring-agent/deployment-confirmation.png" alt-text="Screenshot of deployment notification.":::
0 commit comments