
func
List of commands for func:
-
func:tldr:a1223 func: Get the connection string for a specific storage account.$ func azure storage fetch-connection-string ${storage_account}try on your machineexplain this command
-
func:tldr:acef4 func: Publish your code to a function app in Azure.$ func azure functionapp publish ${function}try on your machineexplain this command
-
func:tldr:b27ce func: Create a new functions project.$ func init ${project}try on your machineexplain this command
-
func:tldr:eacc5 func: Download all settings from an existing function app.$ func azure functionapp fetch-app-settings ${function}try on your machineexplain this command