Skip to content

Commit 1800f7a

Browse files
author
helenz-msft
committed
fixed folder name
1 parent 2bc77e6 commit 1800f7a

22 files changed

+22
-22
lines changed

articles/machine-learning/create-datastore-with-UI.md renamed to articles/machine-learning/create-datastore-with-user-interface.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ ms.reviewer: franksolomon
88
ms.service: azure-machine-learning
99
ms.subservice: mldata
1010
ms.topic: how-to
11-
ms.date: 02/14/2025
11+
ms.date: 03/03/2025
1212
#Customer intent: Existing solutions help link lakehouse files to Azure Machine Learning resources, and create a datastore through the SDK. However, some customers have lakehouse tables, and they want to create a datastore in Azure Machine Learning through the UI.
1313
---
1414

1515
# Quickstart: Create a datastore in Azure Machine Learning through the UI to link a lakehouse table
1616

1717
Existing solutions can link an Azure Machine Learning resource to OneLake, extract the data, and create a datastore in Azure Machine Learning. However, [in those solutions](#references), the OneLake data is of type "Files." Those solutions don't work for OneLake table-type data, as shown in the following screenshot:
1818

19-
:::image type="content" source="media/create-datastore-with-ui/show-fabric-table.png" alt-text="Screenshot showing a table in Microsoft Fabric." lightbox="./media/create-datastore-with-ui/show-fabric-table.png":::
19+
:::image type="content" source="media/create-datastore-with-user-interface/show-fabric-table.png" alt-text="Screenshot showing a table in Microsoft Fabric." lightbox="./media/create-datastore-with-user-interface/show-fabric-table.png":::
2020

2121
Additionally, some customers might prefer to build the link in the UI. A solution that links Azure Machine Learning resources to OneLake tables is needed.
2222
In this article, you learn how to link OneLake tables to Azure Machine Learning studio resources through the UI.
@@ -32,7 +32,7 @@ In this article, you learn how to link OneLake tables to Azure Machine Learning
3232

3333
This solution has three parts. First, create and set up a Data Lake Storage account in the Azure portal. Next, copy the data from OneLake to Azure Data Lake Storage. Bring the data to the Azure Machine Learning resource, and lastly, create the datastore. The following screenshot shows the overall flow of the solution:
3434

35-
:::image type="content" source="media/create-datastore-with-ui/overall-idea.png" alt-text="Screenshot showing the overall flow of the solution." lightbox="./media/create-datastore-with-ui/overall-idea.png":::
35+
:::image type="content" source="media/create-datastore-with-user-interface/overall-idea.png" alt-text="Screenshot showing the overall flow of the solution." lightbox="./media/create-datastore-with-user-interface/overall-idea.png":::
3636

3737
## Set up the Data Lake storage account in the Azure portal
3838

@@ -45,63 +45,63 @@ Assign the **Storage Blob Data Contributor** and **Storage File Data Privileged
4545

4646
1. On the **Storage accounts** page, select the Data Lake Storage account you created in the prerequisite step. A page showing the storage account properties opens.
4747

48-
:::image type="content" source="media/create-datastore-with-ui/create-storage-account.png" alt-text="Screenshot showing the properties page of the data lake storage account." lightbox="./media/create-datastore-with-ui/create-storage-account.png":::
48+
:::image type="content" source="media/create-datastore-with-user-interface/create-storage-account.png" alt-text="Screenshot showing the properties page of the data lake storage account." lightbox="./media/create-datastore-with-user-interface/create-storage-account.png":::
4949

5050
1. Select the **Access keys** from the left panel and record the key. This value is required in a later step.
5151

5252
1. Select and enable **Allow storage account key access** as shown in the following screenshot:
5353

54-
:::image type="content" source="media/create-datastore-with-ui/enable-key-access.png" alt-text="Screenshot showing how to enable key access of data lake storage account in Azure portal." lightbox="./media/create-datastore-with-ui/enable-key-access.png":::
54+
:::image type="content" source="media/create-datastore-with-user-interface/enable-key-access.png" alt-text="Screenshot showing how to enable key access of data lake storage account in Azure portal." lightbox="./media/create-datastore-with-user-interface/enable-key-access.png":::
5555

5656
1. Select **Access Control (IAM)** from left panel, and assign the **Storage Blob Data Contributor** and **Storage File Data Privileged Contributor** roles to the service principal.
5757

58-
:::image type="content" source="media/create-datastore-with-ui/assign-roles.png" alt-text="Screenshot showing how to assign roles of data lake storage account in Azure portal." lightbox="./media/create-datastore-with-ui/assign-roles.png":::
58+
:::image type="content" source="media/create-datastore-with-user-interface/assign-roles.png" alt-text="Screenshot showing how to assign roles of data lake storage account in Azure portal." lightbox="./media/create-datastore-with-user-interface/assign-roles.png":::
5959

6060
1. Create a container in the storage account. Name it **onelake-table**.
6161

62-
:::image type="content" source="media/create-datastore-with-ui/create-container.png" alt-text="Screenshot showing creation of a data lake storage account container in the Azure portal." lightbox="./media/create-datastore-with-ui/create-container.png":::
62+
:::image type="content" source="media/create-datastore-with-user-interface/create-container.png" alt-text="Screenshot showing creation of a data lake storage account container in the Azure portal." lightbox="./media/create-datastore-with-user-interface/create-container.png":::
6363

6464
## Use a Fabric data pipeline to copy data to an Azure Data Lake Storage account
6565

6666
1. At the Fabric portal, select **Data pipeline** at the New item page.
6767

68-
:::image type="content" source="media/create-datastore-with-ui/create-pipeline.png" alt-text="Screenshot showing selection of data pipeline at the Fabric New item page." lightbox="./media/create-datastore-with-ui/create-pipeline.png":::
68+
:::image type="content" source="media/create-datastore-with-user-interface/create-pipeline.png" alt-text="Screenshot showing selection of data pipeline at the Fabric New item page." lightbox="./media/create-datastore-with-user-interface/create-pipeline.png":::
6969

7070
1. Select **Copy data assistant**.
7171

72-
:::image type="content" source="media/create-datastore-with-ui/copy-data-assistant.png" alt-text="Screenshot showing selection of Copy data assistant." lightbox="./media/create-datastore-with-ui/copy-data-assistant.png":::
72+
:::image type="content" source="media/create-datastore-with-user-interface/copy-data-assistant.png" alt-text="Screenshot showing selection of Copy data assistant." lightbox="./media/create-datastore-with-user-interface/copy-data-assistant.png":::
7373

7474
1. In **Copy data assistant**, select **Azure Blobs**:
7575

76-
:::image type="content" source="media/create-datastore-with-ui/select-azure-blob.png" alt-text="Screenshot showing selection of Select Azure blobs in the Fabric Copy data assistant." lightbox="./media/create-datastore-with-ui/select-azure-blob.png":::
76+
:::image type="content" source="media/create-datastore-with-user-interface/select-azure-blob.png" alt-text="Screenshot showing selection of Select Azure blobs in the Fabric Copy data assistant." lightbox="./media/create-datastore-with-user-interface/select-azure-blob.png":::
7777

7878
1. To create a connection to the Azure Data Lake storage account, select **Authentication kind: Account key** and then **Next**:
7979

8080
<!-- Maybe place a red highlight box around "Authentication kind: Account key" -->
8181

82-
:::image type="content" source="media/create-datastore-with-ui/create-connection.png" alt-text="Screenshot that shows how to create a connection in a Fabric data pipeline." lightbox="./media/create-datastore-with-ui/create-connection.png":::
82+
:::image type="content" source="media/create-datastore-with-user-interface/create-connection.png" alt-text="Screenshot that shows how to create a connection in a Fabric data pipeline." lightbox="./media/create-datastore-with-user-interface/create-connection.png":::
8383

8484
1. Select the data destination, and select Next:
8585

8686
<!-- Maybe place red highlight boxes around "OK" and "Next" -->
8787

88-
:::image type="content" source="media/create-datastore-with-ui/select-destination-folder.png" alt-text="Screenshot that shows selection of the data destination." lightbox="./media/create-datastore-with-ui/select-destination-folder.png":::
88+
:::image type="content" source="media/create-datastore-with-user-interface/select-destination-folder.png" alt-text="Screenshot that shows selection of the data destination." lightbox="./media/create-datastore-with-user-interface/select-destination-folder.png":::
8989

9090
1. Connect to the data destination, and select Next:
9191

92-
:::image type="content" source="media/create-datastore-with-ui/connect-data-destination.png" alt-text="Screenshot that shows connection to the data destination." lightbox="./media/create-datastore-with-ui/connect-data-destination.png":::
92+
:::image type="content" source="media/create-datastore-with-user-interface/connect-data-destination.png" alt-text="Screenshot that shows connection to the data destination." lightbox="./media/create-datastore-with-user-interface/connect-data-destination.png":::
9393

9494
1. That step automatically starts the data copy job:
9595

9696
<!-- This image does not seem to highlight how to start the data copy job - it does not seem to highlight a control that actually starts the data copy job -->
9797

98-
:::image type="content" source="media/create-datastore-with-ui/copy-activity-scheduled.png" alt-text="Screenshot that shows the copy activity is scheduled." lightbox="./media/create-datastore-with-ui/copy-activity-scheduled.png":::
98+
:::image type="content" source="media/create-datastore-with-user-interface/copy-activity-scheduled.png" alt-text="Screenshot that shows the copy activity is scheduled." lightbox="./media/create-datastore-with-user-interface/copy-activity-scheduled.png":::
9999

100100
This step might take a while. It directly leads to the next step.
101101

102102
1. Check that the data copy job finished successfully:
103103

104-
:::image type="content" source="media/create-datastore-with-ui/copy-activity-success.png" alt-text="Screenshot showing that the copy operation succeeded." lightbox="./media/create-datastore-with-ui/copy-activity-success.png":::
104+
:::image type="content" source="media/create-datastore-with-user-interface/copy-activity-success.png" alt-text="Screenshot showing that the copy operation succeeded." lightbox="./media/create-datastore-with-user-interface/copy-activity-success.png":::
105105

106106
## Create datastore in Azure Machine Learning linking to Azure Data Lake Storage container
107107

@@ -114,27 +114,27 @@ Now that your data is in the Azure Data Lake storage resource, you can create an
114114
115115
The create-container.png image step created the **onelake-table** container.-->
116116

117-
:::image type="content" source="media/create-datastore-with-ui/check-container.png" alt-text="Screenshot that shows how to verify the data in Azure storage account container." lightbox="./media/create-datastore-with-ui/check-container.png":::
117+
:::image type="content" source="media/create-datastore-with-user-interface/check-container.png" alt-text="Screenshot that shows how to verify the data in Azure storage account container." lightbox="./media/create-datastore-with-user-interface/check-container.png":::
118118

119119
1. In Machine Learning studio create data asset, select the **File (uri_file)** type:
120120

121-
:::image type="content" source="media/create-datastore-with-ui/create-data-asset.png" alt-text="Screenshot showing selection of the File (uri_file) type." lightbox="./media/create-datastore-with-ui/create-data-asset.png":::
121+
:::image type="content" source="media/create-datastore-with-user-interface/create-data-asset.png" alt-text="Screenshot showing selection of the File (uri_file) type." lightbox="./media/create-datastore-with-user-interface/create-data-asset.png":::
122122

123123
1. Select **From Azure storage**:
124124

125-
:::image type="content" source="media/create-datastore-with-ui/select-azure-storage.png" alt-text="Screenshot that shows how to select Azure storage." lightbox="./media/create-datastore-with-ui/select-azure-storage.png":::
125+
:::image type="content" source="media/create-datastore-with-user-interface/select-azure-storage.png" alt-text="Screenshot that shows how to select Azure storage." lightbox="./media/create-datastore-with-user-interface/select-azure-storage.png":::
126126

127127
1. Using the **Account key** value from the earlier **Create a connection to the Azure Data Lake storage account** step, create a **New datastore**:
128128

129-
:::image type="content" source="media/create-datastore-with-ui/new-datastore.png" alt-text="Screenshot that shows how to create new datastore in Azure Machine Learning." lightbox="./media/create-datastore-with-ui/new-datastore.png":::
129+
:::image type="content" source="media/create-datastore-with-user-interface/new-datastore.png" alt-text="Screenshot that shows how to create new datastore in Azure Machine Learning." lightbox="./media/create-datastore-with-user-interface/new-datastore.png":::
130130

131131
1. You can also directly create a datastore in the Azure Machine Learning Studio:
132132

133-
:::image type="content" source="media/create-datastore-with-ui/create-datastore.png" alt-text="Screenshot that shows how to create a datastore in Azure Machine Learning." lightbox="./media/create-datastore-with-ui/create-datastore.png":::
133+
:::image type="content" source="media/create-datastore-with-user-interface/create-datastore.png" alt-text="Screenshot that shows how to create a datastore in Azure Machine Learning." lightbox="./media/create-datastore-with-user-interface/create-datastore.png":::
134134

135135
1. You can review details of the datastore you created:
136136

137-
:::image type="content" source="media/create-datastore-with-ui/datastore-created.png" alt-text="Screenshot that shows details of the datastore you created." lightbox="./media/create-datastore-with-ui/datastore-created.png":::
137+
:::image type="content" source="media/create-datastore-with-user-interface/datastore-created.png" alt-text="Screenshot that shows details of the datastore you created." lightbox="./media/create-datastore-with-user-interface/datastore-created.png":::
138138

139139
1. Review the data in the datastore
140140

@@ -144,7 +144,7 @@ Now that your data is in the Azure Data Lake storage resource, you can create an
144144
145145
resource. -->
146146

147-
:::image type="content" source="media/create-datastore-with-ui/access-datastore.png" alt-text="Screenshot that shows how to access a datastore in Azure Machine Learning." lightbox="./media/create-datastore-with-ui/access-datastore.png":::
147+
:::image type="content" source="media/create-datastore-with-user-interface/access-datastore.png" alt-text="Screenshot that shows how to access a datastore in Azure Machine Learning." lightbox="./media/create-datastore-with-user-interface/access-datastore.png":::
148148

149149
Now that you successfully created the datastore in Azure Machine Learning, you can use it in machine learning exercises.
150150

0 commit comments

Comments
 (0)