Microsoft Azure Functions · Arazzo Workflow
Update Function App Settings and Confirm Them
Version 1.0.0
Read the current app settings, write a merged set, and list them back to confirm.
Provider
Workflows
update-app-settings
Read, replace, and confirm a function app's application settings.
Lists current app settings, replaces them with the supplied StringDictionary, and lists them again to confirm the update.
1
readCurrentSettings
List the current application settings before overwriting them so the caller retains the prior values for merging.
2
writeSettings
Replace the application settings with the supplied StringDictionary. This is a full replacement, so the payload must contain all settings to retain.
3
confirmSettings
List the application settings again to confirm the new values are in place.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.