Skip to content

Commit 7a073a0

Browse files
Merge pull request #263341 from gmndrg/main
Updated documentation to reflect SPL for Azure OpenAI
2 parents 49162cd + e6ac4bb commit 7a073a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: how-to
13-
ms.date: 07/24/2023
13+
ms.date: 01/16/2024
1414
---
1515

1616
# Make outbound connections through a shared private link
@@ -88,6 +88,7 @@ You can create a shared private link for the following resources.
8888
| Microsoft.DBforMySQL/servers (preview) | `mysqlServer`|
8989
| Microsoft.Web/sites (preview) <sup>3</sup> | `sites` |
9090
| Microsoft.Sql/managedInstances (preview) <sup>4</sup>| `managedInstance` |
91+
| Microsoft.CognitiveServices/accounts (preview) <sup>5</sup>| `openai_account` |
9192

9293
<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 sub-resource.
9394

@@ -97,6 +98,8 @@ You can create a shared private link for the following resources.
9798

9899
<sup>4</sup> See [Create a shared private link for a SQL Managed Instance](search-indexer-how-to-access-private-sql.md) for instructions.
99100

101+
<sup>5</sup> The `Microsoft.CognitiveServices/accounts` resource type is used for indexer connections to Azure OpenAI when implementing [integrated Vectorization](vector-search-integrated-vectorization.md).
102+
100103
## 1 - Create a shared private link
101104

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

0 commit comments

Comments
 (0)