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-conditions-operations-edit.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,6 @@ You can use a visual editor to define the conditions and operations of a storage
20
20
21
21
An _operation_ is an action taken on each object that meets the conditions defined in the task. A _condition_ contains one or more conditional _clauses_. Each clause defines the relationship between a property and a value. To execute an operation defined in the storage task, the terms of that relationship must be met by each object.
22
22
23
-
To learn more, see [Properties, operators, and operations in storage task conditions](storage-task-properties-operators-operations.md).
24
-
25
23
## Open the conditions editor
26
24
27
25
Navigate to the storage task in the Azure portal and then under **Storage task management**, select **Conditions**.
@@ -48,7 +46,7 @@ To define a clause, choose a property, specify a value for that property, and th
48
46
49
47
#### Choose a property
50
48
51
-
In the **Blob property** drop-down list, choose a property. See [Supported blob properties](storage-task-properties-operators-operations.md#supported-properties-in-a-clause).
49
+
In the **Blob property** drop-down list, choose a property. See [Supported blob properties](storage-task-conditions.md#supported-properties).
52
50
53
51
The following example selects the **Blob name** property.
54
52
@@ -57,7 +55,7 @@ The following example selects the **Blob name** property.
57
55
58
56
#### Choose a value and operator
59
57
60
-
In the **Property value** box, enter a value and in the **Operator** drop-down list, choose an operator. See [Supported Operators](storage-task-properties-operators-operations.md#supported-operators-in-a-clause).
58
+
In the **Property value** box, enter a value and in the **Operator** drop-down list, choose an operator. See [Supported Operators](storage-task-conditions.md#supported-operators).
61
59
62
60
The following example specifies a value of `.log` along with the **Ends with** operator. This condition allows the operation defined in this storage task to execute only on blobs that have a `.log` file extension.
63
61
@@ -150,7 +148,7 @@ To add an operation, select **Add new operation**, and to remove an operation, s
150
148
151
149
#### Choose an operation
152
150
153
-
In the **Operation** drop-down list, choose an operation. See [Supported operations](storage-task-properties-operators-operations.md#supported-operations).
151
+
In the **Operation** drop-down list, choose an operation. See [Supported operations](storage-task-operations.md#supported-operations).
154
152
155
153
The following example selects the **Set blob tags** property.
0 commit comments