File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Azure Monitor Agent (AMA) migration guide for Azure HDInsight clusters
3
3
description : Learn how to migrate to Azure Monitor Agent (AMA) in Azure HDInsight clusters.
4
4
ms.service : azure-hdinsight
5
5
ms.topic : how-to
6
- ms.date : 09/06 /2024
6
+ ms.date : 09/12 /2024
7
7
---
8
8
9
9
# Azure Monitor Agent (AMA) migration guide for Azure HDInsight clusters
@@ -177,7 +177,7 @@ Activate the new integration by going to your cluster's portal page and scrollin
177
177
178
178
$hdinsightClusterResourceId = "/subscriptions/{subscription}/resourceGroups/{resourceGroup}/providers/Microsoft.HDInsight/clusters/{clusterName}"
179
179
180
- $dcrAssociationName = "dcrAssociationName {yourDcrAssociation} "
180
+ $dcrAssociationName = "{yourDcrAssociation}"
181
181
182
182
New-AzDataCollectionRuleAssociation -AssociationName $dcrAssociationName -ResourceUri $hdinsightClusterResourceId -DataCollectionRuleId $dcr.Id
183
183
```
You can’t perform that action at this time.
0 commit comments