Skip to content

Commit a1fa311

Browse files
(AzureCXP) MicrosoftDocs/azure-docs#49711
Fixing the reference to "Get-AzEventHubNamespaceKey" by updating it to "Get-AzEventHubKey"
1 parent adc913d commit a1fa311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/event-hubs-get-connection-string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This article walks you through various ways of obtaining the connection string.
5353

5454
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
5555

56-
You can use the [Get-AzEventHubNamespaceKey](/powershell/module/az.eventhub/get-azeventhubkey) to get the connection string for the specific policy/rule name as shown below:
56+
You can use the [Get-AzEventHubKey](/powershell/module/az.eventhub/get-azeventhubkey) to get the connection string for the specific policy/rule name as shown below:
5757

5858
```azurepowershell-interactive
5959
Get-AzEventHubKey -ResourceGroupName dummyresourcegroup -NamespaceName dummynamespace -AuthorizationRuleName RootManageSharedAccessKey

0 commit comments

Comments
 (0)