Selective Deployments Using Pre-Prepared Artifacts
The External Pull Request Summary screen displays all pull requests created to date. You can also create a new pull request from this page.
Viewing the External Pull Request Summary Page
For optimal viewing, set your Chrome or Firefox browser zoom to 75%.
Navigate to the Version Control module and select External Pull Requests.
On the External Pull Requests screen, choose the repository and the branch where the pull request was created.
The most recent pull request (in Open state) will appear at the top, showing added/deprecated objects under the Commits tab.
You can display 25, 50, 75, or 100 records per page or use the Previous and Next buttons to navigate through the list.
Create a New Pull Request
Click the Create Pull Request button on the right side of the screen.

Fill out the pop-up form:

Select a repository (only enabled repositories will be listed).
Choose the Source Branch and Target Branch.
Provide a Title and a brief Description.
Add Reviewers. (The Optional Reviewer field is shown for Azure Cloud-supported PRs.)
Check Delete source branch after Pull Request closure if applicable.
Click OK. The pull request will appear at the top of the list.
View Pull Request Differences
ARM compares metadata between the source and target branches and generates a visual diff:
Red lines = deletions in the Source Branch
Green lines = additions in the Target Branch




You can also view/add/edit comments at the revision level in the Commits tab.

Important Notes:
Inline commenting is supported only for Bitbucket-enabled pull requests.
Click on individual pull requests to sync and fetch the latest updates.
A maximum of 300 files are displayed per pull request.
Additional Actions on the Pull Request Page

More Operations
Navigate to Pull Request Page – Click on the PR label to open it in GitHub or Bitbucket.

Edit Pull Request – Use the edit icon ( (1) (1) (1) (1).png)) to modify the PR details.
Actions for the Pull Request
Reviewers can take the following actions:
Approve – Submit feedback and approve the changes. Status becomes Approved.
Decline – Reject the pull request.
Merge – Merge the approved pull request. Status becomes Merged.
Reopen – Reopen a previously closed pull request.
Last updated
Was this helpful?