Differences
This shows you the differences between the selected revisions of the page.
| 2014-09-09 | 2014-09-09 | ||
| is draft (martin) | fixing link (martin) | ||
| Line 61: | Line 61: | ||
| * the wrapper batch file should propagate WinSCP [[scripting#checking_results|exit code]], so that Azure correctly identifies failures (any non-zero exit code is a failure to Azure, the same for WinSCP); | * the wrapper batch file should propagate WinSCP [[scripting#checking_results|exit code]], so that Azure correctly identifies failures (any non-zero exit code is a failure to Azure, the same for WinSCP); | ||
| * enable session logging to a unique job run directory (''%WEBJOBS_DATA_PATH%\%WEBJOBS_RUN_ID%''); | * enable session logging to a unique job run directory (''%WEBJOBS_DATA_PATH%\%WEBJOBS_RUN_ID%''); | ||
| - | * locate source or destination paths of the transfer using WebJob [[environment|environment variables]]; | + | * locate source or destination paths of the transfer using WebJob [[guide_microsoft_azure_webjob_sftp#environment|environment variables]]; |
| * print session log to a standard output, so that it is available from Azure Management Portal. | * print session log to a standard output, so that it is available from Azure Management Portal. | ||