Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created September 18, 2017 07:01
Show Gist options
  • Save justinyoo/eb7e9ac44700c3b209b559157b63c02b to your computer and use it in GitHub Desktop.
Save justinyoo/eb7e9ac44700c3b209b559157b63c02b to your computer and use it in GitHub Desktop.
Azure Function Proxies for Mocking
Update-AppSettings.ps1 `
-ResourceGroupName "my-resource-group" `
-WebAppName "my-function-app" `-AppSettings @{ "ROUTING_EXTENSION_VERSION" = "~0.2"; "KEY1" = "VALUE1"; "KEY2" = "VALUE2" } `
-SqlConnectionStrings @{ "KEY1" = "VALUE1"; "KEY2" = "VALUE2" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment