Skip to content

Commit baa8726

Browse files
committed
formatting
1 parent 2fda58c commit baa8726

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ When evaluating shared private links for your scenario, remember these constrain
6969

7070
## Prerequisites
7171

72-
+ Azure AI Search tier and region requirements, by workload:
72+
+ Azure AI Search service tier and region requirements, by workload:
7373

7474
| Workload | Tier requirements | Region requirements | Service creation requirements |
7575
|----------|-------------------|---------------------|---------------------|
@@ -79,15 +79,15 @@ When evaluating shared private links for your scenario, remember these constrain
7979

8080
+ [A supported Azure resource](#supported-resource-types), configured to run in a virtual network.
8181

82-
+ Permissions on both Azure AI Search and the data source:
82+
+ 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 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`.
8585

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:
8787

88-
+ `Microsoft.Search/searchServices/sharedPrivateLinkResources/write`
89-
+ `Microsoft.Search/searchServices/sharedPrivateLinkResources/read`
90-
+ `Microsoft.Search/searchServices/sharedPrivateLinkResources/operationStatuses/read`
88+
+ `Microsoft.Search/searchServices/sharedPrivateLinkResources/write`
89+
+ `Microsoft.Search/searchServices/sharedPrivateLinkResources/read`
90+
+ `Microsoft.Search/searchServices/sharedPrivateLinkResources/operationStatuses/read`
9191

9292
<!-- + 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). -->
9393

0 commit comments

Comments
 (0)