Skip to content

Commit a850af1

Browse files
authored
Merge pull request #101415 from Silverutm/patch-1
Update hdinsight-hadoop-oms-log-analytics-tutorial.md
2 parents 76df92e + 9825e5f commit a850af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/hdinsight-hadoop-oms-log-analytics-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ $LAW = "<your-Log-Analytics-workspace>"
232232
# obtain workspace id for defined Log Analytics workspace
233233
$WorkspaceId = (Get-AzOperationalInsightsWorkspace `
234234
-ResourceGroupName $resourceGroup `
235-
-Name $LAW).CustomerId
235+
-Name $LAW).ResourceId
236236
237237
# obtain primary key for defined Log Analytics workspace
238238
$PrimaryKey = (Get-AzOperationalInsightsWorkspace `

0 commit comments

Comments
 (0)