Which are the different ways of publishing a web app to Azure?
Kokul Jose
Select an image from your device to upload
There are different ways to publish a web app to azure. Describe some of them.
Below are the two ways, we can deploy(Publish) our code to website.
Manual Deployment (Push/Sync model) :
Continuous Deployment (CI/DC)
Check this below link which explains all different ways,
https://www.c-sharpcorner.com/article/different-ways-to-deploy-website-on-azure/