Skip to content

Commit 8379736

Browse files
Venkata YaddanapudiVenkata Yaddanapudi
authored andcommitted
changes from Sree's feedback
1 parent c8f30fc commit 8379736

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

articles/event-grid/event-grid-namespace-managed-identity.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ This section shows you how to enable a managed identity for an existing system t
2525
1. Turn **on** the switch to enable the identity.
2626
1. Select **Save** on the toolbar to save the setting.
2727

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.":::
2929

3030
1. Select **Yes** on the confirmation message.
3131

3232
1. Confirm that you see the object ID of the system-assigned managed identity and see a link to assign roles.
3333

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.":::
3535

3636
### Enable user-assigned identity
3737

3838
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.
3939

4040
1. On the **Identity** page, switch to the **User assigned** tab in the right pane, and then select **+ Add** on the toolbar.
4141

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.":::
4343

4444
1. In the **Add user managed identity** window, follow these steps:
4545
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
6363
1. Select the **user-assigned identity**.
6464
1. Select **Add**.
6565

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.":::
6767

6868
## 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)

articles/event-grid/mqtt-client-authorization-using-rbac.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
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
33
description: Describes RBAC roles to authorize clients with Azure AD identity to publish or subscribe MQTT messages
44
ms.topic: conceptual
55
ms.date: 8/11/2023
@@ -85,10 +85,10 @@ The following are sample role definitions that allow you to publish and subscrib
8585
1. Switch the Baseline permissions to **Start from scratch**
8686
1. On the Permissions tab, select **Add permissions**
8787
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.":::
8989
1. Navigate to Data Actions
9090
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.":::
9292
1. Select Next to see the topic space in the Assignable scopes tab. You can add other assignable scopes if needed.
9393
1. Select **Create** in Review + create tab to create the custom role.
9494
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
9898
> You can follow similar steps to create and assign a custom Event Grid MQTT subscriber permission to a topic space.
9999
100100
## 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)

articles/event-grid/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ items:
5252
href: mqtt-support.md
5353
- name: MQTT clients life cycle events
5454
href: mqtt-client-life-cycle-events.md
55-
- name: RBAC roles to authorize AAD clients
56-
href: mqtt-rbac-authorization-aad-clients.md
55+
- name: RBAC roles to authorize clients with Azure AD identity
56+
href: mqtt-client-authorization-using-rbac.md
5757
- name: Use cases
5858
items:
5959
- name: Automotive Messaging

0 commit comments

Comments
 (0)