From the course: Building a Web Application on Microsoft Azure

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Creating a pull request for publishing the changes

Creating a pull request for publishing the changes - Azure Tutorial

From the course: Building a Web Application on Microsoft Azure

Creating a pull request for publishing the changes

- [Instructor] Remember that I created this branch in the previous video? There's a reason why and I'm going to explain that to you in a little bit. In this moment, I want to push the changes to the remote SQL branch. So I'm going to use this git changes branch and let's type, Implemented the SQL Server provider. And let's click on Commit All and let's push those changes back to the remote branch. So let's do this. And this is done. And now we're ready to go back to Azure DevOps. So here in the Azure DevOps portal, I'm going to navigate to Repos and then Pull Requests. And as you can see here, it identifies that I updated the SQL branch right now. So let's click on Create a pull request and say, Implemented the SQL Server provider. And let's click on Create. Let's approve. And finally, let's complete this pull request. So it's been merged. So let's navigate to the Azure portal, and let's go back here to the…

Contents