Skip to content

Commit 1a1f41a

Browse files
fixing typo
1 parent 5d1b532 commit 1a1f41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-blob-indexer-role-based-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ JSON example with system managed identity:
8383
},
8484
"container": {
8585
"name": "<your container name>",
86-
"query": "<optional-virtual-directory-name>"
86+
"query": "<optional-query>"
8787
}
8888
}
8989
```
@@ -100,7 +100,7 @@ JSON schema example with a user-managed identity in the connection string:
100100
},
101101
"container": {
102102
"name": "<your container name>",
103-
"query": "<optional-virtual-directory-name>"
103+
"query": "<optional-query>"
104104
},
105105
"identity": {
106106
"@odata.type": "#Microsoft.Azure.Search.DataUserAssignedIdentity",

0 commit comments

Comments
 (0)