Skip to content

Commit cc87907

Browse files
authored
Update sql-data-warehouse-load-from-azure-data-lake-store.md
fixed script bug
1 parent 5b4af01 commit cc87907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You can find the ADL URI in the Azure portal and www.portal.azure.com.
9393
CREATE EXTERNAL DATA SOURCE AzureDataLakeStore
9494
WITH (
9595
TYPE = HADOOP,
96-
LOCATION = 'adl://<AzureDataLake account_name>.azuredatalake.net',
96+
LOCATION = 'adl://<AzureDataLake account_name>.azuredatalakestore.net',
9797
CREDENTIAL = ADLCredential
9898
);
9999
```

0 commit comments

Comments
 (0)