We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bb1553 + 23c532c commit 2335c94Copy full SHA for 2335c94
includes/passwordless/event-hub/event-hub-assign-roles.md
@@ -75,7 +75,7 @@ Copy the `Id` value from the preceding command output. You can then assign roles
75
```azurepowershell
76
New-AzRoleAssignment -SignInName <user@domain> `
77
-RoleDefinitionName "Azure Event Hubs Data Owner" `
78
--Scope <yourStorageAccountId>
+-Scope <yourResourceId>
79
```
80
81
---
0 commit comments