Skip to content

Commit 9f3fde0

Browse files
authored
Merge pull request #89705 from spelluru/sbus39218
PowerShell -> CLI
2 parents 56262df + 601e4f6 commit 9f3fde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-managed-service-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following list describes the levels at which you can scope access to Service
5454

5555
- **Queue**, **topic**, or **subscription**: Role assignment applies to the specific Service Bus entity. Currently, the Azure portal doesn't support assigning users/groups/managed identities to Service Bus RBAC roles at the subscription level. Here's an example of using the Azure CLI command: [az-role-assignment-create](/cli/azure/role/assignment?view=azure-cli-latest#az-role-assignment-create) to assign an identity to a Service Bus RBAC role:
5656

57-
```powershell
57+
```azurecli
5858
az role assignment create \
5959
--role $service_bus_role \
6060
--assignee $assignee_id \

0 commit comments

Comments
 (0)