Skip to content

Commit d846d68

Browse files
Minor fixes.
1 parent 4a4eeaa commit d846d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/custom-event-to-queue-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ done
127127

128128
Go to the queue in the Azure portal to see that Event Grid sent those three events to the queue.
129129

130-
:::image type="content" source="./media/custom-event-to-queue-storage/messages.png" alt-text="Screenshot that shows a list of messages received from Event Grid in a queue.":::
130+
:::image type="content" source="./media/custom-event-to-queue-storage/messages.png" alt-text="Screenshot that shows a list of messages received from Event Grid in a queue." lightbox="./media/custom-event-to-queue-storage/messages.png":::
131131

132132
## Clean up resources
133133

134-
If you plan to continue working with this event, don't clean up the resources that you created in this article. Otherwise, use the following command to delete the resources:
134+
If you plan to continue working with this event, don't remove the resources that you created in this article. Otherwise, use the following command to delete the resources:
135135

136136
```azurecli-interactive
137137
az group delete --name gridResourceGroup

0 commit comments

Comments
 (0)