Microsoft Azure Functions · Arazzo Workflow
Inspect a Function App and Issue an Admin Token
Version 1.0.0
Read a function app, list its functions, and issue a Functions admin token for the runtime API.
Provider
Workflows
inspect-app-and-issue-admin-token
Read the app, list its functions, and mint a Functions admin token.
Reads the function app, lists its functions, and issues a Functions admin token for use against the runtime admin API.
1
getApp
WebApps_Get
Read the function app resource to confirm it exists and capture its state and default host name.
2
listFunctions
WebApps_ListFunctions
Enumerate the functions deployed into the app.
3
issueAdminToken
WebApps_GetFunctionsAdminToken
Issue a Functions admin token for use against the runtime admin API. The response body is the raw token string.