Skip to content

Commit 6a94fd2

Browse files
authored
Clarified MSI
1 parent 7e04cc8 commit 6a94fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: craigg
77
ms.service: synapse-analytics
88
ms.topic: conceptual
99
ms.subservice:
10-
ms.date: 03/04/2020
10+
ms.date: 04/08/2020
1111
ms.author: kevin
1212
ms.reviewer: igorstan
1313
ms.custom: azure-synapse
@@ -88,7 +88,7 @@ WITH
8888

8989
## Create the external data source
9090

91-
Use this [CREATE EXTERNAL DATA SOURCE](/sql/t-sql/statements/create-external-data-source-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest) command to store the location of the data. If you are authenticating with AAD pass-through, the CREDENTIAL parameter is not required.
91+
Use this [CREATE EXTERNAL DATA SOURCE](/sql/t-sql/statements/create-external-data-source-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest) command to store the location of the data. If you are authenticating with AAD pass-through, the CREDENTIAL parameter is not required. If you are authenticating using Managed Identity for service endpoints, follow this [documentation](https://docs.microsoft.com/azure/sql-database/sql-database-vnet-service-endpoint-rule-overview?toc=/azure/sql-data-warehouse/toc.json#azure-sql-data-warehouse-polybase) to set up the external data source.
9292

9393
```sql
9494
-- C (for Gen1): Create an external data source

0 commit comments

Comments
 (0)