Skip to content

Commit 4582b6a

Browse files
Merge pull request #281355 from HeidiSteen/heidist-uuf
tabbed section for data connections
2 parents 4b2364d + e2af9d4 commit 4582b6a

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

articles/search/search-get-started-portal-import-vectors.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,18 +206,39 @@ Use these instructions to assign permissions or get an API key for search servic
206206

207207
The next step is to connect to a data source to use for the search index.
208208

209-
1. In the **Import and vectorize data** wizard, on the **Set up your data connection** page, select **Azure Blob Storage** or **OneLake**.
209+
### [Azure Storage](#tab/connect-data-storage)
210210

211-
1. Specify the Azure subscription.
211+
1. In the **Import and vectorize data** wizard, on the **Set up your data connection** page, select **Azure Blob Storage**.
212212

213-
1. For OneLake, specify the lakehouse URL, or provide the workspace and lakehouse IDs.
213+
1. Specify the Azure subscription.
214214

215-
For Azure Storage, select the account and container that provide the data.
215+
1. Choose the storage account and container that provide the data.
216216

217217
1. Specify whether you want [deletion detection](search-howto-index-changed-deleted-blobs.md).
218218

219+
1. Specify whether you want your search service to [connect to Azure Storage using its managed identity](search-howto-managed-identities-storage.md).
220+
221+
1. Select **Next**.
222+
223+
### [OneLake (preview)](#tab/connect-data-onelake)
224+
225+
Support for OneLake indexing is in preview. For more information about supported shortcuts and limitations, see ([OneLake indexing](search-how-to-index-onelake-files.md)).
226+
227+
1. In the **Import and vectorize data** wizard, on the **Set up your data connection** page, select **OneLake**.
228+
229+
1. Specify the type of connection:
230+
231+
+ Lakehouse URL
232+
+ Workspace ID and Lakehouse ID
233+
234+
1. For OneLake, specify the lakehouse URL, or provide the workspace and lakehouse IDs.
235+
236+
1. Specify whether you want your search service to connect to OneLake using its system or user managed identity. You must use a managed identity and roles for search connections to OneLake.
237+
219238
1. Select **Next**.
220239

240+
---
241+
221242
## Vectorize your text
222243

223244
In this step, specify the embedding model for vectorizing chunked data.

0 commit comments

Comments
 (0)