Skip to content

Commit 70fc4c5

Browse files
committed
Finalizing
1 parent 043b352 commit 70fc4c5

File tree

7 files changed

+16
-94
lines changed

7 files changed

+16
-94
lines changed

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: normesta
77

88
ms.service: azure-storage-actions
99
ms.topic: conceptual
10-
ms.date: 10/07/2024
10+
ms.date: 10/24/2024
1111
ms.author: normesta
1212

1313
---
@@ -112,7 +112,7 @@ The following table shows the operators that you can use in a clause to evaluate
112112
| contains | equals |equals | equals |
113113
| empty | greater | greater | not |
114114
| equals | greaterOrEquals |greaterOrEquals ||
115-
| endWith | less | less ||
115+
| endsWith | less | less ||
116116
| length | lessOrEquals | lessOrEquals ||
117117
| startsWith | addToTime | ||
118118
| Matches | | ||

articles/storage-actions/storage-tasks/storage-task-create.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,17 @@ The following table describes the fields on the **Conditions** tab.
5959
| Section | Field | Required or optional | Description |
6060
|--|--|--|--|
6161
| If | And/Or | Required | An operator that combines two or more predicates to form a logical-AND or logical-OR expression. |
62-
| If | Blob property | Required | The blob or container property that you like to use in the clause. See [Supported blob properties](storage-task-properties-operators-operations.md#supported-properties-in-a-clause)|
63-
| If | Operator | Required | The operator that defines how each property in the clause must relate to the corresponding value. See [Supported operators](storage-task-properties-operators-operations.md#supported-operators-in-a-clause)|
62+
| If | Blob property | Required | The blob or container property that you like to use in the clause. See [Supported blob properties](storage-task-conditions.md#supported-properties)|
63+
| If | Operator | Required | The operator that defines how each property in the clause must relate to the corresponding value. See [Supported operators](storage-task-conditions.md#supported-operators)|
6464
| If| Property value | Required | The value that relates to the corresponding property. |
65-
| Then | Operations | Required | The action to perform when objects meet the conditions defined in this task. See [Supported operations](storage-task-properties-operators-operations.md#supported-operations)|
65+
| Then | Operations | Required | The action to perform when objects meet the conditions defined in this task. See [Supported operations](storage-task-operations.md#supported-operations)|
6666
| Then | Parameter | Required | A value used by the operation. |
6767

6868
The following image shows an example of the **Conditions** tab.
6969

7070
> [!div class="mx-imgBorder"]
7171
> ![Screenshot of conditions tab of the storage task create experience.](../media/storage-tasks/storage-task-create/storage-task-conditions-tab.png)
7272
73-
To learn more about supported properties and operators in conditions, see [Storage task conditions and operations](storage-task-properties-operators-operations.md).
74-
7573
## Assignments tab
7674

7775
An _assignment_ identifies a storage account and a subset of objects in that account that the task will target. An assignment also defines when the task runs and where execution reports are stored.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: storage
66
author: normesta
77
ms.service: azure-storage-actions
88
ms.topic: conceptual
9-
ms.date: 10/07/2024
9+
ms.date: 10/24/2024
1010
ms.author: normesta
1111

1212
---
@@ -99,7 +99,7 @@ The following table shows the supported operations, parameters, and parameter va
9999
| DeleteBlob | None | None |
100100
| UndeleteBlob | None | None |
101101
| SetBlobTags | Tag name<sup>1</sup> | Tag value |
102-
| SetBlobImmutabilityPolicy | untilDate, mode | (untilDate): DateTime of when policy ends<br<br>(mode): locked \| unlocked |
102+
| SetBlobImmutabilityPolicy | untilDate, mode | (untilDate): DateTime of when policy ends<br><br>(mode): locked \| unlocked |
103103
| SetBlobLegalHold | legalHold | true \| false |
104104

105105
<sup>1</sup> The name of this parameter is the name of the tag.

articles/storage-actions/storage-tasks/storage-task-properties-operators-operations.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)