Last active
April 3, 2019 11:58
-
-
Save BadgerCode/5ade3a06e1a98bda31553a0ad757de49 to your computer and use it in GitHub Desktop.
Powershell commands to use the azure functions CLI for things like syncing settings
This file contains hidden or 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
# List commands and categories of commands | |
func | |
# List subscriptions | |
func azure subscriptions list | |
# Select active subscription | |
func azure subscriptions set guid-guid-guid | |
# Pull down app settings into a local.settings.json file | |
func azure functionapp fetch-app-settings my-function-name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment