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/azure-functions/functions-integrate-storage-queue-output-binding.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ In this section, you use the portal UI to add an Azure Queue Storage output bind
31
31
32
32
1. Select **Integration**, and then select **+ Add output**.
33
33
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":::
35
35
36
36
1. Select the **Azure Queue Storage** binding type and add the settings as specified in the table that follows this screenshot:
37
37
@@ -92,11 +92,11 @@ In this section, you add code that writes a message to the output queue. The mes
:::imagetype="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
+
:::imagetype="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":::
:::imagetype="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
+
:::imagetype="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":::
112
112
113
113
1. Locateandmakenoteoftheaccountname.
114
114
115
-
:::imagetype="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
+
:::imagetype="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":::
0 commit comments