Skip to content

Commit ca587af

Browse files
authored
Merge pull request #98087 from Granjow/patch-1
Add note on /admin/functions/ endpoint
2 parents 6ef50cc + 5f32b29 commit ca587af

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
@@ -492,6 +492,8 @@ curl --request POST -H "Content-Type:application/json" --data "{'input':'sample
492492
```
493493
---
494494

495+
The administrator endpoint also provides a list of all (HTTP triggered and non-HTTP triggered) functions on `http://localhost:{port}/admin/functions/`.
496+
495497
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).
496498

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

0 commit comments

Comments
 (0)