Skip to content

Commit d690404

Browse files
committed
Merge remote-tracking branch 'pesala/patch-52' into fixup
2 parents d60a8ad + 86ef4a1 commit d690404

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-functions/functions-bindings-http-webhook-trigger.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,8 @@ The key can be included in a query string variable named `code`, as mentioned ea
11121112

11131113
You can allow anonymous requests, which don't require keys. You can also require that the master key is used. You change the default authorization level by using the `authLevel` property in the binding JSON.
11141114

1115+
#### [Azure function app with Azure container apps](https://learn.microsoft.com/en-us/azure/azure-functions/functions-deploy-container-apps?tabs=acr%2Cbash&pivots=programming-language-powershell#verify-your-functions-on-azure)
1116+
11151117
> [!NOTE]
11161118
> When running functions locally, authorization is disabled regardless of the specified authorization level setting. After publishing to Azure, the `authLevel` setting in your trigger is enforced. Keys are still required when running [locally in a container](functions-create-container-registry.md#build-the-container-image-and-verify-locally).
11171119

0 commit comments

Comments
 (0)