Skip to content

Instantly share code, notes, and snippets.

@finesse-fingers
Last active May 6, 2020 05:13
Show Gist options
  • Save finesse-fingers/a1772d74bdc90628b28d2d363611d398 to your computer and use it in GitHub Desktop.
Save finesse-fingers/a1772d74bdc90628b28d2d363611d398 to your computer and use it in GitHub Desktop.
# Set other app settings
$values = [System.IO.File]::ReadAllText($appSettings)
$appSettingsList = $values.Split([System.Environment]::NewLine)
echo "setting app settings: $appSettingsList"
az functionapp config appsettings set `
--name $functionAppName `
--resource-group $resourceGroup `
--settings $appSettingsList
settingName__connectionString=value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment