Skip to content

Commit 3749882

Browse files
committed
Fixing image error
1 parent ec8631d commit 3749882

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

articles/automation/troubleshoot/runbooks.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,19 @@ If you receive this error after updating one AzureRM or Az module, you should up
6969
If you're trying to access resources in another subscription, you can follow the steps below to configure permissions.
7070

7171
1. Go to the Automation Run As account and copy the application ID and thumbprint.
72-
![Copy Application ID and Thumbprint](../media/troubleshoot-runbooks/collect-app-id.png)
72+
73+
![Copy ID and thumbprint](../media/troubleshoot-runbooks/collect-app-id.png)
74+
7375
1. Go to the subscription's Access Control where the Automation account is NOT hosted, and add a new role assignment.
74-
![Access control](../media/troubleshoot-runbooks/access-control.png)
76+
77+
![Access control](../media/troubleshoot-runbooks/access-control.png)
78+
7579
1. Add the application ID collected earlier. Select Contributor permissions.
76-
![Add role assignment](../media/troubleshoot-runbooks/add-role-assignment.png)
80+
81+
![Add role assignment](../media/troubleshoot-runbooks/add-role-assignment.png)
82+
7783
1. Copy the name of the subscription.
84+
7885
1. You can now use the following runbook code to test the permissions from your Automation account to the other subscription. Replace `"\<CertificateThumbprint\>"` with the value copied in step 1. Replace `"\<SubscriptionName\>"` with the value copied in step 4.
7986

8087
```powershell

0 commit comments

Comments
 (0)