Skip to content

Commit e202ffe

Browse files
committed
Incorporated PM's review inputs
1 parent b18db7a commit e202ffe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/automation/change-tracking/enable-vms-monitoring-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ Follow these steps to associate the data collection rule to the Arc-enabled VMs:
7676

7777
:::image type="content" source="media/enable-vms-monitoring-agent/monitor-menu-data-collection-rules.png" alt-text="Screenshot showing the menu option to access data collection rules from Azure Monitor." lightbox="media/enable-vms-monitoring-agent/monitor-menu-data-collection-rules.png":::
7878

79-
1. Select the data collection rule from the listing page.
79+
1. Select the data collection rule that you have created in Step 1 from the listing page.
8080
1. In the data collection rule page, under **Configurations**, select **Resources** and then select **Add**.
8181

8282
:::image type="content" source="media/enable-vms-monitoring-agent/select-resources.png" alt-text="Screenshot showing the menu option to select resources from the data collection rule page." lightbox="media/enable-vms-monitoring-agent/select-resources.png":::
8383

84-
1. In the **Select a scope**, from **Resource types**, select *Machines-Azure Arc* that is connected to the subscription and then select **Apply** to associate the *ctdcr* to the Arc-enabled machine and it will also install the Azure Monitoring Agent extension.
84+
1. In the **Select a scope**, from **Resource types**, select *Machines-Azure Arc* that is connected to the subscription and then select **Apply** to associate the *ctdcr* created in Step 1 to the Arc-enabled machine and it will also install the Azure Monitoring Agent extension.
8585

8686
:::image type="content" source="media/enable-vms-monitoring-agent/scope-select-arc-machines.png" alt-text="Screenshot showing the selection of Arc-enabled machines from the scope." lightbox="media/enable-vms-monitoring-agent/scope-select-arc-machines.png":::
8787

@@ -96,7 +96,7 @@ Follow these steps to associate the data collection rule to the Arc-enabled VMs:
9696
**Windows**
9797

9898
```azurecli
99-
az connectedmachine extension create --name ChangeTracking-Linux --publisher Microsoft.Azure.ChangeTrackingAndInventory --type-handler-version 2.20 --type ChangeTracking-Windows --machine-name XYZ --resource-group XYZ-RG --location X --enable-auto-upgrade
99+
az connectedmachine extension create --name ChangeTracking-windows --publisher Microsoft.Azure.ChangeTrackingAndInventory --type-handler-version 2.20 --type ChangeTracking-Windows --machine-name XYZ --resource-group XYZ-RG --location X --enable-auto-upgrade
100100
```
101101
---
102102

0 commit comments

Comments
 (0)