Share via

Azure Devops application connection to teams failing.

Craig MacDougald 6 Reputation points
2026-04-07T12:20:30.5266667+00:00

When attempting to add and configure the Azure devops tabs within teams after sign-in I get "dev.azure.com" refused to connect when trying dashboard per the below instructions Per the following documentation: https://learn.microsoft.com/en-us/azure/devops/boards/integrations/boards-teams?view=azure-devops

Azure DevOps
0 comments No comments

1 answer

Sort by: Most helpful
  1. Siddhesh Desai 4,895 Reputation points Microsoft External Staff Moderator
    2026-04-07T14:40:19.5033333+00:00

    Hi @Craig MacDougald Thank you for reaching out to Microsoft Q&A.

    Make sure you have below pre-requisites met:

    Permissions - To create Azure DevOps subscriptions in Teams: Member of the Project Administrators group.
    Permissions - To create Azure DevOps subscriptions in Teams: Member of the Project Administrators group.
    Microsoft Entra Only Azure DevOps organizations in the same Microsoft Entra tenant as your Microsoft Teams account can be connected. Even if your email addresses are the same for Azure DevOps and Microsoft Teams, they can't be linked if they're backed by different tenants. For more information, see Access via Microsoft Entra FAQs.

    Refer: https://learn.microsoft.com/en-us/azure/devops/service-hooks/services/teams?view=azure-devops#add-and-configure-the-azure-devops-tab-in-teams

    Install the Azure DevOps App for Teams

    The official app gives you basic integration without any code.

    In Microsoft Teams, go to Apps, search for "Azure DevOps", and install it. Then add it to your development channel.

    Once installed, use these commands in the Teams channel:

    @Azure DevOps subscribe https://dev.azure.com/yourorg/yourproject
    

    This subscribes the channel to notifications from that project. You can filter what events to receive:@Azure DevOps subscribe https://dev.azure.com/yourorg/yourproject --area-path "xxxx\xxx"

    @Azure DevOps subscribe https://dev.azure.com/xxxxg/yxxxxxject --event pullrequest.created
    @Azure DevOps subscribe https://dev.azure.com/xxxrg/yxxxxxct --event build.complete
    

    If the above steps failed, Check the points below:

    1. Teams' client/browser blocking third-party iframes
      • Try the Teams web client (https://teams.microsoft.com) instead of the desktop app.
      • Ensure you don’t have strict cookie or pop-up blockers enabled in your system or browser.
    2. Network or Conditional Access policies
    3. Permissions or authentication hiccups
    4. (If you’re actually setting up the Azure DevOps Server connector)
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.