Microsoft Azure Functions · Arazzo Workflow
Rotate a Function Key and Confirm It
Version 1.0.0
Create or update a named function key, then list the function keys to confirm the new value is in place.
Provider
Workflows
rotate-function-key
Set a named function key and confirm it via the key listing.
Creates or updates a single function key and then lists the function's keys to confirm the rotation took effect.
1
setFunctionKey
WebApps_CreateOrUpdateFunctionSecret
Create or update the named function key. ARM returns 200 when an existing key is updated or 201 when a new key is created.
2
listFunctionKeys
WebApps_ListFunctionKeys
List all keys for the function to confirm the rotated key is present. The response is a StringDictionary whose properties map key names to values.