Skip to content

Commit 94173e3

Browse files
Merge pull request #288087 from normesta/storage-actions-4
Conditions and operations articles
2 parents 5631f50 + 558b996 commit 94173e3

15 files changed

+275
-93
lines changed

articles/storage-actions/TOC.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ items:
1313
expanded: true
1414
- name: Concepts
1515
items:
16-
- name: Properties, operators, and operations
17-
href: storage-tasks/storage-task-properties-operators-operations.md
16+
- name: Storage task conditions
17+
href: storage-tasks/storage-task-conditions.md
18+
- name: Storage task operations
19+
href: storage-tasks/storage-task-operations.md
1820
- name: Storage task authorization
1921
href: storage-tasks/storage-task-authorization-roles.md
2022
- name: Reliability in Azure Storage Actions
112 KB
Loading
Loading
Loading
Loading
15.4 KB
Loading
Loading

articles/storage-actions/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ See these articles to learn how to define a storage task:
4545

4646
- [Create a storage task](storage-tasks/storage-task-create.md)
4747
- [Define storage task conditions and operations](storage-tasks/storage-task-conditions-operations-edit.md)
48-
- [Properties, operators, and operations in storage task conditions](storage-tasks/storage-task-properties-operators-operations.md)
48+
- [Storage task conditions](storage-tasks/storage-task-conditions.md)
49+
- [Storage task operations](storage-tasks/storage-task-operations.md)
4950

5051
### Assign a storage task
5152

articles/storage-actions/storage-tasks/index.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ landingContent:
4848
url: storage-task-conditions-operations-edit.md
4949
- linkListType: concept
5050
links:
51-
- text: Supported properties, operators, and operations
52-
url: storage-task-properties-operators-operations.md
51+
- text: Conditions
52+
url: storage-task-conditions.md
53+
- text: Operations
54+
url: storage-task-operations.md
5355
# Card
5456
- title: Assign a task
5557
linkLists:

articles/storage-actions/storage-tasks/storage-task-conditions-operations-edit.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ You can use a visual editor to define the conditions and operations of a storage
2020
2121
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.
2222

23-
To learn more, see [Properties, operators, and operations in storage task conditions](storage-task-properties-operators-operations.md).
24-
2523
## Open the conditions editor
2624

2725
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
4846

4947
#### Choose a property
5048

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).
5250

5351
The following example selects the **Blob name** property.
5452

@@ -57,7 +55,7 @@ The following example selects the **Blob name** property.
5755
5856
#### Choose a value and operator
5957

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).
6159

6260
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.
6361

@@ -150,7 +148,7 @@ To add an operation, select **Add new operation**, and to remove an operation, s
150148
151149
#### Choose an operation
152150

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).
154152

155153
The following example selects the **Set blob tags** property.
156154

0 commit comments

Comments
 (0)