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/configure-azure-blob-storage.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,40 +102,38 @@ The conventional script action in which is anonymously accessible or if a SAS ke
102
102
103
103
**Access Key as authentication**
104
104
105
-
Use access keys to authenticate Azure blob storage while configuring it as secondary storage during HDInsight cluster creation.
105
+
Use access keys to authenticate Azure blob storage while configuring it as secondary storage during HDInsight cluster creation.
106
106
107
107
Learn how to use access keys to authenticate Blob storage while configuring secondary storage during HDInsight cluster creation.
108
108
109
-
> ![NOTE]
109
+
> [!NOTE]
110
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
111
112
112
113
113
1. Select `Additional Azure Storage` in the storage section in portal during HDInsight cluster creation.
114
-
1. Choose the `Storage Account` from the dropdown.
114
+
1. Choose the `Storage Account` from the drop-down.
115
115
1. Select authentication mechanism as `Use access key`.
116
-
1. Enter **Access key** details.
116
+
1. Enter **Access key** details.
117
117
1. Click **Next**.
118
118
119
-
Image
119
+
:::image type="content" source="./media/configure-azure-blob-storage/use-access-key.png" alt-text="Screenshot showing the basic tab." border="true" lightbox="./media/configure-azure-blob-storage/use-access-key.png":::
120
120
121
-
**Managed Identity as authentication**
121
+
**Managed Identity as authentication**
122
122
123
123
Use manage identities to authenticate Azure blob storage while configuring it as secondary storage during HDInsight cluster creation.
124
124
125
125
> [!NOTE]
126
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
127
128
128
1. Configure Blob as secondary storage using Azure portal.
129
-
130
129
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
-
130
+
1. Choose the **Storage Account** from the drop-down.
134
131
1. Select authentication mechanism as `Use managed identity`.
135
-
136
132
1. Select the **managed identity** from the list.
137
133
138
-
Click **Next**.
134
+
Click **Next**.
135
+
136
+
:::image type="content" source="./media/configure-azure-blob-storage/use-managed-identity.png" alt-text="Screenshot showing the basic tab." border="true" lightbox="./media/configure-azure-blob-storage/use-managed-identity.png":::
0 commit comments