Skip to content

Commit 9b02473

Browse files
committed
fix links
1 parent 941e8bc commit 9b02473

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-functions/functions-add-output-binding-storage-queue-vs-code.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ To write to an Azure Storage queue:
142142

143143
* Add a `output.storageQueue` function above the `app.http` call
144144

145-
:::code language="typescript" source="~/functions-docs-javascript/functions-add-output-binding-storage-queue-cli-v4-programming-model-v4-ts/src/functions/httpTrigger1.ts" range="10-13":::
145+
:::code language="typescript" source="~/functions-docs-javascript/functions-add-output-binding-storage-queue-cli-v4-programming-model-ts/src/functions/httpTrigger1.ts" range="10-13":::
146+
146147
::: zone-end
147148

148149
::: zone pivot="programming-language-powershell"

0 commit comments

Comments
 (0)