Skip to content

Commit 0574a1f

Browse files
authored
Update user-assigned identity role info
Updated Storage Blob Data Contributor to Storage Blob Data Owner. With Storage Blob Data Contributor role of MSI on GEN2, error will happen when creating HDInsight
1 parent ca659b3 commit 0574a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/hdinsight-hadoop-use-data-lake-storage-gen2-azure-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ az storage account create --name <STORAGEACCOUNTNAME> \
6565
--kind StorageV2 --hierarchical-namespace true
6666
```
6767

68-
Next, sign in to the portal. Add the new user-assigned managed identity to the **Storage Blob Data Contributor** role on the storage account. This step is described in step 3 under [Using the Azure portal](hdinsight-hadoop-use-data-lake-storage-gen2.md).
68+
Next, sign in to the portal. Add the new user-assigned managed identity to the **Storage Blob Data Owner** role on the storage account. This step is described in step 3 under [Using the Azure portal](hdinsight-hadoop-use-data-lake-storage-gen2.md).
6969

7070
> [!IMPORTANT]
71-
> Ensure that your storage account has the user-assigned identity with **Storage Blob Data Contributor** role permissions, otherwise cluster creation will fail.
71+
> Ensure that your storage account has the user-assigned identity with **Storage Blob Data Owner** role permissions, otherwise cluster creation will fail.
7272
7373
```azurecli
7474
az deployment group create --name HDInsightADLSGen2Deployment \

0 commit comments

Comments
 (0)