Skip to content

Commit f869377

Browse files
authored
Merge pull request #105520 from nibaccam/patch-2
service principal clarity
2 parents 773d6cd + a62a9f8 commit f869377

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 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** and select which app you want to use. Its corresponding **Overview** page will contain 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`.
@@ -176,7 +175,7 @@ You can find the information that you need to populate the form on the [Azure p
176175

177176
* For authentication items, like account key or SAS token, go to **Account Keys** on the **Settings** pane.
178177

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

181180
The following example demonstrates what the form looks like when you create an Azure blob datastore:
182181

0 commit comments

Comments
 (0)