az logicapp deployment source

Manage logicapp app deployment via source control.

Commands

Name Description Type Status
az logicapp deployment source config-zip

Perform deployment using the kudu zip push deployment for a logic app.

Core GA

az logicapp deployment source config-zip

Perform deployment using the kudu zip push deployment for a logic app.

az logicapp deployment source config-zip --name
                                         --resource-group
                                         --src
                                         [--build-remote {false, true}]
                                         [--slot]
                                         [--timeout]

Examples

Perform deployment by using zip file content.

az logicapp deployment source config-zip \
    -g myRG -n myLogicApp --subscription mySubscription \
    --src zipFilePathLocation

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

--src

A zip file path for deployment.

Optional Parameters

--build-remote

Enable remote build during deployment.

accepted values: false, true
--slot -s

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

--timeout -t

Configurable timeout in seconds for checking the status of deployment.

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.