Skip to content

Commit 6004132

Browse files
Apply suggestions from code review
Co-authored-by: Karl Erickson <[email protected]>
1 parent 1bcee30 commit 6004132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/tutorial-managed-identities-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func init --worker-runtime node
9696
func new --template HttpTrigger --name HttpTrigger
9797
```
9898

99-
By default, functions use key-based authentication to secure HTTP endpoints. To enable Azure AD authentication to secure access to the functions, set the `authLevel` key to `anonymous`in the *function.json* file as shown in the following code:
99+
By default, functions use key-based authentication to secure HTTP endpoints. To enable Azure AD authentication to secure access to the functions, set the `authLevel` key to `anonymous` in the *function.json* file, as shown in the following example:
100100

101101
```json
102102
{

0 commit comments

Comments
 (0)