Skip to content

Commit 1e0f6b6

Browse files
committed
rephrasing for readability
1 parent f546af6 commit 1e0f6b6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/search/search-indexer-how-to-access-private-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 04/18/2023
1212

1313
# Create a shared private link for a SQL Managed Instance from Azure Cognitive Search
1414

15-
This article explains how to configure an indexer in Azure Cognitive Search for a private connection to a SQL Managed Instance.
15+
This article explains how to configure an indexer in Azure Cognitive Search for a private connection to a SQL Managed Instance that runs within a virtual network.
1616

1717
On a private connection to a SQL Managed Instance, the fully qualified domain name (FQDN) of the instance must include the [DNS Zone](/azure/azure-sql/managed-instance/connectivity-architecture-overview#virtual-cluster-connectivity-architecture). Currently, only the Azure Cognitive Search Management REST API provides a `resourceRegion` parameter for accepting the DNS zone specification.
1818

@@ -151,7 +151,7 @@ This article assumes Postman or equivalent tool, and uses the REST APIs to make
151151
```
152152
153153
> [!NOTE]
154-
> If you're familiar with data source definitions in Cognitive Search, you'll notice that data source properties don't vary when using a shared private link. That's because the private connection is detected and handled internally.
154+
> If you're familiar with data source definitions in Cognitive Search, you'll notice that data source properties don't vary when using a shared private link. That's because Search will always use a shared private link on the connection if one exists.
155155
156156
1. [Create the indexer definition](search-howto-create-indexers.md), setting the indexer execution environment to "private".
157157

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ ms.date: 04/18/2023
1616

1717
This article explains how to configure private, outbound calls from Azure Cognitive Search to Azure PaaS resources that run within a virtual network.
1818

19-
Setting up a private connection allows Azure Cognitive Search to connect to Azure PaaS through a virtual network instead of a port that's open to the internet. The object created for the connection is called a *shared private link*. On the connection, search uses the shared private link internally to reach an Azure PaaS resource inside the network boundary.
19+
Setting up a private connection allows Azure Cognitive Search to connect to Azure PaaS through a virtual network IP address instead of a port that's open to the internet. The object created for the connection is called a *shared private link*. On the connection, Search uses the shared private link internally to reach an Azure PaaS resource inside the network boundary.
2020

21-
If you're setting up a private indexer connection to a SQL Managed Instance, see [this article](search-indexer-how-to-access-private-sql.md) instead.
21+
> [!NOTE]
22+
> If you're setting up a private indexer connection to a SQL Managed Instance, see [this article](search-indexer-how-to-access-private-sql.md) instead.
2223
2324
## When to use a shared private link
2425

0 commit comments

Comments
 (0)