Skip to content

Commit 0d7a1a8

Browse files
authored
Fix formatting of blobIndexMatch note in documentation
fixed syntax of the blob index filter note
1 parent b1f0f5a commit 0d7a1a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

articles/storage/blobs/lifecycle-management-policy-structure.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ This filter will match all blobs in `sample-container` where the names begin wit
7878
#### Blob index match filter
7979

8080
If you apply the **blobIndexMatch** filter, then each rule can define up to 10 blob index tag conditions. For example, if you want to match all blobs with `Project = Contoso` under `https://myaccount.blob.core.windows.net/`, then the **blobIndexMatch** filter is `{"name": "Project","op": "==","value": "Contoso"}`. If you don't define a value for the **blobIndexMatch** filter, then the rule applies to all blobs within the storage account.
81-
[!NOTE] **blobIndexMatch** as filters are currently supported only for Flat Namespace accounts.
81+
>[!NOTE]
82+
>**blobIndexMatch** as filters are currently supported only for Flat Namespace accounts.
8283
8384
### Actions
8485

0 commit comments

Comments
 (0)