I'm just created a website ("Basic" plan) under Microsoft Azure. In order to deploy my website, I created an ftp user that can upload my website code.
Additionally to this upload FTP user, I want to create another FTP account that will have a permission for specific directory in filesystem.
I'm search all over the Dashboard and didn't found a clue where this "create ftp account" is.
How I'm should do this?
Thanks.
As far as I know, Azure only supports FTP only for deployment. And there is no way to create second ftp account for file accessing. So you'll have to come up with a different way to manage your site. What is the purpose of the second account anyway? probably there is a work-around without getting ftp involved.