Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,158 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is it possible to use sftp.exe from an Azure Webb App in order to fetch or deliver files using sftp? Certificates are required by remote hosts.
Or is there any other way to fetch and send files using sftp (and certificates) from an Azure Webb App?
Thank you!
Hi,
You could for example use Azure Logic Apps:
Monitor, create, and manage SFTP files by using Azure Logic Apps
https://learn.microsoft.com/en-us/azure/connectors/connectors-create-api-sftp
Best regards,
Leon