...
This operation should return the status and response details of execution details from Azure.
Target Properties Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Function App Slot Name | FDAZ_SLOT_NAME | Yes | Slot for Function App deployment |
Azure Cloud Account | FDAZ_ACCOUNT_CODE | Yes | Azure cloud account name |
Absolute path of Azure CLI | FDAZ_CLI_PATH | No | e.g. /u01/azure/bin/az or c:\\azure\cli\wbin\az |
Project Properties Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Function App Name | FDAZ_FUNCTION_APP_NAME | Yes | Azure Function App name |
Resource Group Name | FDAZ_RESOURCE_GROUP | Yes | Azure Resource Group name |
Connection String File Name | FDAZ_CONNECTION_STRING_FILE | No | Name of Connection String file |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Connection String Properties | FDAZ_INP_CONNECTION_STRING_VALS | No | Upsert any Connection String property(s) |
Outputs
Output Name | Required | Description |
---|---|---|
FDAZ_OUT_CONN_STRING_STATUS | Yes | Status of the deployment |
FDAZ_OUT_CONN_STRING_RESP | Yes | Respone of the deployment |
FDAZ_OUT_CONN_STRING_ERR | No | Error (in case any) from the deployment |
Artifacts
This operation consumes artifacts.
...