Skip to content

Commit 872ec2a

Browse files
authored
Update storage-manage-find-blobs.md
1 parent 6d6f295 commit 872ec2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-manage-find-blobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following limits apply to Blob Index tags:
6666
- Tag keys must be between 1 to 128 characters
6767
- Tag values must be between 0 to 256 characters
6868
- Tag keys and values are case-sensitive
69-
- Tag keys and values only support string data types; any numbers, datetimes, or special characters will be saved as strings
69+
- Tag keys and values only support string data types; any numbers, date, times, or special characters will be saved as strings
7070
- Tag keys and values must adhere to the following naming rules:
7171
- Alpha numeric characters: a-z, A-Z, 0-9
7272
- Special characters: space, plus, minus, period, colon, equals, underscore, forward slash
@@ -104,7 +104,7 @@ The below table shows all the valid operators for FindBlobsByTags:
104104
| @container | Scope to a specific container | @container = 'videofiles' AND "status" = 'done' |
105105

106106
> [!NOTE]
107-
> It is recommended to be familiar with lexicographical ordering when setting and querying on tags.
107+
> Be familiar with lexicographical ordering when setting and querying on tags.
108108
> - Numbers are sorted before letters. Numbers are sorted based on the first digit.
109109
> - Uppercase letters are sorted before lowercase letters.
110110
> - Symbols are not standard. Some symbols are sorted before numeric values. Other symbols are sorted before or after letters.

0 commit comments

Comments
 (0)