Skip to content

Commit c964a1e

Browse files
authored
fix ref
1 parent 573638a commit c964a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-triggers-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Legacy C# Script functions use a function.json definition file. For more informa
7171
::: zone pivot="programming-language-java"
7272
For Java functions, triggers and bindings are configured by annotating specific methods and parameters. This example shows the HTTP trigger definition on the `run` method for a function named `HttpTriggerQueueOutput` where the trigger is defined in the `@HttpTrigger` annotation that writes to a storage queue defined by the `@QueueOutput` annocation on the `message` parameter:
7373

74-
:::code language="java" source="~/functions-docs-java/src/main/java/com/function/HttpTriggerQueueOutput.java" range="6-11":::
74+
:::code language="java" source="~/functions-quickstart-java/functions-add-output-binding-storage-queue/src/main/java/com/function/Function.java" range="16-23":::
7575

7676
For more information, see the [Java developer guide](functions-reference-java.md#triggers-and-annotations).
7777
::: zone-end

0 commit comments

Comments
 (0)