Skip to content

Commit 08ee88f

Browse files
Merge pull request #34034 from silasmendes-ms/patch-1
Update create-external-data-source-transact-sql.md removing invalid comma
2 parents a3c3001 + fb51d18 commit 08ee88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/t-sql/statements/create-external-data-source-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ GO
17071707
CREATE EXTERNAL DATA SOURCE MyAzureStorage
17081708
WITH (
17091709
LOCATION = 'abs://<container>@<storage_account_name>.blob.core.windows.net/',
1710-
CREDENTIAL = AzureStorageCredentialv2,
1710+
CREDENTIAL = AzureStorageCredentialv2
17111711
);
17121712
```
17131713

0 commit comments

Comments
 (0)