Skip to content

Commit bd175fd

Browse files
committed
addStorage1
1 parent d4099d1 commit bd175fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/hdinsight/hdinsight-hadoop-add-storage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Use [Script Action](hdinsight-hadoop-customize-cluster-linux.md#apply-a-script-a
4747
|---|---|
4848
|Bash script URI|`https://hdiconfigactions.blob.core.windows.net/linuxaddstorageaccountv01/add-storage-account-v01.sh`|
4949
|Node type(s)|Head|
50-
|Parameters|`ACCOUNTNAME` `ACCOUNTKEY` </br> `-p` (optional)|
50+
|Parameters|`ACCOUNTNAME` `ACCOUNTKEY` `-p` (optional)|
5151

5252
* `ACCOUNTNAME` is the name of the storage account to add to the HDInsight cluster.
5353
* `ACCOUNTKEY` is the access key for `ACCOUNTNAME`.
@@ -121,9 +121,9 @@ If you change the key for a storage account, HDInsight can no longer access the
121121

122122
Running the script action again does __not__ update the key, as the script checks to see if an entry for the storage account already exists. If an entry already exists, it doesn't make any changes.
123123

124-
To work around this problem:
125-
1. Remove the storage account.
126-
1. Add the storage account.
124+
To work around this problem:
125+
1. Remove the storage account.
126+
1. Add the storage account.
127127

128128
> [!IMPORTANT]
129129
> Rotating the storage key for the primary storage account attached to a cluster is not supported.

0 commit comments

Comments
 (0)