You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-datastore.md
+20-26Lines changed: 20 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -420,30 +420,24 @@ az ml datastore create --file my_adls_datastore.yml
420
420
421
421
## Create a OneLake (Microsoft Fabric) datastore (preview)
422
422
423
-
This section describes various options to create a OneLake datastore. The OneLake datastore is part of Microsoft Fabric. At this time, Machine Learning supports connection to Microsoft Fabric lakehouse artifacts that include folders or files and Amazon S3 shortcuts. For more information about lakehouses, see [What is a lakehouse in Microsoft Fabric?](/fabric/data-engineering/lakehouse-overview).
423
+
This section describes various options to create a OneLake datastore. The OneLake datastore is part of Microsoft Fabric. At this time, Machine Learning supports connection to Microsoft Fabric lakehouse artifacts in "Files" folder that include folders or files and Amazon S3 shortcuts. For more information about lakehouses, see [What is a lakehouse in Microsoft Fabric?](/fabric/data-engineering/lakehouse-overview).
424
424
425
425
OneLake datastore creation requires the following information from your Microsoft Fabric instance:
426
426
427
427
- Endpoint
428
-
-Fabric workspace name or GUID
429
-
- Artifact name or GUID
428
+
-Workspace GUID
429
+
- Artifact GUID
430
430
431
-
The following three screenshots describe the retrieval of these required information resources from your Microsoft Fabric instance.
431
+
The following screenshots describe the retrieval of these required information resources from your Microsoft Fabric instance.
432
432
433
-
### OneLake workspace name
434
-
In your Microsoft Fabric instance, you can find the workspace information, as shown in this screenshot. You can use either a GUID value or a "friendly name" to create a Machine Learning OneLake datastore.
433
+
:::image type="content" source="media/how-to-datastore/onelake-properties.png" alt-text="Screenshot that shows how to click into artifact properties of Microsoft Fabric workspace artifact in Microsoft Fabric UI." lightbox="./media/how-to-datastore/onelake-properties.png":::
435
434
436
-
:::image type="content" source="media/how-to-datastore/fabric-workspace.png" alt-text="Screenshot that shows Microsoft Fabric workspace details in the Microsoft Fabric UI." lightbox="./media/how-to-datastore/fabric-workspace.png":::
435
+
You will then find "Endpoint", "Workspace GUID" and "Artifact GUID" in "URL" and "ABFS path" from the "Properties" page:
437
436
438
-
### OneLake endpoint
439
-
This screenshot shows how you can find endpoint information in your Microsoft Fabric instance.
:::image type="content" source="media/how-to-datastore/fabric-endpoint.png" alt-text="Screenshot that shows Microsoft Fabric endpoint details in the Microsoft Fabric UI." lightbox="./media/how-to-datastore/fabric-endpoint.png":::
442
-
443
-
### OneLake artifact name
444
-
This screenshot shows how you can find the artifact information in your Microsoft Fabric instance. The screenshot also shows how you can use either a GUID value or a friendly name to create a Machine Learning OneLake datastore.
445
-
446
-
:::image type="content" source="media/how-to-datastore/fabric-lakehouse.png" alt-text="Screenshot that shows how to get Microsoft Fabric lakehouse artifact details in the Microsoft Fabric UI." lightbox="./media/how-to-datastore/fabric-lakehouse.png":::
440
+
:::image type="content" source="media/how-to-datastore/onelake-url-abfs-path.png" alt-text="Screenshot that shows URL and ABFS path of a OneLake artifact in Microsoft Fabric UI." lightbox="./media/how-to-datastore/onelake-url-abfs-path.png":::
0 commit comments