Skip to content

Commit d265ae5

Browse files
committed
edit pass: data-factory-batch3
1 parent 13704ee commit d265ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ The following table provides an overview of the schema elements that are related
8383

8484
| JSON element | Description | Type | Allowed values | Required |
8585
| ---------------- | --------------- | -------- | ------------------ | ------------ |
86-
| scope | The Azure Resource Manager resource ID of the storage account. | String | Azure Resource Manager ID | Yes |
86+
| scope | The Azure Resource Manager resource ID of the storage account. | String | Azure Resource Manager ID | Yes. |
8787
| events | The type of events that cause this trigger to fire. | Array | `Microsoft.Storage.BlobCreated`, `Microsoft.Storage.BlobDeleted` | Yes, any combination of these values. |
8888
| `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`. |
8989
| `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`. |
90-
| `ignoreEmptyBlobs` | Whether or not zero-byte blobs triggers a pipeline run. By default, this is set to `true`. | Boolean | true or false | No |
90+
| `ignoreEmptyBlobs` | Whether or not zero-byte blobs triggers a pipeline run. By default, this is set to `true`. | Boolean | true or false | No. |
9191

9292
## Examples of storage event triggers
9393

0 commit comments

Comments
 (0)