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/mqtt-routing-to-azure-functions-portal.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ In this section, you enable system-assigned managed identity for the Event Grid
79
79
1. Select **Access control** on the left navigation bar.
80
80
1. On the **Access control** page, select **Add**, and then select **Add role assignment**.
81
81
82
-
:::image type="content" source="./media/mqtt-routing-to-azure-functions-portal/topic-access-control-page.png" alt-text="Screenshot that shows the Event Grid Namespace with the Identity tab selected." lightbox="./media/mqtt-routing-to-azure-functions-portal/topic-access-control-page.png":::
82
+
:::image type="content" source="./media/mqtt-routing-to-azure-functions-portal/topic-access-control-page.png" alt-text="Screenshot that shows the Access control page." lightbox="./media/mqtt-routing-to-azure-functions-portal/topic-access-control-page.png":::
83
83
1. On the **Role** page of the **Add role assignment** wizard, select **Event Grid Data Sender** role, and select **Next** at the bottom of the page.
84
84
85
85
:::image type="content" source="./media/mqtt-routing-to-azure-functions-portal/select-data-sender-role.png" alt-text="Screenshot that shows the **Role** page of the **Add role assignment** wizard." lightbox="./media/mqtt-routing-to-azure-functions-portal/select-data-sender-role.png":::
@@ -105,7 +105,7 @@ In this section, you enable system-assigned managed identity for the Event Grid
105
105
1. For **Managed identity for delivery**, select **System Assigned**.
106
106
1. Select **Apply** at the bottom of the page.
107
107
108
-
:::image type="content" source="./media/mqtt-routing-to-azure-functions-portal/routing-custom-topic.png" alt-text="Screenshot that shows the Select managed identities page." lightbox="./media/mqtt-routing-to-azure-functions-portal/routing-custom-topic.png":::
108
+
:::image type="content" source="./media/mqtt-routing-to-azure-functions-portal/routing-custom-topic.png" alt-text="Screenshot that shows the Routing page for a namespace." lightbox="./media/mqtt-routing-to-azure-functions-portal/routing-custom-topic.png":::
109
109
110
110
## Send test MQTT messages using MQTTX
111
111
Send test MQTT messages to the namespace and confirm that the function receives them.
@@ -119,7 +119,7 @@ Here's the flow of the events or messages:
119
119
1. The messages are forwarded to the event subscription, which is the Azure function.
120
120
1. Use the logging feature to verify that the function has received the event.
121
121
122
-
:::image type="content" source="./media/mqtt-routing-to-azure-functions-portal/function-log-stream.png" alt-text="Screenshot that shows the Select managed identities page." lightbox="./media/mqtt-routing-to-azure-functions-portal/function-log-stream.png":::
122
+
:::image type="content" source="./media/mqtt-routing-to-azure-functions-portal/function-log-stream.png" alt-text="Screenshot that shows the Log stream page for an Azure function." lightbox="./media/mqtt-routing-to-azure-functions-portal/function-log-stream.png":::
0 commit comments