Skip to content

Commit 29cdf46

Browse files
authored
Merge pull request #93015 from EricBuMSFT/patch-3
Fixed command to verify service principal role
2 parents 8a172e6 + 22bcef6 commit 29cdf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/data/upload-metrics-and-logs-to-azure-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Example output:
160160
## Verify service principal role
161161

162162
```azurecli
163-
az role assignment list -o table
163+
az role assignment list --scope subscriptions/<SubscriptionID>/resourceGroups/<resourcegroup> -o table
164164
```
165165

166166
With the service principal assigned to the appropriate role, you can proceed to upload metrics, or user data.

0 commit comments

Comments
 (0)