Differences
This shows you the differences between the selected revisions of the page.
2019-01-09 | 2019-03-12 | ||
the command is called Task Scheduler (martin) | azure function (martin) | ||
Line 37: | Line 37: | ||
* If your script uses local paths relative to the script path or WinSCP executable path, specify the respective path in //Start in// field. | * If your script uses local paths relative to the script path or WinSCP executable path, specify the respective path in //Start in// field. | ||
- | ===== Scheduling on Microsoft Azure WebSite with Azure WebJobs ===== | + | ===== Scheduling using Microsoft Azure WebJobs or Azure Functions ===== |
- | If you need to schedule a file transfer/synchronization task on Azure WebSite, you can use [[guide_microsoft_azure_webjob_sftp|WinSCP from a WebJob]]. | + | You can use WinSCP from an [[guide_microsoft_azure_webjob_sftp|Azure WebJob]] or an [[guide_microsoft_azure_function_sftp|Azure Function]] as a cloud-hosted scheduled task. |
- | + | ||
- | You can also use the WebJob without having an actual web site as a cloud-hosted scheduled task. | + | |
===== Further Reading ===== | ===== Further Reading ===== |