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/storage-actions/storage-tasks/storage-task-assignment.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
@@ -32,8 +32,8 @@ The following table describes the configuration settings of a storage task assig
32
32
| Storage task name | Required | The storage task to which you would like to assign your storage account. This field appears only if you create the assignment in the context of a storage account.|
33
33
| Storage task assignment name | Required | The name of the assignment. Assignment names must be between 2 and 62 characters in length and might contain only letters and numbers. |
34
34
| Filter by | Required | Option to either filter objects by using a prefix or to run the task against the entire storage account. |
35
-
| Include blob prefixes |Optional| The string prefix that is used to narrow the scope of blobs that are evaluated by the task. This field is required only if you choose to filter by using a blob prefix. |
36
-
| Exclude blob prefixes | Optional |A string prefix that is used to exclude blobs that are evaluated by the task. |
35
+
| Include blob prefixes |Required| The string prefix that is used to narrow the scope of blobs that are evaluated by the task. This field is required only if you choose to filter by using a blob prefix. |
36
+
| Exclude blob prefixes | Optional |The string prefix that is used to exclude blobs that are evaluated by the task. Exclude blob prefixes must not be a superset beyond the scope of the include blob prefix.|
37
37
| Run frequency | Required | Option to either run the task one time or multiple times. |
38
38
| Start from | Required | The date and time to begin running the task. Applicable only when scheduling a task to run multiple times. |
39
39
| End by | Required | The date and time stop running the task. Applicable only when scheduling a task to run multiple times. |
0 commit comments