Skip to content

Commit 102ba02

Browse files
authored
Merge pull request #121406 from Amrinder-Singh29/patch-92
Update storage-blob-faq.yml
2 parents 3b12479 + a21eb42 commit 102ba02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/storage/blobs/storage-blob-faq.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ sections:
5151
- The asterisk character `*` is a valid character in a blob name. If the asterisk character is used in a prefix, then the prefix will match blobs with an asterisk in their names. The asterisk doesn't function as a wildcard character.
5252
- The question mark character `?` is a valid character in a blob name. If the question mark character is used in a prefix, then the prefix will match blobs with a question mark in their names. The question mark doesn't function as a wildcard character.
5353
- The prefix match considers only positive (=) logical comparisons. Negative (!=) logical comparisons are ignored.
54+
- The prefix matching operates in a case-sensitive manner.
5455
- question: |
5556
Is there a way to identify the time at which the policy will be executing?
5657
answer: |

0 commit comments

Comments
 (0)