Skip to content

Commit 43475a5

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#103399
We made changes in line no:30 From Event Hub-specific Shared Access Signature (SAS) token gain publishing access. To Event Hub-specific Shared Access Signature (SAS) token "to" gain publishing access.
1 parent 073a6c6 commit 43475a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/event-hubs-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ An Event Hubs namespace is a management container for event hubs (or topics, in
2727

2828
## Event publishers
2929

30-
Any entity that sends data to an event hub is an *event publisher* (synonymously used with *event producer*). Event publishers can publish events using HTTPS or AMQP 1.0 or the Kafka protocol. Event publishers use Azure Active Directory based authorization with OAuth2-issued JWT tokens or an Event Hub-specific Shared Access Signature (SAS) token gain publishing access.
30+
Any entity that sends data to an event hub is an *event publisher* (synonymously used with *event producer*). Event publishers can publish events using HTTPS or AMQP 1.0 or the Kafka protocol. Event publishers use Azure Active Directory based authorization with OAuth2-issued JWT tokens or an Event Hub-specific Shared Access Signature (SAS) token to gain publishing access.
3131

3232
### Publishing an event
3333

0 commit comments

Comments
 (0)