Skip to content

Commit 9fbb487

Browse files
committed
fix issues
1 parent fe95cc3 commit 9fbb487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-grid/mqtt-routing-to-azure-functions-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ In this section, you enable system-assigned managed identity for the Event Grid
7979
1. Select **Access control** on the left navigation bar.
8080
1. On the **Access control** page, select **Add**, and then select **Add role assignment**.
8181

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":::
8383
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.
8484

8585
:::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
105105
1. For **Managed identity for delivery**, select **System Assigned**.
106106
1. Select **Apply** at the bottom of the page.
107107

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":::
109109

110110
## Send test MQTT messages using MQTTX
111111
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:
119119
1. The messages are forwarded to the event subscription, which is the Azure function.
120120
1. Use the logging feature to verify that the function has received the event.
121121

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":::
123123

124124
## Next step
125125

0 commit comments

Comments
 (0)