I had to configure secure FTP on Azure Blob Storage using popular FTP clients (e.g. FileZilla, for example). After much research, I came across a link that reads:
Deployed in a working role, the code creates an FTP server that can accept connections from all popular FTP clients (e.g. FileZilla, for example) to manage and store your blob memory account.
Following the link instructions, I implemented the same thing and deployed a working role in the Azure production environment, and it was successful. But still, I cannot connect the FTP host server (provided by me in the configuration file) using FileZilla. I donβt know what I did wrong or missed something.
source share