Microsoft Azure Functions · Arazzo Workflow
Update Function App Site Configuration and Restart
Version 1.0.0
Read the web site configuration, apply changes, then restart the app to pick them up.
Provider
Workflows
update-site-config
Read, update, and apply site configuration with a restart.
Reads the current web site configuration, applies the supplied configuration properties, and restarts the function app to pick up the changes.
1
readConfig
WebApps_GetConfiguration
Read the current web site configuration so the caller has the baseline before applying changes.
2
applyConfig
WebApps_CreateOrUpdateConfiguration
Apply the supplied configuration via create-or-update of the web config.
3
restartApp
WebApps_Restart
Restart the function app so the new configuration takes effect.