Skip to content

Commit 21d112c

Browse files
committed
fixed broken link
1 parent 77fabd8 commit 21d112c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In Azure AI Search, configure an indexer, data source, and index to pull permiss
7272

7373
+ For `rbacScope`, configure the [connection string](search-howto-index-azure-data-lake-storage.md#supported-credentials-and-connection-strings) with managed identity format.
7474

75-
+ For connection strings using a [user-assigned managed identity](search-howto-managed-identities-storage.md#user-assigned-managed-identity), you must also specify the `identity` property.
75+
+ For connection strings using a [user-assigned managed identity](search-howto-managed-identities-storage.md#user-assigned-managed-identity-preview), you must also specify the `identity` property.
7676

7777
<!-- Question/Comment: check this example -->
7878
JSON example with system managed identity:

articles/search/search-indexer-access-control-lists-and-role-based-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ This section supplements [**Index data from ADLS Gen2**](search-howto-index-az
148148

149149
+ For`rbacScope`, configure the [connection string](search-howto-index-azure-data-lake-storage.md#supported-credentials-and-connection-strings) with managed identity format.
150150

151-
+ For connection strings using a [user-assigned managed identity](search-howto-managed-identities-storage.md#user-assigned-managed-identity), you must also specify the `identity` property.
151+
+ For connection strings using a [user-assigned managed identity](search-howto-managed-identities-storage.md#user-assigned-managed-identity-preview), you must also specify the `identity` property.
152152

153153
<!-- Question/Comment: check this example -->
154154
JSON example with system managed identity:

0 commit comments

Comments
 (0)