...
This operation should return the status and response details of execution details from Azure.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Registry Account |
| Yes | The Docker Registry account to use. |
Web App Slot Name |
| Yes | Slot for Web App deployment |
Azure Cloud Account |
| Yes | Azure cloud account name |
Absolute path of Azure CLI |
| No | e.g. /u01/azure/bin/az or c:\\azure\cli\wbin\az |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Web App Name |
| Yes | Azure Web App name |
Resource Group Name |
| Yes | Azure Resource Group name |
Execute Remote Build |
| No | Select in case Remote Build is required |
Application Setting File Name |
| No | Name of Application Settings file |
Connection String File Name |
| No | Name of Connection String file |
Show Deployment Log |
| No | To get detailed deployment log(if available). |
Docker Image Name |
| No | The name of the docker image, including the repository if desired. i.e. foo/bar or bar. |
Docker Image Tag |
| No | The tag of the docker image. |
Multi Container Config Type |
| No | Multi container config type for Web App |
Multi Container Config File |
| No | Multi container config file for Web App |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Application Setting Properties |
| No | Upsert any Application Setting property(s) |
Connection String Properties |
| No | Upsert any Connection String property(s) |
Outputs
Output Name | Required | Description |
---|---|---|
| Yes | Status of the deployment |
| Yes | Response of the deployment |
| No | Error (in case any) from the deployment |
| No | Detailed log (in case requested) of the deployment |
Artifacts
This operation consumes artifacts.
...