We are trying to deploy a PowerClient app via Azure FTP.
In the Azure environment, the "site\wwwroot\app-folder" path is located in the "home" folder.
Applications served to the web must be below the "wwwroot" folder.
Research tells us that files sent via FTP without a specified folder will be placed in the "home" folder.
We have not been able to successfully specify a folder in our PowerClient FTP definition for our Azure FTP server.
We would like to avoid the step of copying our files to a different folder after they have been pushed to the Azure FTP server.
Our question is: Has anyone successfully deployed a PowerClient application via Azure FTP without the need to copy the files to a different folder before the application is available from a web browser? If so, how?