Skip to content

Commit 324aad9

Browse files
author
Michael Zappe
committed
Compliant pi redaction, better alt text, image borders
1 parent a8be721 commit 324aad9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following steps are needed to create an account for the Azure Remote Renderi
2929
1. In the *Settings > Access Keys* tab, note the 'Primary key' - this is the account's secret account key
3030
1. Make sure, that in the *Settings > Identity* tab, the option *System assigned > Status* is turned on.
3131

32-
![Azure Identity turn on System assigned status](./media/azure-identity-add.png)
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.":::
3333

3434
### Account regions
3535
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
5353
* Go to the [Azure portal](https://www.portal.azure.com)
5454
* 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):
5555

56-
![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.":::
5757

58-
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:
5959

60-
![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.":::
6161

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

64-
![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.":::
6565

6666
The value for **`arrAccountKey`** can either be primary or secondary key.
6767

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

7474
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:
7575

76-
![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.":::
7777

7878
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.
7979

8080
Click on the **Add** button in the "Add a role assignment" tile to add the role.
8181

82-
![Storage account IAM add role assignment choose role](./media/azure-add-role-assignment-choose-role.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.":::
8383

8484
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**.
8585

86-
![Storage account IAM add role assignment choose member](./media/azure-add-role-assignment-choose-member.png)
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.":::
8787

8888
Now select the new member for this role assignment:
8989

9090
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.
9292
3. Confirm your selection with a click on **Select**.
9393
4. Click on **Next** until you are in the **Review + assign** tab.
9494

95-
![Storage account IAM add role assignment finish up](./media/azure-add-role-assignment-finish-up.png)
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.":::
9696

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**.
9898

9999
> [!WARNING]
100100
> In case your Remote Rendering account is not listed, refer to this [troubleshoot section](../resources/troubleshoot.md#cant-link-storage-account-to-arr-account).
-18 Bytes
Loading
10 Bytes
Loading

0 commit comments

Comments
 (0)