Manual deployments of App Services

Azure provides several options to deploy an Azure App Service, and each process has their own pros and cons. Note that these deployment options do not provision any required Azure resources, it is only for the application code.

FTP

Using FTP is simply a file transfer of the complied code and offers no versioning or file structure management.

MS Visual Studio

On the other hand, Visual Studio offers web deploy, which is an extensible client server tool for synchronizing content. It provides the capability to set security descriptors on the destination files and folders and has out-of-the-box support in order to publish databases including MySQL and Sqlite. The option to deploy only code differences between the source ...

Get Robust Cloud Integration with Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.