Skip to content

Commit a8be721

Browse files
author
Michael Zappe
committed
Updated role assignment and system assigned tutorial steps
1 parent 7e8db07 commit a8be721

6 files changed

+18
-5
lines changed

articles/remote-rendering/how-tos/create-an-account.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ The following steps are needed to create an account for the Azure Remote Renderi
2727
1. Once the account is created, navigate to it and:
2828
1. In the *Overview* tab, note the 'Account ID'
2929
1. In the *Settings > Access Keys* tab, note the 'Primary key' - this is the account's secret account key
30+
1. Make sure, that in the *Settings > Identity* tab, the option *System assigned > Status* is turned on.
31+
32+
![Azure Identity turn on System assigned status](./media/azure-identity-add.png)
3033

3134
### Account regions
3235
The location that is specified during account creation time of an account determines which region the account resource is assigned to. This cannot be changed after creation. However, the account can be used to connect to a Remote Rendering session in any [supported region](./../reference/regions.md), regardless of the account's location.
@@ -76,12 +79,22 @@ Ensure you have owner permissions over this storage account to ensure that you c
7679

7780
Click on the **Add** button in the "Add a role assignment" tile to add the role.
7881

79-
![Storage account IAM add role assignment](./media/azure-add-role-assignment.png)
82+
![Storage account IAM add role assignment choose role](./media/azure-add-role-assignment-choose-role.png)
83+
84+
Search for the role **Storage Blob Data Contributor** in the list or by typing it in the search field. Select the role by clicking on the item in the list and click **Next**.
85+
86+
![Storage account IAM add role assignment choose member](./media/azure-add-role-assignment-choose-member.png)
87+
88+
Now select the new member for this role assignment:
89+
90+
1. Click **+ Select members**.
91+
2. Search for the account name of your **Remote Rendering Account** and click on the item in the list.
92+
3. Confirm your selection with a click on **Select**.
93+
4. Click on **Next** until you are in the **Review + assign** tab.
94+
95+
![Storage account IAM add role assignment finish up](./media/azure-add-role-assignment-finish-up.png)
8096

81-
* Assign **Storage Blob Data Contributor** role as shown in the screenshot above.
82-
* Select **Remote Rendering Account** system assigned managed identity from the **Assign access to** dropdown.
83-
* Select your subscription and Remote Rendering account in the last dropdowns.
84-
* Click "Save" to save your changes.
97+
Finally check the that the correct member is listed under *Members > Name* and then finish up the assignment by clicking **Review + assign**.
8598

8699
> [!WARNING]
87100
> In case your Remote Rendering account is not listed, refer to this [troubleshoot section](../resources/troubleshoot.md#cant-link-storage-account-to-arr-account).
97.8 KB
Loading
86.7 KB
Loading
49 KB
Loading
Binary file not shown.
85.8 KB
Loading

0 commit comments

Comments
 (0)