Skip to content

Commit bdc9092

Browse files
authored
Merge pull request #246073 from HeidiSteen/heidist-quikfix
[azure search] Mike Carter feedback on shared link pricing
2 parents ff8dda8 + 3648e00 commit bdc9092

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/search/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
href: search-howto-managed-identities-data-sources.md
241241
- name: Connect through a firewall
242242
href: search-indexer-howto-access-ip-restricted.md
243-
- name: Connect through private endpoints
243+
- name: Connect through a shared private link
244244
href: search-indexer-howto-access-private.md
245245
- name: Connect to a SQL managed instance private endpoint
246246
href: search-indexer-how-to-access-private-sql.md

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ author: mrcarter8
88
ms.author: mcarter
99
ms.service: cognitive-search
1010
ms.topic: how-to
11-
ms.date: 07/07/2023
11+
ms.date: 07/24/2023
1212
---
1313

1414
# Make outbound connections through a shared private link
1515

16-
This article explains how to configure private, outbound calls from Azure Cognitive Search to Azure PaaS resources that run within a virtual network.
16+
This article explains how to configure private, outbound calls from Azure Cognitive Search to an Azure PaaS resource that runs within a virtual network.
1717

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.
18+
Setting up a private connection allows a search service to connect to 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.
1919

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+
Shared private link is a premium feature that's billed by usage. When you set up a shared private link, charges for the private endpoint are added to your Azure invoice. As you use the shared private link, data transfer rates for inbound and outbound access are also invoiced. For details, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link/).
2121

2222
> [!NOTE]
2323
> 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.

0 commit comments

Comments
 (0)