Skip to content

Commit 941e8bc

Browse files
committed
fix dir name
1 parent 64f0122 commit 941e8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ 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/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-v4-ts/src/functions/httpTrigger1.ts" range="10-13":::
146146
::: zone-end
147147

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

0 commit comments

Comments
 (0)