Skip to content

Commit 3eda9a1

Browse files
authored
Merge pull request #235887 from sreekzz/patch-163
Freshness MS date change
2 parents d305a9f + b6481f2 commit 3eda9a1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/hdinsight/hdinsight-rotate-storage-keys.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ title: Update Azure Storage account access key in Azure HDInsight
33
description: Learn how to update Azure Storage account access key in Azure HDInsight cluster.
44
ms.service: hdinsight
55
ms.topic: how-to
6-
ms.date: 06/29/2021
6+
ms.date: 04/26/2023
77
---
88

99
# Update Azure storage account access keys in HDInsight cluster
1010

11-
In this article, you will learn how to rotate Azure Storage account access keys for the primary or secondary storage accounts in Azure HDInsight.
11+
In this article, you learn how to rotate Azure Storage account access keys for the primary or secondary storage accounts in Azure HDInsight.
1212

1313
>[!CAUTION]
1414
> Directly rotating the access key on the storage side will make the HDInsight cluster inaccessible.
1515
1616
## Prerequisites
1717

18-
* We are going to use an approach to rotate the primary and secondary access keys of the storage account in a staggered, alternating fashion to ensure HDInsight cluster is accessible throughout the process.
18+
* We're going to use an approach to rotate the primary and secondary access keys of the storage account in a staggered, alternating fashion to ensure HDInsight cluster is accessible throughout the process.
1919

20-
Here is an example on how to use primary and secondary storage access keys and set up rotation policies on them:
20+
Here's an example of how to use primary and secondary storage access keys and set up rotation policies on them:
2121
1. Use access key1 on the storage account when creating HDInsight cluster.
22-
1. Set up rotation policy for access key2 every N days. As part of this rotation update HDInsight to use access key1 and then rotate access key2 on storage account.
23-
1. Set up rotation policy for access key1 every N/2 days. As part of this rotation update HDInsight to use access key2 and then rotate access key1 on storage account.
24-
1. With above approach access key1 will be rotated N/2, 3N/2 etc. days and access key2 will be rotated N, 2N, 3N etc. days.
22+
1. Set up rotation policy for access key2 every N day. As part of this rotation update, HDInsight to use access key1 and then rotate access key2 on storage account.
23+
1. Set up rotation policy for access key1 every N/2 day. As part of this rotation update, HDInsight to use access key2 and then rotate access key1 on storage account.
24+
1. With approach access key1 will be rotated N/2, 3N/2 etc. days and access key2 will be rotated N, 2N, 3N etc. days.
2525

26-
* To set up periodic rotation of storage account keys see [Automate the rotation of a secret](../key-vault/secrets/tutorial-rotation-dual.md).
26+
* To set up periodic rotation of storage account keys, see [Automate the rotation of a secret](../key-vault/secrets/tutorial-rotation-dual.md).
2727

2828
## Update storage account access keys
2929

@@ -41,11 +41,11 @@ Use [Script Action](hdinsight-hadoop-customize-cluster-linux.md#script-action-to
4141

4242
## Known issues
4343

44-
The preceding script directly updates the access key on the cluster side only and does not renew a copy on the HDInsight Resource provider side. Therefore, the script action hosted in the storage account will fail after the access key is rotated.
44+
The preceding script directly updates the access key on the cluster side only and doesn't renew a copy on the HDInsight Resource provider side. Therefore, the script action hosted in the storage account will fail after the access key is rotated.
4545

4646
Workaround:
4747
Use [SAS URIs](hdinsight-storage-sharedaccesssignature-permissions.md) for script actions or make the scripts publicly accessible.
4848

4949
## Next steps
5050

51-
* [Add additional storage accounts](hdinsight-hadoop-add-storage.md)
51+
* [Add more storage accounts](hdinsight-hadoop-add-storage.md)

0 commit comments

Comments
 (0)