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/storage/blobs/data-lake-storage-use-sql.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,11 @@ title: 'Tutorial: Azure Data Lake Storage, Azure Synapse'
3
3
titleSuffix: Azure Storage
4
4
description: This tutorial shows how to run SQL queries on an Azure Synapse serverless SQL endpoint to access data in an Azure Data Lake Storage enabled storage account.
5
5
author: jovanpop-msft
6
-
7
6
ms.service: azure-data-lake-storage
8
7
ms.topic: tutorial
9
8
ms.date: 03/07/2022
10
9
ms.author: normesta
11
10
ms.custom: devx-track-sql
12
-
#Customer intent: As an data engineer, I want to connect my data in Azure Storage so that I can easily run analytics on it.
13
11
---
14
12
15
13
# Tutorial: Query Azure Data Lake Storage using SQL language in Synapse Analytics
@@ -43,18 +41,18 @@ This tutorial uses flight data from the Bureau of Transportation Statistics. You
43
41
44
42
1. Download the [On_Time_Reporting_Carrier_On_Time_Performance_1987_present_2016_1.zip](https://github.com/Azure-Samples/AzureStorageSnippets/blob/master/blobs/tutorials/On_Time_Reporting_Carrier_On_Time_Performance_1987_present_2016_1.zip) file. This file contains the flight data.
45
43
46
-
2. Unzip the contents of the zipped file and make a note of the file name and the path of the file. You need this information in a later step.
44
+
1. Unzip the contents of the zipped file and make a note of the file name and the path of the file. You need this information in a later step.
47
45
48
46
### Copy source data into the storage account
49
47
50
48
1. Navigate to your new storage account in the Azure portal.
51
49
52
-
2. Select **Storage browser**->**Blob containers**->**Add container** and create a new container named **data**.
50
+
1. Select **Storage browser**->**Blob containers**->**Add container** and create a new container named **data**.
53
51
54
52
> [!div class="mx-imgBorder"]
55
53
> 
56
54
57
-
6. In storage browser, upload the `On_Time_Reporting_Carrier_On_Time_Performance_1987_present_2016_1.csv` file to the **data** folder.
55
+
1. In storage browser, upload the `On_Time_Reporting_Carrier_On_Time_Performance_1987_present_2016_1.csv` file to the **data** folder.
58
56
59
57
## Create an Azure Synapse workspace
60
58
@@ -78,8 +76,8 @@ To find the fully qualified server name:
78
76
1. Select on the workspace you want to connect to.
79
77
2. Go to overview.
80
78
3. Locate the full server name.
81
-
82
-

79
+
- For a dedicated SQL pool, use **SQL Endpoint**.
80
+
- For the serverless SQL pool, use **SQL on-demand endpoint**.
83
81
84
82
In this tutorial, you use Synapse Studio to query data from the CSV file that you uploaded to the storage account.
85
83
@@ -106,7 +104,7 @@ In this tutorial, you use Synapse Studio to query data from the CSV file that yo
106
104
107
105
When they're no longer needed, delete the resource group and all related resources. To do so, select the resource group for the storage account and workspace, and then and select **Delete**.
108
106
109
-
## Next steps
107
+
## Next step
110
108
111
109
> [!div class="nextstepaction"]
112
110
> [Azure Data Lake Storage, Azure Databricks & Spark](data-lake-storage-use-databricks-spark.md)
Copy file name to clipboardExpand all lines: articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-connect-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ ms.custom:
19
19
Get connected to a SQL pool in Azure Synapse.
20
20
21
21
> [!IMPORTANT]
22
-
> Use Microsoft Entra authentication when possible. For more information, see [Use Microsoft Entra authentication for authentication with Synapse SQL](active-directory-authentication.md).
22
+
> Use Microsoft Entra authentication when possible. For more information, see [Use Microsoft Entra authentication for authentication with Synapse SQL](../sql/active-directory-authentication.md).
Copy file name to clipboardExpand all lines: articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-connection-strings.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
@@ -18,9 +18,9 @@ ms.custom:
18
18
You can connect to a SQL pool in Azure Synapse with several different application protocols such as, [ADO.NET](/dotnet/framework/data/adonet?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json), [ODBC](/sql/connect/odbc/windows/microsoft-odbc-driver-for-sql-server-on-windows?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest&preserve-view=true), [PHP](/sql/connect/php/overview-of-the-php-sql-driver?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest&preserve-view=true), and [JDBC](/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest&preserve-view=true). Below are some examples of connections strings for each protocol. You can also use the Azure portal to build your connection string.
19
19
20
20
> [!IMPORTANT]
21
-
> Use Microsoft Entra authentication when possible. For more information, see [Use Microsoft Entra authentication for authentication with Synapse SQL](active-directory-authentication.md).
21
+
> Use Microsoft Entra authentication when possible. For more information, see [Use Microsoft Entra authentication for authentication with Synapse SQL](../sql/active-directory-authentication.md).
22
22
23
-
To build your connection string using the Azure portal, navigate to your SQL pool blade, under *Essentials* click on *Show database connection strings*.
23
+
To build your connection string using the Azure portal, navigate to your SQL pool blade, under **Essentials** select **Show database connection strings**.
0 commit comments