Skip to content

Commit 662646f

Browse files
committed
Final tweaks
1 parent 18aebad commit 662646f

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following condition allows operations only on Microsoft Word documents where
6969

7070
## Code view in the Azure portal
7171

72-
The visual editor available in the Azure portal, can generate the JSON of a condition for you. You can define your conditions by using the editor, and then obtain the JSON expression by opening **Code** tab. The following image shows the **Code** tab in the visual editor.
72+
The visual editor available in the Azure portal, can generate the JSON of a condition for you. You can define your conditions by using the editor, and then obtain the JSON expression by opening **Code** tab. This approach can be useful when creating complicated sets of conditions as JSON expressions can become large, unwieldy, and difficult to create by hand. The following image shows the **Code** tab in the visual editor.
7373

7474
> [!div class="mx-imgBorder"]
7575
> ![Screenshot of the condition JSON as it appears in the Code tab of the visual designer.](../media/storage-tasks/storage-task-conditions/storage-task-conditions-code-tab.png)

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,15 @@ The following table shows the supported operations, parameters, and parameter va
9494

9595
| Operation | Parameters | Values |
9696
|------------------------------|----------------------|------------------------------------------------|
97-
| SetBlobTier | Tier | Hot \| Cold \| Archive |
98-
| SSetBlobExpiry | None | Absolute \| Never expire \| Relative to creation time \| Relative to current time |
97+
| SetBlobTier | tier | Hot \| Cold \| Archive |
98+
| SetBlobExpiry | expiryTime, expiryOption |(expiryTime): Number of milliseconds<br><br>(expiryOption): Absolute \| NeverExpire \| RelativeToCreation \| RelativeToNow |
9999
| DeleteBlob | None | None |
100100
| UndeleteBlob | None | None |
101-
| SetBlobTags | TagSet | A fixed collection of up to 10 key-value pairs |
102-
| SetBlobImmutabilityPolicy | DateTime, string | DateTime of when policy ends, Locked \| Unlocked |
103-
| SetBlobLegalHold | Bool | True \| False |
101+
| SetBlobTags | Tag name<sup>1</sup> | Tag value |
102+
| SetBlobImmutabilityPolicy | untilDate, mode | (untilDate): DateTime of when policy ends<br<br>(mode): locked \| unlocked |
103+
| SetBlobLegalHold | legalHold | true \| false |
104+
105+
<sup>1</sup> The name of this parameter is the name of the tag.
104106

105107
## See also
106108

0 commit comments

Comments
 (0)