Skip to content

Commit 601e4f6

Browse files
committed
PowerShell -> CLI
1 parent 6fc4a88 commit 601e4f6

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)