Skip to content

Commit 2fcd890

Browse files
authored
Merge pull request #213187 from shreyabatra4/eh-ra
Scope of Role Assignment Correction
2 parents 63f3663 + 37a05dd commit 2fcd890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-event-hubs-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 10/08/2021
66
ms.author: mahender
77
---
88

9-
You will need to create a role assignment that provides access to your event hub at runtime. The scope of the role assignment must be for an Event Hubs namespace, not the event hub itself. Management roles like [Owner](../articles/role-based-access-control/built-in-roles.md#owner) are not sufficient. The following table shows built-in roles that are recommended when using the Event Hubs extension in normal operation. Your application may require additional permissions based on the code you write.
9+
You will need to create a role assignment that provides access to your event hub at runtime. The scope of the role assignment can be for an Event Hubs namespace, or the event hub itself. Management roles like [Owner](../articles/role-based-access-control/built-in-roles.md#owner) are not sufficient. The following table shows built-in roles that are recommended when using the Event Hubs extension in normal operation. Your application may require additional permissions based on the code you write.
1010

1111
| Binding type | Example built-in roles |
1212
|----------------|-----------------------------------------------------------------|

0 commit comments

Comments
 (0)