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/hdinsight/hdinsight-hadoop-add-storage.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@ description: Learn how to add additional Azure Storage accounts to an existing H
4
4
ms.service: hdinsight
5
5
ms.topic: how-to
6
6
ms.custom: seoapr2020
7
-
ms.date: 09/29/2022
7
+
ms.date: 10/11/2023
8
8
---
9
9
10
10
# Add additional storage accounts to HDInsight
11
11
12
-
Learn how to use script actions to add additional Azure Storage *accounts* to HDInsight. The steps in this document add a storage *account* to an existing HDInsight cluster. This article applies to storage *accounts* (not the default cluster storage account), and not additional storage such as [`Azure Data Lake Storage Gen1`](hdinsight-hadoop-use-data-lake-storage-gen1.md) and [`Azure Data Lake Storage Gen2`](hdinsight-hadoop-use-data-lake-storage-gen2.md).
12
+
Learn how to use script actions to add extra Azure Storage *accounts* to HDInsight. The steps in this document add a storage *account* to an existing HDInsight cluster. This article applies to storage *accounts* (not the default cluster storage account), and not additional storage such as [`Azure Data Lake Storage Gen1`](hdinsight-hadoop-use-data-lake-storage-gen1.md) and [`Azure Data Lake Storage Gen2`](hdinsight-hadoop-use-data-lake-storage-gen2.md).
13
13
14
14
> [!IMPORTANT]
15
15
> The information in this document is about adding additional storage account(s) to a cluster after it has been created. For information on adding storage accounts during cluster creation, see [Set up clusters in HDInsight with Apache Hadoop, Apache Spark, Apache Kafka, and more](hdinsight-hadoop-provision-linux-clusters.md).
@@ -18,7 +18,7 @@ Learn how to use script actions to add additional Azure Storage *accounts* to HD
18
18
19
19
* A Hadoop cluster on HDInsight. See [Get Started with HDInsight on Linux](./hadoop/apache-hadoop-linux-tutorial-get-started.md).
20
20
* Storage account name and key. See [Manage storage account access keys](../storage/common/storage-account-keys-manage.md).
21
-
* If using PowerShell, you'll need the AZ module. See [Overview of Azure PowerShell](/powershell/azure/).
21
+
* If using PowerShell, you need the AZ module. See [Overview of Azure PowerShell](/powershell/azure/).
22
22
23
23
## How it works
24
24
@@ -53,13 +53,13 @@ Use [Script Action](hdinsight-hadoop-customize-cluster-linux.md#script-action-to
53
53
54
54
## Verification
55
55
56
-
When viewing the HDInsight cluster in the Azure portal, selecting the __Storage Accounts__ entry under __Properties__ doesn't display storage accounts added through this script action. Azure PowerShell and Azure CLI don't display the additional storage account either. The storage information isn't displayed because the script only modifies the `core-site.xml` configuration for the cluster. This information isn't used when retrieving the cluster information using Azure management APIs.
56
+
When you view the HDInsight cluster in the Azure portal, select the __Storage Accounts__ entry under __Properties__ doesn't display storage accounts added through this script action. Azure PowerShell and Azure CLI don't display the additional storage account either. The storage information isn't displayed because the script only modifies the `core-site.xml` configuration for the cluster. This information isn't used when retrieving the cluster information using Azure management APIs.
57
57
58
-
To verify the additional storage use one of the methods shown below:
58
+
To verify the additional storage use one of the methods shown:
59
59
60
60
### PowerShell
61
61
62
-
The script will return the Storage Account name(s) associated with the given cluster. Replace `CLUSTERNAME` with the actual cluster name, and then run the script.
62
+
The script returns the Storage Account name(s) associated with the given cluster. Replace `CLUSTERNAME` with the actual cluster name, and then run the script.
0 commit comments