1 min read
Continuous deployment to Azure App Service Part 1 – Configure the App Service Deployment Center
Let’s try and setup a continus deployment to Azure App Service with GitHub here.
Login to Azure Portal and go to deployment center in your Azure App Service and select GitHub.

Next Authorize to your GitHub repository.

Next select the correct repository you want to configure for CD.

Finally click save and go check your new site!

Great! In the next post we’ll update our code and review the logs.