az functionapp function

Manage function app functions.

Commands

Name Description Type Status
az functionapp function delete

Delete a function.

Core GA
az functionapp function keys

Manage function keys.

Core GA
az functionapp function keys delete

Delete a function key.

Core GA
az functionapp function keys list

List all function keys.

Core GA
az functionapp function keys set

Create or update a function key.

Core GA
az functionapp function list

List functions in a function app.

Core GA
az functionapp function show

Get the details of a function.

Core GA

az functionapp function delete

Delete a function.

az functionapp function delete --function-name
                               --name
                               --resource-group

Examples

Delete a function.

az functionapp function delete -g MyResourceGroup -n MyFunctionAppName --function-name MyFunctionName

Required Parameters

--function-name

Name of the Function.

--name -n

Name of the function app.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az functionapp function list

List functions in a function app.

az functionapp function list --name
                             --resource-group

Examples

List functions.

az functionapp function list -g MyResourceGroup -n MyFunctionAppName

Required Parameters

--name -n

Name of the function app.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az functionapp function show

Get the details of a function.

az functionapp function show --function-name
                             --name
                             --resource-group

Examples

Show function details.

az functionapp function show -g MyResourceGroup -n MyFunctionAppName --function-name MyFunctionName

Required Parameters

--function-name

Name of the Function.

--name -n

Name of the function app.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.