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 -n

Name of the logic app.

--resource-group -g

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

--setting-names

Space-separated app setting names.

Optional Parameters

--slot -s

The name of the slot. Default to the productions slot if not specified.

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 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 -n

Name of the logic app.

--resource-group -g

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

Optional Parameters

--slot -s

The name of the slot. Default to the productions slot if not specified.

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 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 -n

Name of the logic app.

--resource-group -g

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

Optional Parameters

--settings

Space-separated app settings in a format of <name>=<value>.

--slot -s

The name of the slot. Default to the productions slot if not specified.

--slot-settings

Space-separated slot app settings in a format of <name>=<value>.

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.