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
[--acquire-policy-token]
[--change-reference]
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>.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
| Property | Value |
|---|---|
| Default value: | False |
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.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
| Property | Value |
|---|---|
| Default value: | False |
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.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
| Property | Value |
|---|---|
| Default value: | False |