func Command Examples

Azure Functions Core Tools: develop and test Azure Functions locally. Local functions can connect to live Azure services, and can deploy a function app to an Azure subscription. More information: https://learn.microsoft.com/azure/azure-functions/functions-run-local.

func init {{project}}

func new

func start

func azure functionapp publish {{function}}

func azure functionapp fetch-app-settings {{function}}

func azure storage fetch-connection-string {{storage_account}}