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.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ A condition a collection of one or more _clauses_. Each clause contains a _prope
29
29
> [!div class="mx-imgBorder"]
30
30
> 
31
31
32
-
The following clause allows operations only on Microsoft Word documents. This clause targets all documents that end with the file extension `.docx`. Therefore, the operator is `endsWith`, the property is `Name`, the value is `.docx`.
32
+
The following clause allows operations only on Microsoft Word documents. This clause targets all documents that end with the file extension `.docx`. Therefore, the operator is `endsWith`, the property is `Name`, and the value is `.docx`.
33
33
34
34
```json
35
35
{
@@ -63,7 +63,7 @@ Grouped clauses operate as a single unit separate from the rest of the clauses.
63
63
> [!div class="mx-imgBorder"]
64
64
> 
65
65
66
-
The following condition allows operations only on Microsoft Word documents where the `readyForLegalHold` tag of the document is set to a value of `Yes`. Operations are also performed on objects that are greater than 100 bytes even if the other two conditions are not true.
66
+
The following condition allows operations only on Microsoft Word documents where the `readyForLegalHold` tag of the document is set to a value of `Yes`. Operations are also performed on objects that are greater than 100 bytes even if the other two conditions aren't true.
67
67
68
68
```json
69
69
{
@@ -82,7 +82,7 @@ To learn more about the visual editor, see [Define storage task conditions and o
82
82
83
83
## Supported properties
84
84
85
-
The following table shows the properties that you can use to compose each clause of a condition. A clause can contain string, boolean, numeric, as well as date and time properties.
85
+
The following table shows the properties that you can use to compose each clause of a condition. A clause can contain string, boolean, numeric, and date and time properties.
86
86
87
87
| String | Date and time<sup>3</sup> | Numeric | Boolean |
Copy file name to clipboardExpand all lines: articles/storage-actions/storage-tasks/storage-task-create.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ On the **Basics** tab, provide the essential information for your storage task.
40
40
|--|--|--|--|
41
41
| Project details | Subscription | Required | Select the subscription for the new storage task. |
42
42
| Project details | Resource group | Required | Create a new resource group for this storage task, or select an existing one. For more information, see [Resource groups](../../azure-resource-manager/management/overview.md#resource-groups). |
43
-
| Instance details | Storage task name | Required | Choose a unique name for your storage task. storage task names must be between 3 and 18 characters in length and might contain only lowercase letters and numbers. |
43
+
| Instance details | Storage task name | Required | Choose a unique name for your storage task. Storage task names must be between 3 and 18 characters in length and might contain only lowercase letters and numbers. |
44
44
| Instance details | Region | Required | Select the appropriate region for your storage task. For more information, see [Regions and Availability Zones in Azure](../../availability-zones/az-overview.md). |
45
45
46
46
The following image shows an example of the **Basics** tab.
Copy file name to clipboardExpand all lines: articles/storage-actions/storage-tasks/storage-task-operations.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,11 @@ The following table describes each element.
35
35
|`name`| The name of the operation.<sup>1</sup> |
36
36
|`parameters`| A collection of one or more parameters. Each parameter has parameter name and a parameter value.<sup>1</sup> |
37
37
|`onSuccess`| The action to take when the operation is successful for an object. `continue` is the only allowable value during the preview. |
38
-
|`onFailure`| The action to take when the operation fails for a object. `break` is the only allowable value during the preview. |
38
+
|`onFailure`| The action to take when the operation fails for an object. `break` is the only allowable value during the preview. |
39
39
40
-
<sup>1</sup> For a complete list of operation names, operation parameters and parameter values, see the [Supported operations](#supported-operations) section of this article.
40
+
<sup>1</sup> For a complete list of operation names, operation parameters, and parameter values, see the [Supported operations](#supported-operations) section of this article.
41
41
42
-
The following operations applies applies a time-based immutability policy to the object.
42
+
The following operation applies a time-based immutability policy to the object.
0 commit comments