Skip to content

Commit 1997c17

Browse files
Update tutorial-data-analyst.md
1 parent fb237e6 commit 1997c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/sql/tutorial-data-analyst.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ The focus of the analysis is to find trends in changes of number of taxi rides o
2121

2222
## Create Data source
2323

24-
Data source object is used to reference Azure storage account where you need to analyze data. Public Azure storage don't need some credential to acces storage.
24+
Data source object is used to reference Azure storage account where you need to analyze data. Publicly available storage doesn't need some credential to access storage.
2525

2626
```sql
27-
-- There is no credential in data surce. We are using public storage account which doesn't need a secret.
27+
-- There is no credential in data surce. We are using public storage account which doesn't need a credential.
2828
CREATE EXTERNAL DATA SOURCE AzureOpenData
2929
WITH ( LOCATION = 'https://azureopendatastorage.blob.core.windows.net/')
3030
```

0 commit comments

Comments
 (0)