Skip to content

Commit 74a2073

Browse files
authored
service principal clarity
1 parent 4364615 commit 74a2073

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/machine-learning/how-to-access-data.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,12 @@ However, for Azure Data Lake Storage Gen 1 and 2 datastores, this validation ha
8383

8484
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_*`.
8585

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.
8788

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.
9190

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**, select which app you want to use and its corresponding **Overview** page contains these items.
9392

9493
> [!IMPORTANT]
9594
> 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`.

0 commit comments

Comments
 (0)