Skip to content

Commit 34a7de6

Browse files
authored
Merge pull request #52831 from Delapouite/patch-1
fix(event-hubs): correct typo rouge → rogue
2 parents 6f4ac9a + 078bfb2 commit 34a7de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/authenticate-shared-access-signature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Shared access signature (SAS) gives you granular control over the type of access
1818
- The permissions granted by the SAS. For example, a SAS for an Event Hubs namespace might grant the listen permission, but not the send permission.
1919
- Only clients that present valid credentials can send data to an event hub.
2020
- A client can't impersonate another client.
21-
- A rouge client can be blocked from sending data to an event hub.
21+
- A rogue client can be blocked from sending data to an event hub.
2222

2323
This article covers authenticating the access to Event Hubs resources using SAS. To learn about **authorizing** access to Event Hubs resources using SAS, see [this article](authorize-access-shared-access-signature.md).
2424

@@ -230,4 +230,4 @@ See the following related articles:
230230
- [Authenticate requests to Azure Event Hubs from an application using Azure Active Directory](authenticate-application.md)
231231
- [Authenticate a managed identity with Azure Active Directory to access Event Hubs Resources](authenticate-managed-identity.md)
232232
- [Authorize access to Event Hubs resources using Azure Active Directory](authorize-access-azure-active-directory.md)
233-
- [Authorize access to Event Hubs resources using Shared Access Signatures](authorize-access-shared-access-signature.md)
233+
- [Authorize access to Event Hubs resources using Shared Access Signatures](authorize-access-shared-access-signature.md)

0 commit comments

Comments
 (0)