Skip to content

Commit b1f0f5a

Browse files
authored
Update blobIndexMatch filter explanation
Clarified the usage of the blobIndexMatch filter and its limitations.
1 parent b7e61bc commit b1f0f5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ 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.
8182

8283
### Actions
8384

0 commit comments

Comments
 (0)