Skip to content

Commit 5f33651

Browse files
committed
Address confusions about RBAC setting
1 parent 86b2c1d commit 5f33651

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

articles/data-factory/how-to-create-custom-event-trigger.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ Data Factory doesn't require special permission to your Event Grid. You also do
152152

153153
Specifically, you need `Microsoft.EventGrid/EventSubscriptions/Write` permission on `/subscriptions/####/resourceGroups//####/providers/Microsoft.EventGrid/topics/someTopics`.
154154

155+
- When authoring in the data factory (in the development environment for instance), the Azure account signed in needs to have the above permission
156+
- When publishing through [CI/CD](continuous-integration-delivery.md), the account used to publish the ARM template into the testing or production factory needs to have the above permission.
157+
155158
## Next steps
156159

157160
* Get detailed information about [trigger execution](concepts-pipeline-execution-triggers.md#trigger-execution-with-json).

articles/data-factory/how-to-create-event-trigger.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ Any of following RBAC settings works for storage event trigger:
125125
* Contributor role to the storage account
126126
* _Microsoft.EventGrid/EventSubscriptions/Write_ permission to storage account _/subscriptions/####/resourceGroups/####/providers/Microsoft.Storage/storageAccounts/storageAccountName_
127127

128+
129+
Specifically,
130+
131+
- When authoring in the data factory (in the development environment for instance), the Azure account signed in needs to have the above permission
132+
- When publishing through [CI/CD](continuous-integration-delivery.md), the account used to publish the ARM template into the testing or production factory needs to have the above permission.
133+
128134
In order to understand how the service delivers the two promises, let's take back a step and take a peek behind the scenes. Here are the high-level work flows for integration between Azure Data Factory/Azure Synapse, Storage, and Event Grid.
129135

130136
### Create a new Storage Event Trigger

0 commit comments

Comments
 (0)