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
WebApps_ListApplicationSettings
List the current application settings before overwriting them so the caller retains the prior values for merging.
2
writeSettings
WebApps_UpdateApplicationSettings
Replace the application settings with the supplied StringDictionary. This is a full replacement, so the payload must contain all settings to retain.
3
confirmSettings
WebApps_ListApplicationSettings
List the application settings again to confirm the new values are in place.