Skip to content

Commit 6fe09f8

Browse files
committed
more formatting
1 parent baa8726 commit 6fe09f8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,10 @@ When evaluating shared private links for your scenario, remember these constrain
8181

8282
+ Permissions on both Azure AI Search and the Azure resource:
8383

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-
86-
On Azure AI Search, you must have read and write permissions on shared private link resources:
87-
88-
+ `Microsoft.Search/searchServices/sharedPrivateLinkResources/write`
89-
+ `Microsoft.Search/searchServices/sharedPrivateLinkResources/read`
90-
+ `Microsoft.Search/searchServices/sharedPrivateLinkResources/operationStatuses/read`
84+
| Resource | Permissions |
85+
|----------|-------------|
86+
| Azure AI Search | `Microsoft.Search/searchServices/sharedPrivateLinkResources/write`<br> `Microsoft.Search/searchServices/sharedPrivateLinkResources/read`<br> `Microsoft.Search/searchServices/sharedPrivateLinkResources/operationStatuses/read` |
87+
| Other Azure resource | Permission to approve private endpoint connections. For example, on Azure Storage, you need `Microsoft.Storage/storageAccounts/privateEndpointConnectionsApproval/action`. |
9188

9289
<!-- + 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). -->
9390

0 commit comments

Comments
 (0)