Publish your code to a function app in Azure

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.
    More information: <https://learn.microsoft.com/azure/azure-functions/functions-run-local>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

func azure functionapp publish {{function}}

click the source code to copy install func on any operating system with command-not-found.com