Skip to content

Commit 76df5b7

Browse files
committed
art2-1
1 parent ca4ec9b commit 76df5b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Legacy C# script functions use a `function.json` definition file. For more infor
6868
::: zone-end
6969

7070
::: zone pivot="programming-language-java"
71-
For Java functions, you configure triggers and bindings by annotating specific methods and parameters. This HTTP trigger (`@HttpTrigger`) is defined on the `run` method for a function named `HttpTriggerQueueOutput`. The function writes to a storage queue that the `@QueueOutput` annotation defines on the `message` parameter:
71+
For Java functions, you configure triggers and bindings by annotating specific methods and parameters. This HTTP trigger (`@HttpTrigger`) is defined on the `run` method for a function named `HttpExample`. The function writes to a storage queue that the `@QueueOutput` annotation defines on the `message` parameter:
7272

7373
:::code language="java" source="~/functions-quickstart-java/functions-add-output-binding-storage-queue/src/main/java/com/function/Function.java" range="16-23":::
7474

0 commit comments

Comments
 (0)