I am not able to figure out how to copy files from a SharePoint Online Document Library to an Azure Web App folder using Logic App. The requirements are as follows:
In SharePoint Library - Trigger: When a file is created or modified
Action: Copy the created or modified file to a selected folder in Azure Web App (overwrite if already exists)
What is the best approach?
Can I use Azure Web App's ftps connections?
Use Case: Files created and/or modified in SP Document Library are published using an Azure Web App site.