Skip to content

Commit e95141e

Browse files
committed
Add Lightbox to screenshots
1 parent 9ca7119 commit e95141e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-functions/functions-integrate-storage-queue-output-binding.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this section, you use the portal UI to add an Azure Queue Storage output bind
3131

3232
1. Select **Integration**, and then select **+ Add output**.
3333

34-
:::image type="content" source="./media/functions-integrate-storage-queue-output-binding/function-create-output-binding.png" alt-text="Screenshot that shows how to create an output binding for your function.":::
34+
:::image type="content" source="./media/functions-integrate-storage-queue-output-binding/function-create-output-binding.png" alt-text="Screenshot that shows how to create an output binding for your function." lightbox="./media/functions-integrate-storage-queue-output-binding/function-create-output-binding.png":::
3535

3636
1. Select the **Azure Queue Storage** binding type and add the settings as specified in the table that follows this screenshot:
3737

@@ -92,11 +92,11 @@ In this section, you add code that writes a message to the output queue. The mes
9292

9393
1. Confirm that your test matches this screenshot, and then select **Run**.
9494

95-
:::image type="content" source="./media/functions-integrate-storage-queue-output-binding/functions-test-run-function.png" alt-text="Screenshot that shows how to test the Queue Storage binding in the Azure portal.":::
95+
:::image type="content" source="./media/functions-integrate-storage-queue-output-binding/functions-test-run-function.png" alt-text="Screenshot that shows how to test the Queue Storage binding in the Azure portal." lightbox="./media/functions-integrate-storage-queue-output-binding/functions-test-run-function.png":::
9696

9797
Notice that the **Request body** contains the `name` value *Azure*. This value appears in the queue message created when the function is invoked.
9898

99-
As an alternative to selecting **Run**, you can call the function by entering a URL in a browser and specifying the `name` value in the query string. The browser method is shown in [Create your first function from the Azure portal](./functions-get-started.md).
99+
As an alternative to selecting **Run**, you can call the function by entering a URL in a browser and specifying the `name` value in the query string. This browser method is shown in [Create your first function from the Azure portal](./functions-get-started.md).
100100

101101
1. Check the logs to make sure that the function succeeded.
102102

@@ -108,11 +108,11 @@ In this section, you add code that writes a message to the output queue. The mes
108108

109109
1. In the **App settings** tab, select **AzureWebJobsStorage**.
110110

111-
:::image type="content" source="./media/functions-integrate-storage-queue-output-binding/function-find-storage-account.png" alt-text="Screenshot that shows the Configuration page with AzureWebJobsStorage selected.":::
111+
:::image type="content" source="./media/functions-integrate-storage-queue-output-binding/function-find-storage-account.png" alt-text="Screenshot that shows the Configuration page with AzureWebJobsStorage selected." lightbox="./media/functions-integrate-storage-queue-output-binding/function-find-storage-account.png":::
112112

113113
1. Locate and make note of the account name.
114114

115-
:::image type="content" source="./media/functions-integrate-storage-queue-output-binding/function-storage-account-name.png" alt-text="Screenshot that shows how to locate the storage account connected to AzureWebJobsStorage.":::
115+
:::image type="content" source="./media/functions-integrate-storage-queue-output-binding/function-storage-account-name.png" alt-text="Screenshot that shows how to locate the storage account connected to AzureWebJobsStorage." lightbox="./media/functions-integrate-storage-queue-output-binding/function-storage-account-name.png":::
116116

117117
### Examine the output queue
118118

0 commit comments

Comments
 (0)