Skip to content

Commit 30c7c81

Browse files
committed
added lightbox
1 parent 2d85dd5 commit 30c7c81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-grid/custom-event-to-function.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You subscribe to an Event Grid topic to tell Event Grid which events you want to
103103

104104
1. Now, on the **Event Grid Topic** page for your custom topic, select **+ Event Subscription** on the toolbar.
105105

106-
:::image type="content" source="./media/custom-event-to-function/new-event-subscription.png" alt-text="Image showing the selection of Add Event Subscription on the toolbar.":::
106+
:::image type="content" source="./media/custom-event-to-function/new-event-subscription.png" alt-text="Image showing the selection of Add Event Subscription on the toolbar." lightbox="./media/custom-event-to-function/new-event-subscription.png":::
107107
2. On the **Create Event Subscription** page, follow these steps:
108108
1. Enter a **name** for the event subscription.
109109
1. For **Event Schema**, select **Cloud Event Schema v1.0**.
@@ -172,7 +172,7 @@ The first example uses Azure CLI. It gets the URL and key for the custom topic,
172172
```
173173
5. Confirm that you see the message from the Azure function in the **Logs** tab of your Azure function in the Azure portal.
174174

175-
:::image type="content" source="./media/custom-event-quickstart-portal/function-log-output.png" alt-text="Screenshot that shows the Logs tab of an Azure function.":::
175+
:::image type="content" source="./media/custom-event-quickstart-portal/function-log-output.png" alt-text="Screenshot that shows the Logs tab of an Azure function." lightbox="./media/custom-event-quickstart-portal/function-log-output.png":::
176176

177177
### Azure PowerShell
178178
The second example uses PowerShell to perform similar steps.
@@ -225,7 +225,7 @@ The second example uses PowerShell to perform similar steps.
225225
```
226226
5. Confirm that you see the message from the Azure function in the **Logs** tab of your Azure function in the Azure portal.
227227

228-
:::image type="content" source="./media/custom-event-quickstart-portal/function-log-output.png" alt-text="Screenshot that shows the Logs tab of an Azure function.":::
228+
:::image type="content" source="./media/custom-event-quickstart-portal/function-log-output.png" alt-text="Screenshot that shows the Logs tab of an Azure function." lightbox="./media/custom-event-quickstart-portal/function-log-output.png":::
229229

230230
### Verify that function received the event
231231
You've triggered the event, and Event Grid sent the message to the endpoint you configured when subscribing.

0 commit comments

Comments
 (0)