Skip to content

Commit 9c2e0a1

Browse files
authored
Merge pull request #102178 from cicicao/patch-1
Update user-assigned identity role info
2 parents 290d2b8 + 0574a1f commit 9c2e0a1

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)