You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/event-hubs-get-connection-string.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
---
2
-
title: Get connection string - Azure Event Hubs
3
-
description: This article provides instructions for getting a connection string that clients can use to connect to Azure Event Hubs.
2
+
title: Get Connection String for Azure Event Hubs
3
+
description: Learn how to get a connection string for Azure Event Hubs using the portal, PowerShell, or CLI to enable secure communication with your event hub.
# Customer intent: As a developer, I want to know how to get a connection string to an Event Hubs namespace or an event hub.
8
8
---
9
9
10
-
# Get an Event Hubs connection string
10
+
11
+
# Get an Azure Event Hubs connection string
11
12
To communicate with an event hub in a namespace, you need a connection string for the namespace or the event hub. If you use a connection string to the namespace from your application, the application will have the provided access (manage, read, or write) to all event hubs in the namespace. If you use a connection string to the event hub, you'll have the provided access to that specific event hub.
12
13
13
14
The connection string for a namespace has the following components embedded within it,
@@ -22,7 +23,7 @@ The connection string for a namespace looks like:
0 commit comments