az functionapp function keys
Manage function keys.
Commands
Name | Description | Type | Status |
---|---|---|---|
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 keys delete
Delete a function key.
az functionapp function keys delete --key-name
--name
--resource-group
[--function-name]
[--slot]
Examples
Delete a function key.
az functionapp function keys delete -g MyResourceGroup -n MyFunctionAppName --function-name MyFunctionName --key-name MyKeyName
Required Parameters
Name of the key to set.
Name of the function app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Name of the Function.
The name of the slot. Defaults to the productions slot if not specified.
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 keys list
List all function keys.
az functionapp function keys list --function-name
--name
--resource-group
[--slot]
Examples
List all function keys.
az functionapp function keys list -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 name of the slot. Defaults to the productions slot if not specified.
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 keys set
Create or update a function key.
Note that key values are now redacted in the result. Please use the az functionapp function keys list
command to view the key values.
az functionapp function keys set --function-name
--key-name
--name
--resource-group
[--key-value]
[--slot]
Examples
Create a function key.
az functionapp function keys set -g MyResourceGroup -n MyFunctionAppName --function-name MyFunctionName --key-name MyKeyName --key-value MyKeyValue
Required Parameters
Name of the Function.
Name of the key to set.
Name of the function app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Value of the new key. If not provided, a value will be generated.
The name of the slot. Defaults to the productions slot if not specified.
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.