Azure App Service Deployment
Intro
Documentation
Tips and Tidbits
Out-of-the-box continuous integration and deployment with Azure DevOps, GitHub, Bitbucket, FTP, or a local Git repository on your development machine.
Connect your web app with any of the above sources and App Service will do the rest for you by auto-syncing code and any future changes on the code into the web app
App Service web apps feature a Git URL that you can add as a remote repository. Pushing to the remote repository will deploy your app.
az webapp up
can create a new App Service web app for you if you haven't already created oneZipdeploy: Use curl or a similar HTTP utility to send a ZIP of your application files to App Service
, multiple selections available,