diff --git a/docs/platforms/azure-devops.md b/docs/platforms/azure-devops.md
index 7accacc6..8e5608c1 100644
--- a/docs/platforms/azure-devops.md
+++ b/docs/platforms/azure-devops.md
@@ -95,7 +95,8 @@ Follow these steps to generate the token:
    accessible organizations."
 6. Enter a name and an expiry date for the token.
 7. We need to have read & write access to "Work Items" & "Code" to post reviews
-   on pull requests.
+   on pull requests. If you are on the Pro tier also add "Build" access for pipeline
+   failure remediation.
 8. Click "Create"
 
 ![CodeRabbit azure devOps personal access token creation form](/img/integrations/azure-access-token.png)
diff --git a/docs/self-hosted/azure-devops.md b/docs/self-hosted/azure-devops.md
index bc9351f5..858dd3b5 100644
--- a/docs/self-hosted/azure-devops.md
+++ b/docs/self-hosted/azure-devops.md
@@ -28,6 +28,7 @@ Generate a personal access token for the CodeRabbit user to be added in the `.en
 
 - `Code` - Full
 - `Work Items` - Read, write, and manage
+- `Build` - Read
 
 Consult official CodeRabbitAI documentation for a detailed [guide](https://docs.coderabbit.ai/platforms/azure-devops#generating-a-personal-access-token) on creating personal access tokens.
 
diff --git a/static/img/integrations/azure-access-token.png b/static/img/integrations/azure-access-token.png
index 9ce2b44b..2b3111b1 100644
Binary files a/static/img/integrations/azure-access-token.png and b/static/img/integrations/azure-access-token.png differ