Skip to content

Commit 61e6434

Browse files
authored
Merge pull request #63833 from ciphertxt/patch-1
Update storage-manage-find-blobs.md
2 parents bb59b73 + 8613d7b commit 61e6434

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,11 @@ The following limits apply to blob index tags:
6868
- Tag keys and values are case-sensitive
6969
- 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:
71-
- Alpha numeric characters: a-z, A-Z, 0-9
72-
- Special characters: space, plus, minus, period, colon, equals, underscore, forward slash
71+
- Alphanumeric characters:
72+
- **a** through **z** (lowercase letters)
73+
- **A** through **Z** (uppercase letters)
74+
- **0** through **9** (numbers)
75+
- Valid special characters: space, plus, minus, period, colon, equals, underscore, forward slash (` +-.:=_/`)
7376

7477
## Getting and listing blob index tags
7578

0 commit comments

Comments
 (0)