Skip to content

Commit 3ba21b9

Browse files
authored
Added Secondary storage option
Added Secondary storage option
1 parent e1475c7 commit 3ba21b9

File tree

1 file changed

+41
-2
lines changed

1 file changed

+41
-2
lines changed

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

Lines changed: 41 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: 12/19/2024
77

88
---
99
# Configure Azure Blob Storage as primary storage account in Azure HDInsight
@@ -96,7 +96,46 @@ 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 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)
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 choosen as Blob storage , then same authentication mechanism may need to be choosen 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+
Image
120+
121+
**Managed Identity as authentication**
122+
123+
Use manage identities to authenticate Azure blob storage while configuring it as secondary storage during HDInsight cluster creation.
124+
125+
> [!NOTE]
126+
> 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.
127+
128+
1. Configure Blob as secondary storage using Azure portal.
129+
130+
1. Select **Additional Azure Storage** in the storage section in portal during HDInsight cluster creation.
131+
132+
1. Choose the **Storage Account** from the drop down.
133+
134+
1. Select authentication mechanism as `Use managed identity`.
135+
136+
1. Select the **managed identity** from the list.
137+
138+
Click **Next**.
100139
101140
## Next steps
102141

0 commit comments

Comments
 (0)