Skip to content

Commit 3e74778

Browse files
committed
SEO work to shorten titles plus markdown cleanup
1 parent 2f22249 commit 3e74778

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

articles/data-lake-store/data-lake-store-get-started-powershell.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,30 +121,30 @@ To rename a file, use the following command:
121121

122122
```PowerShell
123123
Move-AzDataLakeStoreItem -AccountName $dataLakeStorageGen1Name `
124-
-Path $myrootdir\mynewdirectory\vehicle1_09142014.csv `
125-
-Destination $myrootdir\mynewdirectory\vehicle1_09142014_Copy.csv
124+
-Path $myrootdir\mynewdirectory\vehicle1_09142014.csv `
125+
-Destination $myrootdir\mynewdirectory\vehicle1_09142014_Copy.csv
126126
```
127127

128128
To download a file, use the following command:
129129

130130
```PowerShell
131131
Export-AzDataLakeStoreItem -AccountName $dataLakeStorageGen1Name `
132-
-Path $myrootdir\mynewdirectory\vehicle1_09142014_Copy.csv `
133-
-Destination "C:\sampledata\vehicle1_09142014_Copy.csv"
132+
-Path $myrootdir\mynewdirectory\vehicle1_09142014_Copy.csv `
133+
-Destination "C:\sampledata\vehicle1_09142014_Copy.csv"
134134
```
135135

136136
To delete a file, use the following command:
137137

138138
```PowerShell
139139
Remove-AzDataLakeStoreItem -AccountName $dataLakeStorageGen1Name `
140-
-Paths $myrootdir\mynewdirectory\vehicle1_09142014_Copy.csv
140+
-Paths $myrootdir\mynewdirectory\vehicle1_09142014_Copy.csv
141141
```
142142

143143
When prompted, enter **Y** to delete the item. If you have more than one file to delete, you can provide all the paths separated by comma.
144144

145145
```PowerShell
146146
Remove-AzDataLakeStoreItem -AccountName $dataLakeStorageGen1Name `
147-
-Paths $myrootdir\mynewdirectory\vehicle1_09142014.csv, $myrootdir\mynewdirectoryvehicle1_09142014_Copy.csv
147+
-Paths $myrootdir\mynewdirectory\vehicle1_09142014.csv, $myrootdir\mynewdirectoryvehicle1_09142014_Copy.csv
148148
```
149149

150150
## Delete your account

articles/data-lake-store/data-lake-store-hdinsight-hadoop-use-portal.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,11 @@ To create a HDInsight cluster with a Data Lake Storage Gen1 account as an additi
6666

6767
![Add service principal to HDInsight cluster](./media/data-lake-store-hdinsight-hadoop-use-portal/hdi.adl.1.png "Add service principal to HDInsight cluster")
6868

69-
* **Selection method**: use one of the following options:
69+
* **Selection method** - To specify a storage account that is part of your Azure subscription, select **My subscriptions**, and then select the storage account. To specify a storage account that is outside your Azure subscription, select **Access key**, and then provide the information for the outside storage account.
7070

71-
* To specify a storage account that is part of your Azure subscription, select **My subscriptions**, and then select the storage account.
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.
73-
74-
* **Default container**: use either the default value or specify your own name.
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).
71+
* **Default container** - Use either the default value or specify your own name.
72+
* **Additional storage accounts** - Add more Azure storage accounts as the additional storage.
73+
* **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).
7774

7875
## Configure Data Lake Storage Gen1 access
7976

0 commit comments

Comments
 (0)