DEV Community

Just Another Developer
Just Another Developer

Posted on

GitHub to Azure through CI/CD

In my previous article, we saw how to deploy an app to Microsoft Azure. As a continuation to that, we can see how to deploy the same app from Github to Azure.

Step 1: Source Control

Select GitHub and link your account.

Step 2: _Build Provider

In the next step, select Kudu Build Server

Step 3: Configure Build

Select the Organization, Repository and Branch of the webapp.

Step 4: Complete CI/CD Setup

Step 5: Voila!!
Now the github repo is in sync with the Azure app deployment.

Now if you make any change in the repo and commit to the branch deployed, then CI/CD pipelines will push a new build to the Azure app center.

Hope you find this post helpful.

Link to my Previous article on deployment: Host an App to Azure

Top comments (0)