Skip to content

Commit 1546642

Browse files
Update articles/azure-functions/functions-create-first-quarkus.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 585e3f1 commit 1546642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-first-quarkus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public String funqyHello() {
4040
}
4141
```
4242

43-
Azure Functions Java has its own set of Azure-specific annotations, but these annotations are not necessary when you're using Quarkus on Azure Functions in a simple capacity as we're doing here. For more information about Azure Functions Java annotations, see the [Azure Functions Java developer guide](/azure/azure-functions/functions-reference-java).
43+
Azure Functions Java has its own set of Azure-specific annotations, but these annotations aren't necessary when you're using Quarkus on Azure Functions in a simple capacity as we're doing here. For more information about Azure Functions Java annotations, see the [Azure Functions Java developer guide](/azure/azure-functions/functions-reference-java).
4444

4545
Unless you specify otherwise, the function's name is the same as the method name. You can also use the following command to define the function name with a parameter to the annotation:
4646

0 commit comments

Comments
 (0)