|
1 | 1 | ---
|
2 |
| -title: Connect through a private endpoint |
| 2 | +title: Connect through a shared private link |
3 | 3 | titleSuffix: Azure Cognitive Search
|
4 |
| -description: Configure indexer connections to access content from other Azure resources that are protected through a private endpoint. |
| 4 | +description: Configure indexer connections to access content from other Azure resources that are protected through a shared private link. |
5 | 5 |
|
6 | 6 | manager: nitinme
|
7 |
| -author: arv100kri |
8 |
| -ms.author: arjagann |
| 7 | +author: mrcarter8 |
| 8 | +ms.author: mcarter |
9 | 9 | ms.service: cognitive-search
|
10 |
| -ms.custom: ignite-2022 |
11 | 10 | ms.topic: how-to
|
12 |
| -ms.date: 04/18/2023 |
| 11 | +ms.date: 07/07/2023 |
13 | 12 | ---
|
14 | 13 |
|
15 |
| -# Make outbound connections through a private link |
| 14 | +# Make outbound connections through a shared private link |
16 | 15 |
|
17 | 16 | This article explains how to configure private, outbound calls from Azure Cognitive Search to Azure PaaS resources that run within a virtual network.
|
18 | 17 |
|
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. |
| 18 | +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. |
| 19 | + |
| 20 | +Shared private link is a premium feature that's billed by usage. The costs of reading from a data source through the private endpoint are billed to your Azure subscription. As the indexer reads data from the data source, network egress charges are billed at the ["inbound data processed"](https://azure.microsoft.com/pricing/details/private-link/) rate. |
20 | 21 |
|
21 | 22 | > [!NOTE]
|
22 | 23 | > 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.
|
@@ -61,9 +62,6 @@ When evaluating shared private links for your scenario, remember these constrain
|
61 | 62 |
|
62 | 63 | + You should have a minimum of Contributor permissions on both Azure Cognitive Search and the Azure PaaS resource for which you're creating the shared private link.
|
63 | 64 |
|
64 |
| -> [!NOTE] |
65 |
| -> Azure Private Link is used internally, at no charge, to set up the shared private link. |
66 |
| -
|
67 | 65 | <a name="group-ids"></a>
|
68 | 66 |
|
69 | 67 | ### Supported resource types
|
@@ -256,7 +254,7 @@ A `202 Accepted` response is returned on success. The process of creating an out
|
256 | 254 |
|
257 | 255 | ## 2 - Approve the private endpoint connection
|
258 | 256 |
|
259 |
| -The resource owner must approve the connection request you created. This section assumes the portal for this step, but you can also use the REST APIs of the Azure PaaS resource. [Private Endpoint Connections (Storage Resource Provider)](/rest/api/storagerp/privateendpointconnections) and [Private Endpoint Connections (Cosmos DB Resource Provider)](/rest/api/cosmos-db-resource-provider/2022-11-15/private-endpoint-connections) are two examples. |
| 257 | +The resource owner must approve the connection request you created. This section assumes the portal for this step, but you can also use the REST APIs of the Azure PaaS resource. [Private Endpoint Connections (Storage Resource Provider)](/rest/api/storagerp/privateendpointconnections) and [Private Endpoint Connections (Cosmos DB Resource Provider)](/rest/api/cosmos-db-resource-provider/2023-03-15/private-endpoint-connections) are two examples. |
260 | 258 |
|
261 | 259 | 1. In the Azure portal, open the **Networking** page of the Azure PaaS resource.
|
262 | 260 |
|
|
0 commit comments