Skip to content

Commit 5153050

Browse files
Merge pull request #291276 from spelluru/patch-518498
RBAC roles for Event Hubs Data Explorer
2 parents 7467523 + 8dcc693 commit 5153050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/event-hubs-data-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Operations run on an Azure Event Hubs namespace are of two kinds.
2222
> * The Event Hubs Data Explorer doesn't support **management operations**. The event hub must be created before the data explorer can send or view events from that event hub.
2323
> * While events payloads (known as **values** in Kafka) sent using the **Kafka protocol** will be visible via the data explorer, the **key** for the specific event will not be visible.
2424
> * We advise against using the Event Hubs Data Explorer for larger messages, as this may result in timeouts, depending on the message size, network latency between client and Service Bus service etc. Instead, we recommend that you use your own client to work with larger messages, where you can specify your own timeout values.
25-
>
25+
> * The operations that a user can perform using Event Hubs Data Exploerer is determined by the [role-based access control (RBAC)](authorize-access-azure-active-directory.md#azure-built-in-roles-for-azure-event-hubs) role that the user is assigned to.
2626
2727
## Prerequisites
2828

0 commit comments

Comments
 (0)