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
Name of the Function.
Name of the function app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 of the function app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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
Name of the Function.
Name of the function app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.