Skip to content

Commit c3f550d

Browse files
authored
Merge pull request #176158 from mattchenderson/rolescope
adding role assignment scope note
2 parents e97d53f + d31137e commit c3f550d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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. 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 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.
1010

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

includes/functions-service-bus-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 topics and queues at runtime. 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 Service Bus 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 topics and queues at runtime. The scope of the role assignment must be for a Service Bus namespace, not limited to a specific queue or topic. 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 Service Bus 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)