-
-
Save justinyoo/eb7e9ac44700c3b209b559157b63c02b to your computer and use it in GitHub Desktop.
Azure Function Proxies for Mocking
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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