Skip to content

Commit

Permalink
Merge pull request microsoft#303 from nulllogicone/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jodebrui authored Oct 13, 2017
2 parents 3bb38aa + a4005bd commit 7c10e2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* (optionally add credential) *
********************************************************************************/

-- Create external data source with with the roow URL of the Blob storage Account and associated credential (if it is not public).
-- Create external data source with the URL of the Blob storage Account and associated credential (if it is not public).
CREATE EXTERNAL DATA SOURCE MyAzureBlobStorage
WITH ( TYPE = BLOB_STORAGE,
LOCATION = 'https://sqlchoice.blob.core.windows.net/sqlchoice/samples/load-from-azure-blob-storage',
Expand Down

0 comments on commit 7c10e2b

Please sign in to comment.