Skip to content

Commit e6def1f

Browse files
Merge pull request #861 from gmndrg/main
Clarifying support for AOAI shared private links in non-public clouds
2 parents 6d79527 + b1ffdd7 commit e6def1f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: mrcarter8
88
ms.author: mcarter
99
ms.service: azure-ai-search
1010
ms.topic: how-to
11-
ms.date: 09/17/2024
11+
ms.date: 10/16/2024
1212
---
1313

1414
# Make outbound connections through a shared private link
@@ -95,7 +95,7 @@ You can create a shared private link for the following resources.
9595
| Microsoft.DBforMySQL/servers (preview) | `mysqlServer`|
9696
| Microsoft.Web/sites <sup>4</sup> | `sites` |
9797
| Microsoft.Sql/managedInstances (preview) <sup>5</sup>| `managedInstance` |
98-
| Microsoft.CognitiveServices/accounts <sup>6</sup>| `openai_account` |
98+
| Microsoft.CognitiveServices/accounts <sup>6</sup> <sup>7</sup>| `openai_account` |
9999

100100
<sup>1</sup> If Azure Storage and Azure AI Search are in the same region, the connection to storage is made over the Microsoft backbone network, which means a shared private link is redundant for this configuration. However, if you already set up a private endpoint for Azure Storage, you should also set up a shared private link or the connection is refused on the storage side. Also, if you're using multiple storage formats for various scenarios in search, make sure to create a separate shared private link for each subresource.
101101

@@ -109,6 +109,9 @@ You can create a shared private link for the following resources.
109109

110110
<sup>6</sup> The `Microsoft.CognitiveServices/accounts` resource type is used for vectorizer and indexer connections to Azure OpenAI when implementing [integrated Vectorization](vector-search-integrated-vectorization.md). There's currently no support for shared private link to embedding models in the Azure AI Studio model catalog or to the Azure AI Vision multimodal API.
111111

112+
<sup>7</sup> Shared Private Link for Azure OpenAI is only supported in public cloud. Other cloud offerings such as [Microsoft Azure Government](https://azure.microsoft.com/explore/global-infrastructure/government/) don't have support for Shared Private Links for `openai_account` Group ID.
113+
114+
112115
## 1 - Create a shared private link
113116

114117
Use the Azure portal, Management REST API, the Azure CLI, or Azure PowerShell to create a shared private link.

0 commit comments

Comments
 (0)