Skip to content

Commit 4b25f5f

Browse files
Merge pull request #237 from gmndrg/main
Update search-howto-managed-identities-data-sources.md
2 parents 6387a59 + 800bc93 commit 4b25f5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-howto-managed-identities-data-sources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
- ignite-2023
1212
- build-2024
1313
ms.topic: how-to
14-
ms.date: 07/25/2024
14+
ms.date: 09/11/2024
1515
---
1616

1717
# Configure a search service to connect using a managed identity in Azure AI Search
@@ -48,13 +48,13 @@ A search service uses Azure Storage as an indexer data source and as a data sink
4848
| [Debug sessions (hosted in Azure Storage)](cognitive-search-debug-session.md) <sup>1</sup> | Yes | No |
4949
| [Enrichment cache (hosted in Azure Storage)](search-howto-incremental-index.md) <sup>1,</sup> <sup>2</sup> | Yes | Yes |
5050
| [Knowledge Store (hosted in Azure Storage)](knowledge-store-create-rest.md) <sup>1</sup>| Yes | Yes |
51-
| Connections to Azure OpenAI or Azure AI <sup>3</sup> | Yes | Yes |
51+
| Connections to Azure OpenAI, Azure AI Studio and Azure Functions via skills/vectorizers <sup>3</sup> | Yes | Yes |
5252

5353
<sup>1</sup> For connectivity between search and storage, your network security configuration imposes constraints on which type of managed identity you can use. Only a system managed identity can be used for a same-region connection to storage via the trusted service exception or resource instance rule. See [Access to a network-protected storage account](search-indexer-securing-resources.md#access-to-a-network-protected-storage-account) for details.
5454

5555
<sup>2</sup> AI search service currently can't connect to tables on a storage account that has [shared key access turned off](/azure/storage/common/shared-key-authorization-prevent).
5656

57-
<sup>3</sup> Connections to Azure OpenAI or Azure AI include: [Custom skill](cognitive-search-custom-skill-interface.md), [Custom vectorizer](vector-search-vectorizer-custom-web-api.md), [Azure OpenAI embedding skill](cognitive-search-skill-azure-openai-embedding.md), [Azure OpenAI vectorizer](vector-search-how-to-configure-vectorizer.md), [AML skill](cognitive-search-aml-skill.md), [Azure AI Studio model catalog vectorizer](vector-search-vectorizer-azure-machine-learning-ai-studio-catalog.md), [Azure AI Vision multimodal embeddings skill](cognitive-search-skill-vision-vectorize.md), [Azure AI Vision vectorizer](vector-search-vectorizer-ai-services-vision.md).
57+
<sup>3</sup> Connections to Azure OpenAI, Azure AI Studio and Azure Functions via skills/vectorizers include: [Custom skill](cognitive-search-custom-skill-interface.md), [Custom vectorizer](vector-search-vectorizer-custom-web-api.md), [Azure OpenAI embedding skill](cognitive-search-skill-azure-openai-embedding.md), [Azure OpenAI vectorizer](vector-search-how-to-configure-vectorizer.md), [AML skill](cognitive-search-aml-skill.md) and [Azure AI Studio model catalog vectorizer](vector-search-vectorizer-azure-machine-learning-ai-studio-catalog.md).
5858

5959
## Create a system managed identity
6060

0 commit comments

Comments
 (0)