LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

func

Azure Functions development CLI

TLDR

Create new function
$ func new
copy
Start local server
$ func start
copy
Deploy to Azure
$ func azure functionapp publish [appname]
copy
Create function from template
$ func new --template "[HTTP trigger]" --name [MyFunction]
copy
List templates
$ func templates list
copy

SYNOPSIS

func command [options]

DESCRIPTION

func is the Azure Functions Core Tools CLI for developing serverless functions locally. It creates, runs, and deploys Azure Functions across multiple languages.The tool provides local development with debugging support, mimicking the Azure environment. It handles project scaffolding, dependency management, and deployment workflows.func supports JavaScript, Python, C#, Java, and other languages for Azure Functions development.

PARAMETERS

COMMAND

Operation: new, start, deploy, init, etc.
new
Create new function.
start
Start local Functions host.
init
Initialize function project.
azure functionapp publish NAME
Deploy to Azure.
templates list
Show available templates.
--help
Display help information.

CONFIGURATION

local.settings.json

Local development settings for runtime, connections, and app settings.
host.json
Global configuration for all functions in a function app.

INSTALL

nix profile install nixpkgs#func
copy

CAVEATS

Requires Azure account for deployment. Local emulator has limitations. Language support varies by version.

HISTORY

func is part of Azure Functions Core Tools from Microsoft, enabling local development of serverless functions for the Azure platform.

SEE ALSO

az(1), dotnet(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid