Skip to content

Commit 653e2ac

Browse files
authored
Update azure-stack-edge-gpu-deploy-add-shares.md
Add description about role required for tiering storage account after introducing the new behavior of MSI
1 parent f1c672c commit 653e2ac

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/databox-online/azure-stack-edge-gpu-deploy-add-shares.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ To create a share, do the following procedure:
5555
Depending upon whether you choose SMB or NFS shares, the rest of the options vary slightly.
5656

5757
c. Provide a storage account where the share will reside.
58+
59+
> [!IMPORTANT]
60+
> Tiering data from an Azure Stack Edge Pro or Data Box Gateway device to the mapped Azure Storage account uses Managed Service Identity to authorize the data access. Make sure that the Azure Storage account that you use has following roles being assigned to the Managed identities for Azure Stack Edge resource:
61+
>
62+
> * Storage Blob Data Contributor
63+
> * Storage File Data Privileged Contributor
64+
> * Contributor
65+
>
66+
> For more information, see [Assign an Azure role for access to blob data](../storage/blobs/assign-azure-role-data-access.md?tabs=portal#assign-an-azure-role).
5867
5968
d. In the **Storage service** drop-down list, select **Block Blob**, **Page Blob**, or **Files**.
6069
The type of service you select depends on which format you want the data to use in Azure. In this example, because we want to store the data as block blobs in Azure, we select **Block Blob**. If you select **Page Blob**, make sure that your data is 512 bytes aligned. For example, a VHDX is always 512 bytes aligned.
@@ -74,7 +83,7 @@ To create a share, do the following procedure:
7483

7584
![Add NFS share](./media/azure-stack-edge-gpu-deploy-add-shares/add-share-nfs-1.png)
7685

77-
4. Select **Create** to create the share.
86+
5. Select **Create** to create the share.
7887

7988
You're notified that the share creation is in progress. After the share is created with the specified settings, the **Shares** tile updates to reflect the new share.
8089

0 commit comments

Comments
 (0)