Microsoft Azure Functions · Arazzo Workflow
Rotate a Host-Level Key and List All Host Keys
Version 1.0.0
Create or update a host key (function or system) of a function app, then list all host keys to confirm.
Provider
Workflows
rotate-host-key
Set a host key and confirm via the full host key listing.
Creates or updates a host-level key of a given key type, then lists all host keys to confirm the rotation took effect.
1
setHostKey
WebApps_CreateOrUpdateHostSecret
Create or update the named host key of the given key type. ARM returns 200 when an existing key is updated or 201 when a new key is created.
2
listHostKeys
WebApps_ListHostKeys
List the full host key set (master, function, and system keys) to confirm the rotated key is present.