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/data-lake-store/data-lake-store-get-started-powershell.md
+19-11Lines changed: 19 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Learn how to use Azure PowerShell to create an Azure Data Lake Storage Gen1 acco
31
31
32
32
## Authentication
33
33
34
-
This article uses a simpler authentication approach with Data Lake Storage Gen1 where you are prompted to enter your Azure account credentials. The access level to Data Lake Storage Gen1 account and file system is then governed by the access level of the logged in user. However, there are other approaches as well to authenticate with Data Lake Storage Gen1, which are **end-user authentication** or **service-to-service authentication**. For instructions and more information on how to authenticate, see [End-user authentication](data-lake-store-end-user-authenticate-using-active-directory.md) or [Service-to-service authentication](data-lake-store-authenticate-using-active-directory.md).
34
+
This article uses a simpler authentication approach with Data Lake Storage Gen1 where you're prompted to enter your Azure account credentials. The access level to Data Lake Storage Gen1 account and file system is then governed by the access level of the logged in user. However, there are other approaches to authenticate with Data Lake Storage Gen1, which are end-user authentication or service-to-service authentication. For instructions and more information on how to authenticate, see [End-user authentication](data-lake-store-end-user-authenticate-using-active-directory.md) or [Service-to-service authentication](data-lake-store-authenticate-using-active-directory.md).
35
35
36
36
## Create a Data Lake Storage Gen1 account
37
37
@@ -51,7 +51,7 @@ This article uses a simpler authentication approach with Data Lake Storage Gen1
## Upload data to your Data Lake Storage Gen1 account
106
+
## Upload data
107
107
108
108
You can upload your data to Data Lake Storage Gen1 directly at the root level, or to a directory that you created within the account. The snippets in this section demonstrate how to upload some sample data to the directory (**mynewdirectory**) you created in the previous section.
109
109
110
110
If you are looking for some sample data to upload, you can get the **Ambulance Data** folder from the [Azure Data Lake Git Repository](https://github.com/MicrosoftBigData/usql/tree/master/Examples/Samples/Data/AmbulanceData). Download the file and store it in a local directory on your computer, such as C:\sampledata\.
Copy file name to clipboardExpand all lines: articles/data-lake-store/data-lake-store-hdinsight-hadoop-use-portal.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,13 +67,13 @@ To create a HDInsight cluster with a Data Lake Storage Gen1 account as an additi
67
67

68
68
69
69
***Selection method**: use one of the following options:
70
+
70
71
* To specify a storage account that is part of your Azure subscription, select **My subscriptions**, and then select the storage account.
71
72
* To specify a storage account that is outside your Azure subscription, select **Access key**, and then provide the information for the outside storage account.
72
73
73
74
***Default container**: use either the default value or specify your own name.
74
-
75
-
* Additional storage accounts: add more Azure storage accounts as the additional storage.
76
-
* Data Lake Store access: configure access between the Data Lake Storage Gen1 account and HDInsight cluster. For instructions see [Configure Data Lake Storage Gen1 access](#configure-data-lake-storage-gen1-access).
75
+
***Additional storage accounts**: add more Azure storage accounts as the additional storage.
76
+
***Data Lake Store access**: configure access between the Data Lake Storage Gen1 account and HDInsight cluster. For instructions see [Configure Data Lake Storage Gen1 access](#configure-data-lake-storage-gen1-access).
77
77
78
78
## Configure Data Lake Storage Gen1 access
79
79
@@ -145,7 +145,7 @@ If you are using Data Lake Storage Gen1 as additional storage, you must assign p
145
145
146
146

Copy file name to clipboardExpand all lines: articles/data-lake-store/data-lake-store-offline-bulk-data-upload.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
@@ -21,7 +21,7 @@ Before you begin, you must have the following:
21
21
22
22
***An Azure subscription**. See [Get Azure free trial](https://azure.microsoft.com/pricing/free-trial/).
23
23
***An Azure storage account**.
24
-
***An Azure Data Lake Storage Gen1 account**. For instructions on how to create one, see [Get started with Azure Data Lake Storage Gen1](data-lake-store-get-started-portal.md)
24
+
***An Azure Data Lake Storage Gen1 account**. For instructions on how to create one, see [Get started with Azure Data Lake Storage Gen1](data-lake-store-get-started-portal.md).
0 commit comments