Skip to content

Commit a994238

Browse files
authored
Apply suggestions from PR review
Acrolinx fix.
1 parent d30c826 commit a994238

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
@@ -23,7 +23,7 @@ The connection string for a namespace looks like:
2323
Endpoint=sb://<NamespaceName>.servicebus.windows.net/;SharedAccessKeyName=<KeyName>;SharedAccessKey=<KeyValue>
2424
```
2525

26-
The connection string for an event hub has an extra component in it, i.e, `EntityPath=<EventHubName>`.
26+
The connection string for an event hub has an extra component in it, i.e., `EntityPath=<EventHubName>`.
2727

2828
```bash
2929
Endpoint=sb://<NamespaceName>.servicebus.windows.net/;SharedAccessKeyName=<KeyName>;SharedAccessKey=<KeyValue>;EntityPath=<EventHubName>

0 commit comments

Comments
 (0)