You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/security-authorization.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ For a list of operation supported by Azure Event Grid, run the following Azure C
15
15
az provider operation show --namespace Microsoft.EventGrid
16
16
```
17
17
18
-
The following operations return potentially secret information, which gets filtered out of normal read operations. It's recommended that you restrict access to these operations.
18
+
The following operations return potentially secret information, which gets filtered out of normal read operations. We recommend that you restrict access to these operations.
|[`EventGrid Contributor`](../role-based-access-control/built-in-roles.md#eventgrid-contributor)| Lets you create and manage Event Grid resources. |
38
+
|[`EventGrid Data Sender`](../role-based-access-control/built-in-roles.md#eventgrid-data-sender)| Lets you send events to Event Grid topics. |
39
39
40
40
41
41
> [!NOTE]
@@ -90,7 +90,7 @@ The following are sample Event Grid role definitions that allow users to take di
90
90
}
91
91
```
92
92
93
-
**EventGridContributorRole.json**: Allows all event grid actions.
93
+
**EventGridContributorRole.json**: Allows all Event Grid actions.
94
94
95
95
```json
96
96
{
@@ -126,14 +126,14 @@ If you're using an event handler that isn't a WebHook (such as an event hub or q
126
126
You must have the **Microsoft.EventGrid/EventSubscriptions/Write** permission on the resource that is the event source. You need this permission because you're writing a new subscription at the scope of the resource. The required resource differs based on whether you're subscribing to a system topic or custom topic. Both types are described in this section.
127
127
128
128
### System topics (Azure service publishers)
129
-
For system topics, if you are not the owner or contributor of the source resource, you need permission to write a new event subscription at the scope of the resource publishing the event. The format of the resource is:
129
+
For system topics, if you aren't the owner or contributor of the source resource, you need permission to write a new event subscription at the scope of the resource publishing the event. The format of the resource is:
0 commit comments