You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/sql/tutorial-data-analyst.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ The focus of the analysis is to find trends in changes of number of taxi rides o
21
21
22
22
## Create Data source
23
23
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.
25
25
26
26
```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.
28
28
CREATE EXTERNAL DATA SOURCE AzureOpenData
29
29
WITH ( LOCATION ='https://azureopendatastorage.blob.core.windows.net/')
0 commit comments