You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-howto-managed-identities-data-sources.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Create a managed identity
2
+
title: Connect using a managed identity
3
3
titleSuffix: Azure Cognitive Search
4
-
description: Create a managed identity for your search service for Azure Active Directory authentication to other cloud services.
4
+
description: Create a managed identity for your search service and use Azure Active Directory authentication and role-based-access controls for connections to other cloud services.
5
5
6
6
manager: nitinme
7
7
author: HeidiSteen
@@ -211,7 +211,7 @@ The following steps are for Azure Storage. If your resource is Cosmos DB or Azur
211
211
212
212
Once a managed identity is defined and given a role assignment, outbound connections use it in connection strings. Here are some examples of connection strings for various scenarios.
213
213
214
-
**Blob data source (system):**
214
+
[**Blob data source (system):**](search-howto-managed-identities-storage.md)
215
215
216
216
An indexer data source includes a "credentials" property that determines how the connection is made to the data source. The following example shows a connection string that uses a system managed identity. Notice that the connection string doesn't include a container. In a data source definition, a container name is specified in the "container" property (not shown), not the connection string.
217
217
@@ -221,7 +221,7 @@ An indexer data source includes a "credentials" property that determines how the
221
221
}
222
222
```
223
223
224
-
**Blob data source (user):**
224
+
[**Blob data source (user):**](search-howto-managed-identities-storage.md)
225
225
226
226
A user-assigned managed identity is a preview feature. It's specified in an additional "identity" property, currently only supported for indexer data sources. You can use either the portal or the REST API preview version 2021-04-30-Preview to create an indexer data source that supports a user-assigned managed identity.
227
227
@@ -236,7 +236,7 @@ A user-assigned managed identity is a preview feature. It's specified in an addi
A knowledge store definition includes a connection string to Azure Storage. On Azure Storage, a knowledge store will create projections as blobs and tables. The connection string is a straightforward connection to Azure Storage. Notice that the string does not include containers or tables in the path. These are defined in the embedded projection definition, not the connection string.
242
242
@@ -245,7 +245,7 @@ A knowledge store definition includes a connection string to Azure Storage. On A
An indexer creates, uses, and remembers the container used for the cached enrichments. It's not necessary to include the container in the cache connection string. You can find the object ID on the **Identity** page of your search service in the portal.
251
251
@@ -257,7 +257,7 @@ An indexer creates, uses, and remembers the container used for the cached enrich
A debug session targets a container. Be sure to include the name of an existing container in the connection string. You can paste a string similar to the following example in the debug session that you start up in the portal.
0 commit comments