Skip to content

Commit 0641bba

Browse files
authored
Clarified user requirements to loading via PolyBase
1 parent 3351f8a commit 0641bba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/sql-data-warehouse/sql-data-warehouse-load-from-azure-data-lake-store.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: craigg
77
ms.service: sql-data-warehouse
88
ms.topic: conceptual
99
ms.subservice: load-data
10-
ms.date: 02/04/2020
10+
ms.date: 03/04/2020
1111
ms.author: kevin
1212
ms.reviewer: igorstan
1313
ms.custom: azure-synapse
@@ -42,6 +42,8 @@ To access your Data Lake Storage account, you will need to create a Database Mas
4242

4343
To connect to Data Lake Storage using service principals, you must **first** create an Azure Active Directory Application, create an access key, and grant the application access to the Data Lake Storage account. For instructions, see [Authenticate to Azure Data Lake Storage Using Active Directory](../data-lake-store/data-lake-store-authenticate-using-active-directory.md).
4444

45+
Log into your SQL pool with a user having CONTROL level permissions and execute the following SQL statements against your database:
46+
4547
```sql
4648
-- A: Create a Database Master Key.
4749
-- Only necessary if one does not already exist.

0 commit comments

Comments
 (0)