Deploy to Azure using FTP

Trying to Deploy to Azure using FTP to App Services but keep getting Error: "radzen: Error: Client network socket disconnected before secure TLS connection was established".

radzen: Angular application production build done in 84249ms.
radzen: Deploying...
radzen: Reading connection strings
radzen: Saving connection strings in appsettings.json
radzen: Creating temporary deploy folder
radzen: Copying client app to deploy folder
radzen: Copying server app to deploy folder
radzen: Error: Client network socket disconnected before secure TLS connection was established

You can try Deploy to ZIP and Azure:

Thanks, it seem this was faster and more efficient. Just go to https://<app_name>.scm.azurewebsites.net/ZipDeployUI and drop the zip file. =)