Skip to content

Commit 34cc611

Browse files
committed
freshness review
1 parent 9cf5f38 commit 34cc611

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/event-grid/security-authorization.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Event Grid security and authentication
33
description: Describes Azure Event Grid and its concepts.
44
ms.topic: conceptual
5-
ms.date: 10/25/2022
5+
ms.date: 11/27/2023
66
---
77

88
# Authorizing access to Event Grid resources
@@ -25,10 +25,6 @@ The following operations return potentially secret information, which gets filte
2525
## Built-in roles
2626
Event Grid provides the following three built-in roles.
2727

28-
The Event Grid Subscription Reader and Event Grid Subscription Contributor roles are for managing event subscriptions. They're important when implementing [event domains](event-domains.md) because they give users the permissions they need to subscribe to topics in your event domain. These roles are focused on event subscriptions and don't grant access for actions such as creating topics.
29-
30-
The Event Grid Contributor role allows you to create and manage Event Grid resources.
31-
3228

3329
| Role | Description |
3430
| ---- | ----------- |
@@ -37,14 +33,19 @@ The Event Grid Contributor role allows you to create and manage Event Grid resou
3733
| [`EventGrid Contributor`](../role-based-access-control/built-in-roles.md#eventgrid-contributor) | Lets you create and manage Event Grid resources. |
3834
| [`EventGrid Data Sender`](../role-based-access-control/built-in-roles.md#eventgrid-data-sender) | Lets you send events to Event Grid topics. |
3935

36+
The **Event Grid Subscription Reader** and **Event Grid Subscription Contributor** roles are for managing event subscriptions. They're important when implementing [event domains](event-domains.md) because they give users the permissions they need to subscribe to topics in your event domain. These roles are focused on event subscriptions and don't grant access for actions such as creating topics.
37+
38+
The **Event Grid Contributor** role allows you to create and manage Event Grid resources.
39+
40+
4041

4142
> [!NOTE]
4243
> Select links in the first column to navigate to an article that provides more details about the role. For instructions on how to assign users or groups to RBAC roles, see [this article](../role-based-access-control/quickstart-assign-role-user-portal.md).
4344
4445

4546
## Custom roles
4647

47-
If you need to specify permissions that are different than the built-in roles, you can create custom roles.
48+
If you need to specify permissions that are different than the built-in roles, create custom roles.
4849

4950
The following are sample Event Grid role definitions that allow users to take different actions. These custom roles are different from the built-in roles because they grant broader access than just event subscriptions.
5051

0 commit comments

Comments
 (0)