@@ -416,7 +416,6 @@ az ml datastore create --file my_adls_datastore.yml
416
416
```
417
417
---
418
418
419
- ---
420
419
421
420
## Create a OneLake (Microsoft Fabric) datastore (preview)
422
421
@@ -434,8 +433,8 @@ OneLake datastore creation requires the following information from your Microsof
434
433
435
434
You will then find "Endpoint", "Workspace GUID" and "Artifact GUID" in "URL" and "ABFS path" from the "Properties" page:
436
435
437
- - URL format: https://{your_one_lake_endpoint}/ {your_one_lake_workspace_guid}/ {your_one_lake_artifact_guid}/Files
438
- - ABFS path format: abfss://{your_one_lake_workspace_guid}@ {your_one_lake_endpoint}/ {your_one_lake_artifact_guid}/Files
436
+ - ** URL format** : https://** {your_one_lake_endpoint}** / ** {your_one_lake_workspace_guid}** / ** {your_one_lake_artifact_guid}** /Files
437
+ - ** ABFS path format** : abfss://** {your_one_lake_workspace_guid}** @ ** {your_one_lake_endpoint}** / ** {your_one_lake_artifact_guid}** /Files
439
438
440
439
:::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":::
441
440
@@ -455,7 +454,7 @@ store = OneLakeDatastore(
455
454
one_lake_workspace_name = " XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" , # {your_one_lake_workspace_guid}
456
455
endpoint = " msit-onelake.dfs.fabric.microsoft.com" # {your_one_lake_endpoint}
457
456
artifact = OneLakeArtifact(
458
- name = " XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/Files" ," {your_one_lake_artifact_guid} /Files
457
+ name = " XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/Files" , # {your_one_lake_artifact_guid}/Files
459
458
type = " lake_house"
460
459
)
461
460
)
@@ -483,7 +482,7 @@ store = OneLakeDatastore(
483
482
one_lake_workspace_name = " XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" , # {your_one_lake_workspace_guid}
484
483
endpoint = " msit-onelake.dfs.fabric.microsoft.com" # {your_one_lake_endpoint}
485
484
artifact = OneLakeArtifact(
486
- name = " XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/Files" ," {your_one_lake_artifact_guid} /Files
485
+ name = " XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/Files" , # {your_one_lake_artifact_guid}/Files
487
486
type = " lake_house"
488
487
)
489
488
credentials = ServicePrincipalCredentials(
0 commit comments