Skip to content

Commit 2243837

Browse files
authored
Merge pull request #191630 from MichaelZp0/MichaelZp0/RemoteRenderingAdjustStorageConnectionToAzurePortalChanges
Updated role assignment and system assigned tutorial steps
2 parents 2eefd61 + 324aad9 commit 2243837

6 files changed

+23
-10
lines changed

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

Lines changed: 23 additions & 10 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+
:::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.":::
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.
@@ -50,15 +53,15 @@ The values for **`arrAccountId`** and **`arrAccountKey`** can be found in the po
5053
* Go to the [Azure portal](https://www.portal.azure.com)
5154
* 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):
5255

53-
![Subscription filter](./media/azure-subscription-filter.png)
56+
:::image type="content" source="./media/azure-subscription-filter.png" alt-text="Screenshot of the Azure Portal Subscription filter list.":::
5457

55-
Clicking on your account brings you to this screen, which shows the **Account ID** right away:
58+
Clicking on your account brings you to this screen, which shows the **Account ID** right away:
5659

57-
![Azure account ID](./media/azure-account-id.png)
60+
:::image type="content" source="./media/azure-account-id.png" alt-text="Screenshot of the Remote Rendering Account in the Overview sub menu.":::
5861

5962
For the key, select **Access Keys** in the panel on the left. The next page shows a primary and a secondary key:
6063

61-
![Azure access keys](./media/azure-account-primary-key.png)
64+
:::image type="content" source="./media/azure-account-primary-key.png" alt-text="Screenshot of the Remote Rendering Account in the Access Keys sub menu.":::
6265

6366
The value for **`arrAccountKey`** can either be primary or secondary key.
6467

@@ -70,18 +73,28 @@ The steps in this paragraph have to be performed for each storage account that s
7073

7174
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:
7275

73-
![Storage account IAM](./media/azure-storage-account.png)
76+
:::image type="content" source="./media/azure-storage-account.png" alt-text="Screenshot of the Storage Account in the Access control (IAM) sub menu.":::
7477

7578
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.
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+
:::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+
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+
:::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+
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** in the *Select members* panel and click on the item corresponding to your **Remote Rendering Account** 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+
:::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.":::
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 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)