Please am trying to learn how to deploy my web application in a professional way. So let me put is this way. I normally deploy web applications directly from my VS.
But I notice that it is not the best way when you are woking on production project. So I want to deploy in such a way that I can create versions on Github. Then deploy this versions from Github to azure.
Please how do I go about it. Let just say using a version Control when deploying apps to azure.
Some applications are built with .net and some with asp.net core. I assume it the same process for both.
Azure App Service enables continuous deployment from GitHub etc repositories by pulling in the latest updates. You can refer to the following link to know details about how to continuously deploy your app.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
98 Points
326 Posts
Deploy to azure website from VS to github and Github to Azure.
Dec 26, 2019 02:31 AM|InspiredJide|LINK
Dear all,
Please am trying to learn how to deploy my web application in a professional way. So let me put is this way. I normally deploy web applications directly from my VS.
But I notice that it is not the best way when you are woking on production project. So I want to deploy in such a way that I can create versions on Github. Then deploy this versions from Github to azure.
Please how do I go about it. Let just say using a version Control when deploying apps to azure.
Some applications are built with .net and some with asp.net core. I assume it the same process for both.
Best Regards,
Jide.
All-Star
40565 Points
6233 Posts
Microsoft
Re: Deploy to azure website from VS to github and Github to Azure.
Dec 26, 2019 08:57 AM|Fei Han - MSFT|LINK
Hi Jide,
Azure App Service enables continuous deployment from GitHub etc repositories by pulling in the latest updates. You can refer to the following link to know details about how to continuously deploy your app.
https://docs.microsoft.com/en-us/azure/app-service/deploy-continuous-deployment
Besides, if you have further questions about deploy app to Azure App Service, you can also post it on following forum.
https://stackoverflow.com/questions/tagged/azure-web-sites
With Regards,
Fei Han