Skip to content

Commit 540f638

Browse files
authored
Merge pull request #116391 from ChristopherManthei/AddStorageAccountLinkingTroubleshoot
Add 'can't link storage account' troubleshoot section
2 parents bd287a1 + 357f3e0 commit 540f638

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,13 @@ Now it is assumed you have a storage account. Navigate to the storage account in
7676

7777
![Storage account IAM](./media/azure-add-role-assignment.png)
7878

79-
* The first role to assign is **Owner** as shown in the screenshot above.
80-
* Select **Remote Rendering Account** from the ***Assign access to** dropdown.
79+
* The first role to assign is **Owner** as shown in the screenshot above.
80+
* Select **Remote Rendering Account** from the **Assign access to** dropdown.
8181
* Select your subscription and Remote Rendering account in the last dropdowns.
8282

83+
> [!WARNING]
84+
> In case your Remote Rendering account is not listed, refer to this [troubleshoot section](../resources/troubleshoot.md#cant-link-storage-account-to-arr-account).
85+
8386
Repeat adding new roles two more times for the respective selections from the **Role** dropdown:
8487
* **Storage Account Contributor**
8588
* **Storage Blob Data Contributor**
34 KB
Loading

articles/remote-rendering/resources/troubleshoot.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ ms.topic: troubleshooting
1111

1212
This page lists common issues interfering with Azure Remote Rendering, and ways to resolve them.
1313

14+
## Can't link storage account to ARR account
15+
16+
Sometimes during [linking of a storage account](../how-tos/create-an-account.md#link-storage-accounts) the Remote Rendering account isn't listed. To fix this issue, go to the ARR account in the Azure portal and select **Identity** under the **Settings** group on the left. Make sure **Status** is set to **On**.
17+
![Unity frame debugger](./media/troubleshoot-portal-identity.png)
18+
1419
## Client can't connect to server
1520

1621
Make sure that your firewalls (on device, inside routers, etc.) don't block the following ports:

0 commit comments

Comments
 (0)