The Azure Website I'm currently working on needs to be able to upload and download files from a (third party) FTP. The FTP is IP restricted and since the Azure Websites don't have fixed / reserved IP's this becomes a problem.
A workaround could be to create a REST api (using WebApi) on a VM (which has a fixed ip). The website can use this REST api as proxy to the FTP. But I'm hoping someone has a better idea / experience with this problem?