RE: How to upload a xml file to SFTP server from BC Cloud
Just for clarification on a topic asked on lots of threads here: this post
demiliani.com/.../
exaplains a solution that uses an Azure Functions that you can trigger from AL in order to save a file on blob storage and then send it to an SFTP server.
Today (in BC 20) you can do the same things without using Azure Functions. BC has native support for uploading files to Azure Blob Storage via AL. Save the file here and then use Logic Apps/Power Automate to send the uploaded file to SFTP. Full low code approach in few clicks.
If you check my latest session on Aeropa, you will find the solution.