func
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.
- Create a new functions project:
func init {project}
func new
func start
- Publish your code to a function app in Azure:
func azure functionapp publish {function}
- Download all settings from an existing function app:
func azure functionapp fetch-app-settings {function}
- Get the connection string for a specific storage account:
func azure storage fetch-connection-string {storage_account}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).