Skip to content

Commit 0f3ac7f

Browse files
authored
Merge pull request #10986 from riwasa/patch-1
Corrected PowerShell variable name
2 parents 9d1f0de + 47e83df commit 0f3ac7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/monitoring-and-diagnostics/monitoring-stream-activity-logs-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If a log profile already exists, you first need to remove the existing log profi
7272
$eventHubNamespace = "<event hub namespace>"
7373
7474
# Build the service bus rule Id from the settings above
75-
$serviceBusRuleId = "/subscriptions/$subscriptionId/resourceGroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventHubNamespaceName/authorizationrules/RootManageSharedAccessKey"
75+
$serviceBusRuleId = "/subscriptions/$subscriptionId/resourceGroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventHubNamespace/authorizationrules/RootManageSharedAccessKey"
7676
7777
Add-AzureRmLogProfile -Name $logProfileName -Location $locations -ServiceBusRuleId $serviceBusRuleId
7878
```

0 commit comments

Comments
 (0)