英文:
Can I connect two organizations of Azure Devops, that are not in the same AAd?
问题
你可以连接两个不在同一AAD中的Azure DevOps组织吗?我应该先连接这两个AAD吗?
我实际上想将Azure Artifact Feed A作为第二个组织中的上游源。但是这些Feed没有连接起来... Azure文档太简洁了。它记录了如何连接到其他组织的Feed,但实际上没有解释我是否需要连接两个组织或任何其他前提条件。
英文:
Can I connect two organizations of Azure Devops, that are not in the same AAd? Should I connect the two AADs first?
I actually want to make the Azure artifact feed A as an upstream source in the second organizations. But the feeds are not connecting... The azure documentation is too short. It documents how to connect to other organization feed but not actually explain if I need to connect two organizations or any other prerequisite.
答案1
得分: 0
为了向另一个Azure DevOps组织中的动态提取数据,必须将两个组织连接到相同的AAD租户。两个租户之间的连接是不够的:该服务只会检查两个组织连接的AAD租户ID。
英文:
In order to upstream to a feed in another Azure DevOps organization, both organizations must be connected to the same AAD tenant. A connection between two tenants is not sufficient: the service only checks the two organizations' connected AAD tenant IDs.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论