You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/event-grid-namespace-managed-identity.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,21 +25,21 @@ This section shows you how to enable a managed identity for an existing system t
25
25
1. Turn **on** the switch to enable the identity.
26
26
1. Select **Save** on the toolbar to save the setting.
27
27
28
-
:::image type="content" source="./media/event-grid-namespace-managed-identity/event-grid-enable-managed-identity.png" alt-text="System-assigned identity page for an Event Grid namespace.":::
28
+
:::image type="content" source="./media/event-grid-namespace-managed-identity/event-grid-enable-managed-identity.png" alt-text="System-assigned identity page for an Event Grid namespace.":::
29
29
30
30
1. Select **Yes** on the confirmation message.
31
31
32
32
1. Confirm that you see the object ID of the system-assigned managed identity and see a link to assign roles.
33
33
34
-
:::image type="content" source="./media/event-grid-namespace-managed-identity/event-grid-enable-managed-identity-confirmation.png" alt-text="Assigning identity to a namespace is completed.":::
34
+
:::image type="content" source="./media/event-grid-namespace-managed-identity/event-grid-enable-managed-identity-confirmation.png" alt-text="Assigning identity to a namespace is completed.":::
35
35
36
36
### Enable user-assigned identity
37
37
38
38
1. First, create a user-assigned identity by following instructions in the [Manage user-assigned managed identities](../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md) article.
39
39
40
40
1. On the **Identity** page, switch to the **User assigned** tab in the right pane, and then select **+ Add** on the toolbar.
41
41
42
-
:::image type="content" source="./media/event-grid-namespace-managed-identity/event-grid-enable-user-assigned-managed-identity.png" alt-text="Image showing the Add button selected in the User assigned tab of the Identity page.":::
42
+
:::image type="content" source="./media/event-grid-namespace-managed-identity/event-grid-enable-user-assigned-managed-identity.png" alt-text="Image showing the Add button selected in the User assigned tab of the Identity page.":::
43
43
44
44
1. In the **Add user managed identity** window, follow these steps:
45
45
1. Select the **Azure subscription** that has the user-assigned identity.
@@ -63,7 +63,7 @@ This section shows you how to enable a managed identity for an existing system t
63
63
1. Select the **user-assigned identity**.
64
64
1. Select **Add**.
65
65
66
-
:::image type="content" source="./media/event-grid-namespace-managed-identity/event-grid-enable-managed-identity-create-flow.png" alt-text="Image showing the screenshot of namespace creation wizard with system assigned identity and user assigned identity options selected.":::
66
+
:::image type="content" source="./media/event-grid-namespace-managed-identity/event-grid-enable-managed-identity-create-flow.png" alt-text="Image showing the screenshot of namespace creation wizard with system assigned identity and user assigned identity options selected.":::
67
67
68
68
## Next steps
69
-
-[Publish and subscribe to MQTT message using Event Grid](mqtt-publish-and-subscribe-portal.md)
69
+
See[Publish and subscribe to MQTT message using Event Grid](mqtt-publish-and-subscribe-portal.md)
Copy file name to clipboardExpand all lines: articles/event-grid/mqtt-client-authorization-using-rbac.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: RBAC authorization for clients with Azure AD identity to publish, subscribe MQTT messages
2
+
title: RBAC authorization for clients with Azure AD identity
3
3
description: Describes RBAC roles to authorize clients with Azure AD identity to publish or subscribe MQTT messages
4
4
ms.topic: conceptual
5
5
ms.date: 8/11/2023
@@ -85,10 +85,10 @@ The following are sample role definitions that allow you to publish and subscrib
85
85
1. Switch the Baseline permissions to **Start from scratch**
86
86
1. On the Permissions tab, select **Add permissions**
87
87
1. In the selection page, find and select Microsoft Event Grid
88
-
:::image type="content" source="./media/mqtt-rbac-authorization-aad-clients/event-grid-custom-role-permissions.png" alt-text="Screenshot showing the Microsoft Event Grid option to find the permissions.":::
88
+
:::image type="content" source="./media/mqtt-rbac-authorization-aad-clients/event-grid-custom-role-permissions.png" alt-text="Screenshot showing the Microsoft Event Grid option to find the permissions.":::
89
89
1. Navigate to Data Actions
90
90
1. Select **Topic spaces publish** data action and select **Add**
91
-
:::image type="content" source="./media/mqtt-rbac-authorization-aad-clients/event-grid-custom-role-permissions-data-actions.png" alt-text="Screenshot showing the data action selection.":::
91
+
:::image type="content" source="./media/mqtt-rbac-authorization-aad-clients/event-grid-custom-role-permissions-data-actions.png" lightbox="./media/mqtt-rbac-authorization-aad-clients/event-grid-custom-role-permissions-data-actions.png" alt-text="Screenshot showing the data action selection.":::
92
92
1. Select Next to see the topic space in the Assignable scopes tab. You can add other assignable scopes if needed.
93
93
1. Select **Create** in Review + create tab to create the custom role.
94
94
1. Once the custom role is created, you can assign the role to an identity to provide the publish permission on the topic space. You can learn how to assign roles [here](/azure/role-based-access-control/role-assignments-portal).
@@ -98,4 +98,4 @@ The following are sample role definitions that allow you to publish and subscrib
98
98
> You can follow similar steps to create and assign a custom Event Grid MQTT subscriber permission to a topic space.
99
99
100
100
## Next steps
101
-
-[Publish and subscribe to MQTT message using Event Grid](mqtt-publish-and-subscribe-portal.md)
101
+
See[Publish and subscribe to MQTT message using Event Grid](mqtt-publish-and-subscribe-portal.md)
0 commit comments