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/remote-rendering/how-tos/create-an-account.md
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ The following steps are needed to create an account for the Azure Remote Renderi
27
27
1. Once the account is created, navigate to it and:
28
28
1. In the *Overview* tab, note the 'Account ID'
29
29
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
+

30
33
31
34
### Account regions
32
35
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
76
79
77
80
Click on the **Add** button in the "Add a role assignment" tile to add the role.
78
81
79
-

82
+

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
+

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
+

80
96
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**.
85
98
86
99
> [!WARNING]
87
100
> In case your Remote Rendering account is not listed, refer to this [troubleshoot section](../resources/troubleshoot.md#cant-link-storage-account-to-arr-account).
0 commit comments