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/data-factory/how-to-create-event-trigger.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ The following table provides an overview of the schema elements that are related
93
93
|**scope**| The Azure Resource Manager resource ID of the Storage Account. | String | Azure Resource Manager ID | Yes |
94
94
|**events**| The type of events that cause this trigger to fire. | Array | Microsoft.Storage.BlobCreated, Microsoft.Storage.BlobDeleted | Yes, any combination of these values. |
95
95
|**blobPathBeginsWith**| The blob path must begin with the pattern provided for the trigger to fire. For example, `/records/blobs/december/` only fires the trigger for blobs in the `december` folder under the `records` container. | String || Provide a value for at least one of these properties: `blobPathBeginsWith` or `blobPathEndsWith`. |
96
-
|**blobPathEndsWith**| The blob path must end with the pattern provided for the trigger to fire. For example, `december/boxes.csv` only fires the trigger for blobs named `boxes` in a `december` folder. | String ||You have to provide a value for at least one of these properties: `blobPathBeginsWith` or `blobPathEndsWith`. |
96
+
|**blobPathEndsWith**| The blob path must end with the pattern provided for the trigger to fire. For example, `december/boxes.csv` only fires the trigger for blobs named `boxes` in a `december` folder. | String ||Provide a value for at least one of these properties: `blobPathBeginsWith` or `blobPathEndsWith`. |
97
97
|**ignoreEmptyBlobs**| Whether or not zero-byte blobs will trigger a pipeline run. By default, this is set to true. | Boolean | true or false | No |
98
98
99
99
## Examples of storage event triggers
@@ -117,7 +117,7 @@ This section provides examples of storage event trigger settings.
117
117
118
118
Azure Data Factory and Synapse pipelines use Azure role-based access control (Azure RBAC) to ensure that unauthorized access to listen to, subscribe to updates from, and trigger pipelines linked to blob events, are strictly prohibited.
119
119
120
-
* To successfully create a new or update an existing Storage Event Trigger, the Azure account signed into the the service needs to have appropriate access to the relevant storage account. Otherwise, the operation will fail with _Access Denied_.
120
+
* To successfully create a new or update an existing Storage Event Trigger, the Azure account signed into the service needs to have appropriate access to the relevant storage account. Otherwise, the operation will fail with _Access Denied_.
121
121
* Azure Data Factory and Azure Synapse need no special permission to your Event Grid, and you do _not_ need to assign special RBAC permission to the Data Factory or Azure Synapse service principal for the operation.
122
122
123
123
Any of following RBAC settings works for storage event trigger:
0 commit comments