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-access-data.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,13 +83,12 @@ However, for Azure Data Lake Storage Gen 1 and 2 datastores, this validation ha
83
83
84
84
All the register methods are on the [`Datastore`](https://docs.microsoft.com/python/api/azureml-core/azureml.core.datastore(class)?view=azure-ml-py) class and have the form `register_azure_*`.
85
85
86
-
You can find the information that you need to populate the `register()` method by using the [Azure portal](https://portal.azure.com):
86
+
You can find the information that you need to populate the `register()` method on the [Azure portal](https://portal.azure.com).
87
+
Select **Storage Accounts** on the left pane, and choose the storage account that you want to register. The **Overview** page provides information such as the account name, container, and file share name.
87
88
88
-
1. Select **Storage Accounts** on the left pane, and choose the storage account that you want to register.
89
-
2. For information like the account name, container, and file share name, go to the **Overview** page.
90
-
3. For authentication information, like account key or SAS token, go to **Access Keys** on the **Settings** pane.
89
+
* For authentication items, like account key or SAS token, go to **Account Keys** on the **Settings** pane.
91
90
92
-
4. For service principal items like, tenant ID and client ID, go to the**Overview**page of your **App registrations**.
91
+
* For service principal items like, tenant ID and client ID, go to your**App registrations**and select which app you want to use. Its corresponding **Overview** page will contain these items.
93
92
94
93
> [!IMPORTANT]
95
94
> If your storage account is in a virtual network, only creation of Blob, File share, ADLS Gen 1 and ADLS Gen 2 datastores **via the SDK** is supported. To grant your workspace access to your storage account, set the parameter `grant_workspace_access` to `True`.
@@ -176,7 +175,7 @@ You can find the information that you need to populate the form on the [Azure p
176
175
177
176
* For authentication items, like account key or SAS token, go to **Account Keys** on the **Settings** pane.
178
177
179
-
* For service principal items like, tenant ID and client ID, go to the**Overview**page of your **App registrations**.
178
+
* For service principal items like, tenant ID and client ID, go to your**App registrations**and select which app you want to use. Its corresponding **Overview** page will contain these items.
180
179
181
180
The following example demonstrates what the form looks like when you create an Azure blob datastore:
0 commit comments