Skip to content

Commit 76431b8

Browse files
committed
Fixing a few acrolynx messages
1 parent 70fc4c5 commit 76431b8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A condition a collection of one or more _clauses_. Each clause contains a _prope
2929
> [!div class="mx-imgBorder"]
3030
> ![Format of a simple condition with an operator, property, and value.](../media/storage-tasks/storage-task-conditions/storage-task-conditions-condition-format-basic.png)
3131
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`.
3333

3434
```json
3535
{
@@ -63,7 +63,7 @@ Grouped clauses operate as a single unit separate from the rest of the clauses.
6363
> [!div class="mx-imgBorder"]
6464
> ![Format of a condition that contains two clauses grouped together.](../media/storage-tasks/storage-task-conditions/storage-task-conditions-condition-format-groups.png)
6565
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.
6767

6868
```json
6969
{
@@ -82,7 +82,7 @@ To learn more about the visual editor, see [Define storage task conditions and o
8282

8383
## Supported properties
8484

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.
8686

8787
| String | Date and time<sup>3</sup> | Numeric | Boolean |
8888
|--------------------------------|---------------------------|----------------|------------------|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ On the **Basics** tab, provide the essential information for your storage task.
4040
|--|--|--|--|
4141
| Project details | Subscription | Required | Select the subscription for the new storage task. |
4242
| 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. |
4444
| 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). |
4545

4646
The following image shows an example of the **Basics** tab.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ The following table describes each element.
3535
| `name` | The name of the operation.<sup>1</sup> |
3636
| `parameters` | A collection of one or more parameters. Each parameter has parameter name and a parameter value.<sup>1</sup> |
3737
| `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. |
3939

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.
4141

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.
4343

4444
```json
4545
{

0 commit comments

Comments
 (0)