Skip to content

Commit 2335c94

Browse files
authored
Merge pull request #123586 from liam-stevenson/patch-1
Inaccurate placeholder text event-hub-assign-roles.md
2 parents 0bb1553 + 23c532c commit 2335c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/passwordless/event-hub/event-hub-assign-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Copy the `Id` value from the preceding command output. You can then assign roles
7575
```azurepowershell
7676
New-AzRoleAssignment -SignInName <user@domain> `
7777
-RoleDefinitionName "Azure Event Hubs Data Owner" `
78-
-Scope <yourStorageAccountId>
78+
-Scope <yourResourceId>
7979
```
8080

8181
---

0 commit comments

Comments
 (0)