Skip to content

Commit 37f5e10

Browse files
Merge pull request #6918 from soophiac/sophiac/update-onelake-spl
Add instructions for SPL connection to onelake
2 parents 39c4921 + 3c5f851 commit 37f5e10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ You can create a shared private link for the following resources.
116116
| Microsoft.Sql/managedInstances (preview) <sup>5</sup>| `managedInstance` |
117117
| Microsoft.CognitiveServices/accounts <sup>6</sup> <sup>7</sup>| `openai_account` |
118118
| Microsoft.CognitiveServices/accounts <sup>8</sup> | `cognitiveservices_account` |
119+
| Microsoft.Fabric/privateLinkServicesForFabric <sup>9</sup> | `workspace` |
119120

120121
<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.
121122

@@ -133,6 +134,8 @@ You can create a shared private link for the following resources.
133134

134135
<sup>8</sup> Shared private links are now supported (as of November 2024) for connections to Azure AI services multi-service accounts. Azure AI Search connects to Azure AI services multi-service for [billing purposes](cognitive-search-attach-cognitive-services.md). These connections can now be private through a shared private link. Shared private link is only supported when configuring [a managed identity (keyless configuration)](cognitive-search-attach-cognitive-services.md#bill-through-a-keyless-connection) in the skillset definition.
135136

137+
<sup>9</sup> Shared private link is supported for connections to OneLake workspace. To create a `privateLinkServicesForFabric` resource specific to a workspace, [register](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) `Microsoft.Fabric` namespace to your subscription and refer to step 2 as documented in [Create the private link service in Azure](/fabric/security/security-workspace-level-private-links-set-up#step-2-create-the-private-link-service-in-azure).
138+
136139
## 1 - Create a shared private link
137140

138141
Use the Azure portal, Management REST API, the Azure CLI, or Azure PowerShell to create a shared private link.
@@ -310,6 +313,7 @@ Approval of the private endpoint connection is granted on the Azure PaaS side. E
310313
+ On Azure Storage, use [Private Endpoint Connections - Put](/rest/api/storagerp/private-endpoint-connections/put)
311314
+ On Azure Cosmos DB, use [Private Endpoint Connections - Create Or Update](/rest/api/cosmos-db-resource-provider/private-endpoint-connections/create-or-update)
312315
+ On Azure OpenAI, use [Private Endpoint Connections - Create Or Update](/rest/api/aiservices/accountmanagement/private-endpoint-connections/create-or-update?view=rest-aiservices-accountmanagement-2023-05-01&preserve-view=true)
316+
+ On Onelake, use [Private Endpoints - Approve via CLI](/cli/azure/network/private-endpoint-connection?view=azure-cli-latest#az-network-private-endpoint-connection-approve) or [Private Endpoints - Approve via Portal](/azure/private-link/manage-private-endpoint?tabs=manage-private-link-powershell#manage-private-endpoint-connections-on-azure-paas-resources)
313317

314318
Using the Azure portal, perform the following steps:
315319

0 commit comments

Comments
 (0)