Skip to content

Commit 7e95370

Browse files
authored
Merge pull request #203501 from gmndrg/master
Clarification about Functions, AKS and ASE
2 parents 4ccb725 + 606d272 commit 7e95370

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: arv100kri
88
ms.author: arjagann
99
ms.service: cognitive-search
1010
ms.topic: how-to
11-
ms.date: 06/09/2022
11+
ms.date: 06/30/2022
1212
---
1313

1414
# Make outbound connections through a private endpoint
@@ -55,12 +55,14 @@ When setting up a shared private link resource, make sure the group ID value is
5555
| Azure SQL Database | `sqlServer`|
5656
| Azure Database for MySQL (preview) | `mysqlServer`|
5757
| Azure Key Vault for [customer-managed keys](search-security-manage-encryption-keys.md) | `vault` |
58-
| Azure Functions (preview) | `sites` |
58+
| Azure Functions (preview) <sup>3</sup> | `sites` |
5959

6060
<sup>1</sup> If you enabled [enrichment caching](cognitive-search-incremental-indexing-conceptual.md) and the connection to Azure Blob Storage is through a private endpoint, make sure there is a shared private link of type `blob`.
6161

6262
<sup>2</sup> If you're projecting data to a [knowledge store](knowledge-store-concept-intro.md) and the connection to Azure Blob Storage and Azure Table Storage is through a private endpoint, make sure there are two shared private links of type `blob` and `table`, respectively.
6363

64+
<sup>3</sup> Azure Functions (preview) refer to Functions under a Consumption, Premium and Dedicated [App Service plan](../app-service/overview-hosting-plans.md). The [App Service Environment (ASE)](../app-service/environment/overview.md) and [Azure Kubernetes Service (AKS)](../aks/intro-kubernetes.md) are not supported at this time.
65+
6466
> [!TIP]
6567
> You can query for the list of supported resources and group IDs by using the [list of supported APIs](/rest/api/searchmanagement/2021-04-01-preview/private-link-resources/list-supported).
6668

0 commit comments

Comments
 (0)