Skip to content

Commit fe1c438

Browse files
Minor correction to syntax
1 parent 4f4ba78 commit fe1c438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/tutorial-load-data-using-entra-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To create the external data source, use the following T-SQL command:
8989
CREATE EXTERNAL DATA SOURCE <ExternalDataSourceName>
9090
WITH (
9191
TYPE = HADOOP,
92-
LOCATION = 'abfss://<Container>@<AccountName>.dfs.core.windows.net/<Folder>/
92+
LOCATION = 'abfss://<Container>@<AccountName>.dfs.core.windows.net/<Folder>/'
9393
);
9494
```
9595

0 commit comments

Comments
 (0)