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
@@ -79,15 +79,15 @@ When evaluating shared private links for your scenario, remember these constrain
79
79
80
80
+[A supported Azure resource](#supported-resource-types), configured to run in a virtual network.
81
81
82
-
+ Permissions on both Azure AI Search and the data source:
82
+
+ Permissions on both Azure AI Search and the Azure resource:
83
83
84
-
+On the Azure resource, you must have permission to approve private endpoint connections. For instance, if you're using an Azure Storage account as your data source, you need `Microsoft.Storage/storageAccounts/privateEndpointConnectionsApproval/action`.
84
+
On the Azure resource, you must have permission to approve private endpoint connections. For example, on Azure Storage, you need `Microsoft.Storage/storageAccounts/privateEndpointConnectionsApproval/action`.
85
85
86
-
+On the search service, you must have read and write permissions on shared private link resources and read operation statuses:
86
+
On Azure AI Search, you must have read and write permissions on shared private link resources:
<!-- + For [integrated vectorization](vector-search-integrated-vectorization.md) only, outbound connections through shared private link are supported on all billable tiers, on services [created after April 3, 2024](vector-search-index-size.md#how-to-check-service-creation-date), in regions providing [higher capacity](search-limits-quotas-capacity.md#partition-storage-gb). -->
0 commit comments