Skip to content

Commit ebd214b

Browse files
Merge pull request #261498 from gmndrg/main
Update shared private link doc for table behavior
2 parents b84204b + a4645cb commit ebd214b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: how-to
13-
ms.date: 12/08/2022
13+
ms.date: 12/18/2023
1414
---
1515

1616
# Connect a search service to other Azure resources using a managed identity
@@ -31,7 +31,7 @@ A search service uses Azure Storage as an indexer data source and as a data sink
3131

3232
| Scenario | System managed identity | User-assigned managed identity (preview) |
3333
|----------|-------------------------|---------------------------------|
34-
| [Indexer connections to supported Azure data sources](search-indexer-overview.md) <sup>1</sup>| Yes | Yes |
34+
| [Indexer connections to supported Azure data sources](search-indexer-overview.md) <sup>1</sup><sup>3</sup>| Yes | Yes |
3535
| [Azure Key Vault for customer-managed keys](search-security-manage-encryption-keys.md) | Yes | Yes |
3636
| [Debug sessions (hosted in Azure Storage)](cognitive-search-debug-session.md) <sup>1</sup> | Yes | No |
3737
| [Enrichment cache (hosted in Azure Storage)](search-howto-incremental-index.md) <sup>1,</sup> <sup>2</sup> | Yes | Yes |
@@ -42,6 +42,8 @@ A search service uses Azure Storage as an indexer data source and as a data sink
4242

4343
<sup>2</sup> One method for specifying an enrichment cache is in the Import data wizard. Currently, the wizard doesn't accept a managed identity connection string for enrichment cache. However, after the wizard completes, you can update the connection string in the indexer JSON definition to specify either a system or user-assigned managed identity, and then rerun the indexer.
4444

45+
<sup>3</sup> Note that [disabling keys in the Azure storage account](/storage/common/shared-key-authorization-prevent) is not currently supported for Azure Table used as a data source. Although managed identity is used to not provide the storage keys explicitly, the AI search service still uses the keys for this implementation.
46+
4547
## Create a system managed identity
4648

4749
When a system-assigned managed identity is enabled, Azure creates an identity for your search service that can be used to authenticate to other Azure services within the same tenant and subscription. You can then use this identity in Azure role-based access control (Azure RBAC) assignments that allow access to data during indexing.

0 commit comments

Comments
 (0)