Skip to content

Commit e2d3971

Browse files
Merge pull request #227764 from normesta/normesta-reg-updates-11
Adding a comment as per PM input
2 parents 6dfae38 + 47d489a commit e2d3971

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,15 @@ The following limits apply to blob index tags:
7373

7474
- Each blob can have up to 10 blob index tags
7575

76-
- Tag keys must be between one and 128 characters
76+
- Tag keys must be between one and 128 characters.
7777

78-
- Tag values must be between zero and 256 characters
78+
- Tag values must be between zero and 256 characters.
7979

80-
- Tag keys and values are case-sensitive
80+
- Tag keys and values are case-sensitive.
8181

82-
- Tag keys and values only support string data types. Any numbers, dates, times, or special characters are saved as strings
82+
- Tag keys and values only support string data types. Any numbers, dates, times, or special characters are saved as strings.
83+
84+
- If versioning is enabled, index tags are applied to a specific version of blob. If you set index tags on the current version, and a new version is created, then the tag won't be associated with the new version. The tag will be associated only with the previous version.
8385

8486
- Tag keys and values must adhere to the following naming rules:
8587

0 commit comments

Comments
 (0)