Skip to content

Commit 014c375

Browse files
authored
Applied proper [!NOTE] style
1 parent 75028c3 commit 014c375

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-functions/functions-create-first-java-gradle.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ The expected output is the following:
9191
Hello, AzureFunctions
9292
</pre>
9393

94-
> Note: If you set authLevel to `FUNCTION` or `ADMIN`, the [function key](functions-bindings-http-webhook-trigger.md#authorization-keys) isn't required when running locally.
94+
> [!NOTE]
95+
> If you set authLevel to `FUNCTION` or `ADMIN`, the [function key](functions-bindings-http-webhook-trigger.md#authorization-keys) isn't required when running locally.
9596
9697
Use `Ctrl+C` in the terminal to stop the function code.
9798

0 commit comments

Comments
 (0)