Skip to content

Commit 5f32b29

Browse files
authored
Add note on /admin/functions/ endpoint
1 parent e2ada03 commit 5f32b29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-functions/functions-run-local.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@ curl --request POST -H "Content-Type:application/json" --data "{'input':'sample
486486
```
487487
---
488488

489+
The administrator endpoint also provides a list of all (HTTP triggered and non-HTTP triggered) functions on `http://localhost:{port}/admin/functions/`.
490+
489491
When you call an administrator endpoint on your function app in Azure, you must provide an access key. To learn more, see [Function access keys](functions-bindings-http-webhook-trigger.md#authorization-keys).
490492

491493
## <a name="publish"></a>Publish to Azure

0 commit comments

Comments
 (0)