Skip to content

Instantly share code, notes, and snippets.

@BadgerCode
Last active April 3, 2019 11:58
Show Gist options
  • Save BadgerCode/5ade3a06e1a98bda31553a0ad757de49 to your computer and use it in GitHub Desktop.
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
# 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