We are new to Windows azure and I would like to know whether we can setup FTP accounts for a azure cloud service so that we can upload files via ftp clients like filezilla? Please let me know how and whether it is recommended or not? Because I have read at some places that files uploaded via ftp are deleted once the azure instance is refreshed which I actually didn’t understand by the word refreshed. Similarly can we create FTP for Windows Azure Storage as well so that we can upload blob files directly via FTP? Please help.
相关问题
- running headless chrome in an microsoft azure web
- Docker task in Azure devops won't accept "$(pw
- Register MicroServices in Azure Active Directory (
- Removing VHD's from Azure Resource Manager aft
- Cannot use the Knowledge academic API
相关文章
- Override env values defined in container spec
- SQL Azure Reset autoincrement
- How to cast Azure DocumentDB Document class to my
- Can't get azure web role to run locally using
- Azure WebApp - Unable to auto-detect the runtime s
- What is a good way to deploy a Perl application?
- How to change region for Azure WebSite
- Azure webjob vs cloud service
The simplest solution I see would be to create an IaaS VM in azure and install an FTP server on it. Create the appropriate external endpoint and open up the firewall on the machine just like you'd do for an FTP server in your office.
For storage in the VM, you can attach a data disk that will live in your storage account. Make that data disk the file store for your FTP server and you should be good to go.