az logicapp config appsettings
Configure logic app settings.
Commands
Name | Description | Type | Status |
---|---|---|---|
az logicapp config appsettings delete |
Delete a logic app's settings. |
Core | GA |
az logicapp config appsettings list |
Show settings for a logic app. |
Core | GA |
az logicapp config appsettings set |
Update a logic app's settings. |
Core | GA |
az logicapp config appsettings delete
Delete a logic app's settings.
Note that setting values are now redacted in the result. Please use the az logicapp config appsettings list
command to view the settings.
az logicapp config appsettings delete --name
--resource-group
--setting-names
[--slot]
Examples
Delete a logic app's settings. (autogenerated)
az logicapp config appsettings delete --name myLogicApp --resource-group myRG --subscription mySubscription --setting-names setting-names
Required Parameters
Name of the logic app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Space-separated app setting names.
Optional Parameters
The name of the slot. Default 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 logicapp config appsettings list
Show settings for a logic app.
az logicapp config appsettings list --name
--resource-group
[--slot]
Examples
Show settings for a logic app. (autogenerated)
az logicapp config appsettings list --name myLogicApp --resource-group myRG --subscription mySubscription
Required Parameters
Name of the logic app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The name of the slot. Default 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 logicapp config appsettings set
Update a logic app's settings.
Note that setting values are now redacted in the result. Please use the az logicapp config appsettings list
command to view the settings.
az logicapp config appsettings set --name
--resource-group
[--settings]
[--slot]
[--slot-settings]
Examples
Update a logic app's settings.
az logicapp config appsettings set --name myLogicApp --resource-group myRG --subscription mySubscription --settings "AzureWebJobsStorage=$storageConnectionString"
Required Parameters
Name of the logic app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Space-separated app settings in a format of <name>=<value>
.
The name of the slot. Default to the productions slot if not specified.
Space-separated slot app settings in a format of <name>=<value>
.
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.