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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The following steps are needed to create an account for the Azure Remote Renderi
29
29
1. In the *Settings > Access Keys* tab, note the 'Primary key' - this is the account's secret account key
30
30
1. Make sure, that in the *Settings > Identity* tab, the option *System assigned > Status* is turned on.
31
31
32
-

32
+
:::image type="content" source="./media/azure-identity-add.png" alt-text="Screenshot of Remote Rendering Account Page in sub menu settings, identity, with the option System assigned status turned on.":::
33
33
34
34
### Account regions
35
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.
@@ -53,15 +53,15 @@ The values for **`arrAccountId`** and **`arrAccountKey`** can be found in the po
53
53
* Go to the [Azure portal](https://www.portal.azure.com)
54
54
* Find your **"Remote Rendering Account"** - it should be in the **"Recent Resources"** list. You can also search for it in the search bar at the top. In that case, make sure that the subscription you want to use is selected in the Default subscription filter (filter icon next to search bar):
:::image type="content" source="./media/azure-account-primary-key.png" alt-text="Screenshot of the Remote Rendering Account in the Access Keys sub menu.":::
65
65
66
66
The value for **`arrAccountKey`** can either be primary or secondary key.
67
67
@@ -73,28 +73,28 @@ The steps in this paragraph have to be performed for each storage account that s
73
73
74
74
Now it is assumed you have a storage account. Navigate to the storage account in the portal and go to the **Access Control (IAM)** tab for that storage account:
:::image type="content" source="./media/azure-storage-account.png" alt-text="Screenshot of the Storage Account in the Access control (IAM) sub menu.":::
77
77
78
78
Ensure you have owner permissions over this storage account to ensure that you can add role assignments. If you don't have access, the **Add a role assignment** option will be disabled.
79
79
80
80
Click on the **Add** button in the "Add a role assignment" tile to add the role.
81
81
82
-

82
+
:::image type="content" source="./media/azure-add-role-assignment-choose-role.png" alt-text="Screenshot of the Storage Account Add role assignment sub page in the tab Role.":::
83
83
84
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
85
86
-

86
+
:::image type="content" source="./media/azure-add-role-assignment-choose-member.png" alt-text="Screenshot of the Storage Account Add role assignment sub page in the tab Members.":::
87
87
88
88
Now select the new member for this role assignment:
89
89
90
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.
91
+
2. Search for the account name of your **Remote Rendering Account**in the *Select members* panel and click on the item corresponding to your **Remote Rendering Account** in the list.
92
92
3. Confirm your selection with a click on **Select**.
93
93
4. Click on **Next** until you are in the **Review + assign** tab.
94
94
95
-

95
+
:::image type="content" source="./media/azure-add-role-assignment-finish-up.png" alt-text="Screenshot of the Storage Account Add role assignment sub page in the tab Review + assign.":::
96
96
97
-
Finally check the that the correct member is listed under *Members > Name* and then finish up the assignment by clicking **Review + assign**.
97
+
Finally check that the correct member is listed under *Members > Name* and then finish up the assignment by clicking **Review + assign**.
98
98
99
99
> [!WARNING]
100
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