Skip to content

Commit 35e0a89

Browse files
Merge pull request #292174 from sreekzz/patch-488439
Added Secondary storage option
2 parents a403079 + 7a854a6 commit 35e0a89

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

articles/hdinsight/configure-azure-blob-storage.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure Azure Blob Storage on Azure HDInsight
33
description: Learn how to Configure Azure Blob storage on Azure HDInsight.
44
ms.service: azure-hdinsight
55
ms.topic: how-to
6-
ms.date: 11/25/2024
6+
ms.date: 01/13/2025
77

88
---
99
# Configure Azure Blob Storage as primary storage account in Azure HDInsight
@@ -96,7 +96,39 @@ The script is downloaded and implemented. This will work even if the script isn'
9696
9797
The new feature specifically supports scripts that aren't publicly accessible but don't require a SAS key or token. This provides an additional layer of security for scripts that need to be kept private.
9898
99-
The conventional script action in which is anonymously accessible or if a SAS key is passed along with the script URI, still works without any changes. For more information, see [Customize Azure HDInsight clusters by using script actions](./hdinsight-hadoop-customize-cluster-linux.md)
99+
The traditional script action, whether accessed anonymously or with a SAS key included in the script URI, continues to function without any modifications. For more information, see [Customize Azure HDInsight clusters by using script actions](./hdinsight-hadoop-customize-cluster-linux.md).
100+
101+
## Configure Azure Blob storage as secondary storage
102+
103+
**Access Key as authentication**
104+
105+
Use access keys to authenticate Azure blob storage while configuring it as secondary storage during HDInsight cluster creation.
106+
107+
Learn how to use access keys to authenticate Blob storage while configuring secondary storage during HDInsight cluster creation.
108+
109+
> [!NOTE]
110+
> If the primary storage is already chosen as Blob storage, then same authentication mechanism may need to be chosen for secondary storage. (i.e. access key in this scenario).
111+
112+
113+
1. Select `Additional Azure Storage` in the storage section in portal during HDInsight cluster creation.
114+
1. Choose the `Storage Account` from the drop-down.
115+
1. Select authentication mechanism as `Use access key`.
116+
1. Enter **Access key** details.
117+
1. Click **Next**.
118+
119+
**Managed Identity as authentication**
120+
121+
Use manage identities to authenticate Azure blob storage while configuring it as secondary storage during HDInsight cluster creation.
122+
123+
> [!NOTE]
124+
> If the primary storage is chosen as Blob storage, then same authentication mechanism may need to be chosen for secondary storage (i.e. managed identity in this scenario). Only one Managed identity can be used to authenticate both primary and secondary storages and the managed identity need to have sufficient access to secondary storage being selected.
125+
126+
1. Configure Blob as secondary storage using Azure portal.
127+
1. Select **Additional Azure Storage** in the storage section in portal during HDInsight cluster creation.
128+
1. Choose the **Storage Account** from the drop-down.
129+
1. Select authentication mechanism as `Use managed identity`.
130+
1. Select the **managed identity** from the list.
131+
1. Click **Next**.
100132
101133
## Next steps
102134

0 commit comments

Comments
 (0)