I have used Azure Function to upload a xml file to SFTP Server from BC Cloud by referring the code snippet available in below URL,
https://demiliani.com/2020/03/30/dynamics-365-business-central-saas-save-a-file-to-an-sftp-server/
But I am unable to identify the libraries or dependencies to be added in VS Code in order to make the code to execute.
Can anyone suggest the steps to be followed in order to execute the code such that the xml file should be uploaded to SFTP Server from BC Cloud ?