Skip to content

Commit 5f8611d

Browse files
Merge pull request #261484 from gmndrg/main
Update search-indexer-howto-access-private.md
2 parents ce5ad3e + 785248d commit 5f8611d

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

articles/search/search-indexer-howto-access-private.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,16 @@ When evaluating shared private links for your scenario, remember these constrain
6262

6363
+ An Azure PaaS resource from the following list of supported resource types, configured to run in a virtual network.
6464

65-
+ You should have a minimum of Contributor permissions on both Azure AI Search and the Azure PaaS resource for which you're creating the shared private link.
65+
+ To create a shared private link you must ensure that you have the following minimum permissions on both Azure AI Search and the data source:
66+
67+
a) For the data source, you should have the permission to approve private endpoint connections. For instance, if you're using an Azure Storage account as your data source (such as Blob container, Azure Files share, Azure table), you need to assign the permission `Microsoft.Storage/storageAccounts/privateEndpointConnectionsApproval/action`.
68+
69+
b) For the AI Search service, you need to have the permissions to read and write shared private link resources and read operation statuses. Specifically, you should have the permissions
70+
- `Microsoft.Search/searchServices/sharedPrivateLinkResources/write`
71+
- `Microsoft.Search/searchServices/sharedPrivateLinkResources/read`
72+
- `Microsoft.Search/searchServices/sharedPrivateLinkResources/operationStatuses/read`
73+
74+
6675

6776
<a name="group-ids"></a>
6877

0 commit comments

Comments
 (0)