Skip to content

Commit 7e23169

Browse files
Merge pull request #221173 from normesta/normesta-reg-updates-11
Small edit from customer feedback
2 parents 6a0c0e6 + 6983804 commit 7e23169

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

articles/storage/blobs/data-lake-storage-use-databricks-spark.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,17 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2727

2828
## Prerequisites
2929

30-
- Create an Azure Data Lake Storage Gen2 account.
30+
- Create a storage account that has a hierarchical namespace (Azure Data Lake Storage Gen2)
3131

3232
See [Create a storage account to use with Azure Data Lake Storage Gen2](create-data-lake-storage-account.md).
3333

3434
- Make sure that your user account has the [Storage Blob Data Contributor role](assign-azure-role-data-access.md) assigned to it.
3535

3636
- Install AzCopy v10. See [Transfer data with AzCopy v10](../common/storage-use-azcopy-v10.md?toc=/azure/storage/blobs/toc.json)
3737

38-
- Create a service principal. See [How to: Use the portal to create an Azure AD application and service principal that can access resources](../../active-directory/develop/howto-create-service-principal-portal.md).
38+
- Create a service principal, create a client secret, and then grant the service principal access to the storage account.
3939

40-
There's a couple of specific things that you'll have to do as you perform the steps in that article.
41-
42-
:heavy_check_mark: When performing the steps in the [Assign the application to a role](../../active-directory/develop/howto-create-service-principal-portal.md#assign-a-role-to-the-application) section of the article, make sure to assign the **Storage Blob Data Contributor** role to the service principal.
43-
44-
> [!IMPORTANT]
45-
> Make sure to assign the role in the scope of the Data Lake Storage Gen2 storage account. You can assign a role to the parent resource group or subscription, but you'll receive permissions-related errors until those role assignments propagate to the storage account.
46-
47-
:heavy_check_mark: When performing the steps in the [Get values for signing in](../../active-directory/develop/howto-create-service-principal-portal.md#get-tenant-and-app-id-values-for-signing-in) section of the article, paste the tenant ID, app ID, and client secret values into a text file. You'll need those soon.
40+
See [Tutorial: Connect to Azure Data Lake Storage Gen2](/azure/databricks/getting-started/connect-to-azure-storage) (Steps 1 through 3). After completing these steps, make sure to paste the tenant ID, app ID, and client secret values into a text file. You'll need those soon.
4841

4942
### Download the flight data
5043

0 commit comments

Comments
 (0)