...
Properties | Mandatory Field | Description |
---|---|---|
Function Slot Name |
| Target slot for deployment |
Target Slot to swap | Optional | In case slot swap is required |
Azure Cloud Account |
| Azure account with relevant details |
Absolute path of Azure CLI | Optional | Not required if Azure CLI already added to workflow execution m/c class path |
GIT Path | Optional | Path to the Git executable. Required only if git is not on class path. |
Below given are the environment-specific values which need to be updated.
...
Post deployment debugging
Post deployment success from of plugin execution it can take a little while for the function application up and running.
...
Best way to check logs: https://$func_name.scm.azurewebsites.net/api/logstream or logstream from logstream from console. As already in above scenarios.In , in case of failure we can easily debug the issue from log and get the issue fixed.
...