Deploy to azure failed

I try to deploy to azure via ftp
First I tried over ftps but got the following error

Then I tried over ftp and got the following error
image

I closed radzen, tried it again with ftp directly, and then it was ok.
So I suppose ftps is not supported?
Will it be in the future?

if someone also tried to deploy to azure “web app”.
In the ftp url append sites/wwwroot (the default location), e.g.

ftp://uri2site.ftp.azurewebsites.windows.net/site/wwwroot

Yes, the location needs /site/wwwroot appended. We’ve mentioned it in the docs but will make it more prominent.

We will also test if it works with ftps and see if we can fix that.