Skip to content

Commit c5c5025

Browse files
committed
more edits
1 parent 4a4e184 commit c5c5025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ A shared private link is:
3131

3232
+ Created using Azure Cognitive Search tooling, APIs, or SDKs
3333
+ Approved by the Azure PaaS resource owner
34-
+ Used internally by search on a private connection to a specific Azure resource
34+
+ Used internally by Search on a private connection to a specific Azure resource
3535

3636
Only your search service can use the private links that it creates, and there can be only one shared private link created on your service for each resource and sub-resource combination.
3737

38-
Once you set up the private link, it's used automatically whenever search connects to that PaaS resource. You don't need to modify the connection string or alter the client you're using to issue the requests, although the device used for the connection must connect using an authorized IP in the Azure PaaS resource's firewall.
38+
Once you set up the private link, it's used automatically whenever Search connects to that PaaS resource. You don't need to modify the connection string or alter the client you're using to issue the requests, although the device used for the connection must connect using an authorized IP in the Azure PaaS resource's firewall.
3939

4040
> [!NOTE]
4141
> There are two scenarios for using [Azure Private Link](/azure/private-link/private-link-overview) and Azure Cognitive Search together. Creating a shared private link is one scenario, relevant when an *outbound* connection to Azure PaaS requires a private connection. The second scenario is [configure search for a private *inbound* connection](service-create-private-endpoint.md) from clients that run in a virtual network. While both scenarios have a dependency on Azure Private Link, they are independent. You can create a shared private link without having to configure your own search service for a private endpoint.
@@ -52,7 +52,7 @@ When evaluating shared private links for your scenario, remember these constrain
5252

5353
+ An Azure Cognitive Search at the Basic tier or higher. If you're using [AI enrichment](cognitive-search-concept-intro.md) and skillsets, the tier must be Standard 2 (S2) or higher. See [Service limits](search-limits-quotas-capacity.md#shared-private-link-resource-limits) for details.
5454

55-
+ An Azure PaaS resource from the list of supported resource types, configured to run in a virtual network, with a private endpoint created through Azure Private Link.
55+
+ An Azure PaaS resource from the following list of supported resource types, configured to run in a virtual network, with a private endpoint created through Azure Private Link.
5656

5757
<a name="group-ids"></a>
5858

0 commit comments

Comments
 (0)