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 of the logic app.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
A zip file path for deployment.
Optional Parameters
Enable remote build during deployment.
The name of the slot. Default to the productions slot if not specified.
Configurable timeout in seconds for checking the status of deployment.
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.
Azure CLI