Skip to content

Commit 7fb331c

Browse files
Merge pull request #292759 from periclesrocha/patch-5
Minor correction to syntax
2 parents 09a5f2d + fe1c438 commit 7fb331c

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)