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-events.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ First, create a csv file that describes a sales order, and then upload that file
51
51
2. Select **Storage browser**->**Blob containers**->**Add container** and create a new container named **data**.
52
52
53
53
> [!div class="mx-imgBorder"]
54
-
> 
54
+
> .
55
55
56
56
3. In the **data** container, create a directory named **input**.
57
57
@@ -253,9 +253,9 @@ Create an Azure Function that runs the Job.
253
253
254
254
11. Choose **Azure Event Grid Trigger**.
255
255
256
-
Install the **Microsoft.Azure.WebJobs.Extensions.EventGrid** extension if you're prompted to do so. If you have to install it, then you'll have to choose **Azure Event Grid Trigger** again to create the function.
256
+
Install the **Microsoft.Azure.WebJobs.Extensions.EventGrid** extension if you're prompted to do so. If you have to install it, then you'll have to choose **Azure Event Grid Trigger** again to create the function.
257
257
258
-
The **New Function** pane appears.
258
+
The **New Function** pane appears.
259
259
260
260
12. In the **New Function** pane, name the function **UpsertOrder**, and then select the **Create** button.
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-tutorial-extract-transform-load-hive.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ If you don't have an Azure subscription, [create a free account](https://azure.m
38
38
39
39
- Azure SQL Database
40
40
41
-
You'll use Azure SQL Database as a destination data store. If you don't have a database in SQL Database, see [Create a database in Azure SQL Database in the Azure portal](/azure/azure-sql/database/single-database-create-quickstart).
41
+
You use Azure SQL Database as a destination data store. If you don't have a database in SQL Database, see [Create a database in Azure SQL Database in the Azure portal](/azure/azure-sql/database/single-database-create-quickstart).
42
42
43
43
- Azure CLI
44
44
@@ -50,7 +50,7 @@ If you don't have an Azure subscription, [create a free account](https://azure.m
50
50
51
51
## Download, extract and then upload the data
52
52
53
-
In this section, you'll download sample flight data. Then, you'll upload that data to your HDInsight cluster and then copy that data to your Data Lake Storage Gen2 account.
53
+
In this section, you download sample flight data. Then, you upload that data to your HDInsight cluster and then copy that data to your Data Lake Storage Gen2 account.
54
54
55
55
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.
56
56
@@ -59,10 +59,10 @@ In this section, you'll download sample flight data. Then, you'll upload that da
- Replace the `<ssh-user-name>` placeholder with the SSH login for the HDInsight cluster.
62
+
- Replace the `<ssh-user-name>` placeholder with the SSH username for the HDInsight cluster.
63
63
- Replace the `<cluster-name>` placeholder with the name of the HDInsight cluster.
64
64
65
-
If you use a password to authenticate your SSH login, you're prompted for the password.
65
+
If you use a password to authenticate your SSH username, you're prompted for the password.
66
66
67
67
If you use a public key, you might need to use the `-i` parameter and specify the path to the matching private key. For example, `scp -i ~/.ssh/id_rsa <file_name>.zip <user-name>@<cluster-name>-ssh.azurehdinsight.net:`.
68
68
@@ -116,7 +116,7 @@ As part of the Apache Hive job, you import the data from the .csv file into an A
116
116
nano flightdelays.hql
117
117
```
118
118
119
-
2. Modify the following text by replace the `<container-name>` and `<storage-account-name>` placeholders with your container and storage account name. Then copy and paste the text into the nano console by using pressing the SHIFT key along with the right-mouse click button.
119
+
2. Modify the following text by replacing the `<container-name>` and `<storage-account-name>` placeholders with your container and storage account name. Then copy and paste the text into the nano console by using pressing the SHIFT key along with the right-mouse select button.
120
120
121
121
```hiveql
122
122
DROP TABLE delays_raw;
@@ -180,7 +180,7 @@ As part of the Apache Hive job, you import the data from the .csv file into an A
180
180
FROM delays_raw;
181
181
```
182
182
183
-
3. Save the file by using use CTRL+X and then type `Y` when prompted.
183
+
3. Save the file by typing CTRL+X and then typing `Y` when prompted.
184
184
185
185
4. To start Hive and run the `flightdelays.hql` file, use the following command:
186
186
@@ -240,11 +240,11 @@ You need the server name from SQL Database for this operation. Complete these st
240
240
241
241
- Replace the `<server-name>` placeholder with the logical SQL server name.
242
242
243
-
- Replace the `<admin-login>` placeholder with the admin loginfor SQL Database.
243
+
- Replace the `<admin-login>` placeholder with the admin usernamefor SQL Database.
244
244
245
245
- Replace the `<database-name>` placeholder with the database name
246
246
247
-
When you're prompted, enter the password for the SQL Database admin login.
247
+
When you're prompted, enter the password for the SQL Database admin username.
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-use-sql.md
+10-13Lines changed: 10 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,17 +59,15 @@ This tutorial uses flight data from the Bureau of Transportation Statistics. You
59
59
60
60
## Create an Azure Synapse workspace
61
61
62
-
1.[Create a Synapse workspace in the Azure portal](../../synapse-analytics/get-started-create-workspace.md#create-a-synapse-workspace-in-the-azure-portal).
62
+
[Create a Synapse workspace in the Azure portal](../../synapse-analytics/get-started-create-workspace.md#create-a-synapse-workspace-in-the-azure-portal). As you create the workspace, use these values:
63
63
64
-
As you create the workspace, use these values:
65
-
66
-
-**Subscription**: Select the Azure subscription associated with your storage account.
67
-
-**Resource group**: Select the resource group where you placed your storage account.
68
-
-**Region**: Select the region of the storage account (for example, `Central US`).
69
-
-**Name**: Enter a name for your Synapse workspace.
70
-
-**SQL Administrator login**: Enter the administrator username for the SQL Server.
71
-
-**SQL Administrator password**: Enter the administrator password for the SQL Server.
72
-
-**Tag Values**: Accept the default.
64
+
-**Subscription**: Select the Azure subscription associated with your storage account.
65
+
-**Resource group**: Select the resource group where you placed your storage account.
66
+
-**Region**: Select the region of the storage account (for example, `Central US`).
67
+
-**Name**: Enter a name for your Synapse workspace.
68
+
-**SQL Administrator login**: Enter the administrator username for the SQL Server.
69
+
-**SQL Administrator password**: Enter the administrator password for the SQL Server.
70
+
-**Tag Values**: Accept the default.
73
71
74
72
#### Find your Synapse SQL endpoint name (optional)
75
73
@@ -84,7 +82,7 @@ To find the fully qualified server name:
84
82
85
83

86
84
87
-
In this tutorial, you'll use Synapse Studio to query data from the CSV file that you uploaded to the storage account.
85
+
In this tutorial, you use Synapse Studio to query data from the CSV file that you uploaded to the storage account.
88
86
89
87
## Use Synapse Studio to explore data
90
88
@@ -107,8 +105,7 @@ In this tutorial, you'll use Synapse Studio to query data from the CSV file that
107
105
108
106
## Clean up resources
109
107
110
-
When they're no longer needed, delete your Synapse Analytics workspace. The workspace tat do not have some additional dedicated SQL pools or Spark pools is not charged if you are not using it, so you will get **no billing even if you keep it**.
111
-
Do not delete the resource group if you have selected the resource group where you have placed your Azure storage account.
108
+
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**.
0 commit comments