You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/artifacts/concepts/best-practices.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ In this section, we'll cover best practices for consuming packages with Azure Ar
47
47
48
48
Adding upstream sources to your feed is the recommended approach for consuming packages from public registries like NuGet.org or npmjs.com. See [Understand upstream sources](upstream-sources.md) and [how to configure upstream sources](../how-to/set-up-upstream-sources.md) for more details.
49
49
50
-
-**Sources not in your organization but in the same AAD tenant should be added using the feed locator**:
50
+
-**Sources not in your organization but in the same Microsoft Entra tenant should be added using the feed locator**:
51
51
52
52
The syntax for the feed locator is as follows: `azure-feed://<organization>/<projectName>/<feed>@<view>`
Copy file name to clipboardExpand all lines: docs/artifacts/concepts/views.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Feed views are read-only, which means that users connected to a view can only us
29
29
## Feed views and upstream sources
30
30
31
31
Feed views and upstream sources are designed to work together to provide an enterprise-level solution to share and consume packages.
32
-
In order for other Azure Artifacts feeds to use your feed as an upstream source, you must set your feed's visibility to **members of your organization**, or **members of your Azure Active Directory**, depending on your scenario. If you choose the latter, all people in your organization will be able to access your feed. In addition, all feeds in your organization and other organizations associated with the same Azure Active Directory tenant will be able to upstream to your feed.
32
+
In order for other Azure Artifacts feeds to use your feed as an upstream source, you must set your feed's visibility to **members of your organization**, or **members of your Microsoft Entra ID**, depending on your scenario. If you choose the latter, all people in your organization will be able to access your feed. In addition, all feeds in your organization and other organizations associated with the same Microsoft Entra tenant will be able to upstream to your feed.
33
33
34
34
> [!NOTE]
35
35
> All feed views in a public project are accessible to everyone on the internet.
1. If your organization is connected to Azure Active Directory, you must first authenticate with your AD credentials and then add your personal access token using the *setapikey* command:
84
+
1. If your organization is connected to Microsoft Entra ID, you must first authenticate with your AD credentials and then add your personal access token using the *setapikey* command:
1. If your organization is connected to Azure Active Directory, you must first authenticate with your AD credentials and then add your personal access token using the *setapikey* command:
118
+
1. If your organization is connected to Microsoft Entra ID, you must first authenticate with your AD credentials and then add your personal access token using the *setapikey* command:
Copy file name to clipboardExpand all lines: docs/artifacts/universal-packages/universal-packages-upstream.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ monikerRange: '<= azure-devops'
10
10
11
11
# Universal Packages upstream sources
12
12
13
-
With Azure Artifacts, you can enable upstream sources to start consuming packages from public registries such as NuGet.org or npmjs.com. Once you enable upstream sources, Azure Artifacts will save a copy of any packages you install from upstream. Azure Artifacts also supports using other feeds as upstreams. In this article, you'll learn how to add a new Universal Packages upstream source with a feed in your organization or other organizations within the same Azure Active Directory. See [Manage access with Azure Active Directory](../../organizations/accounts/connect-organization-to-azure-ad.md) to learn how to connect your organization to Azure Active Directory.
13
+
With Azure Artifacts, you can enable upstream sources to start consuming packages from public registries such as NuGet.org or npmjs.com. Once you enable upstream sources, Azure Artifacts will save a copy of any packages you install from upstream. Azure Artifacts also supports using other feeds as upstreams. In this article, you'll learn how to add a new Universal Packages upstream source with a feed in your organization or other organizations within the same Microsoft Entra ID. See [Manage access with Microsoft Entra ID](../../organizations/accounts/connect-organization-to-azure-ad.md) to learn how to connect your organization to Microsoft Entra ID.
14
14
15
15
## Add a feed in your organization as an upstream source
16
16
@@ -40,7 +40,7 @@ With Azure Artifacts, you can enable upstream sources to start consuming package
40
40
41
41
:::image type="content" source="./media/upack-add-upstream.png" alt-text="A screenshot showing how to add an upstream source.":::
42
42
43
-
1. Select **Azure Artifacts feed in another organization** to use packages from a feed in a different organization within the same Azure Active Directory.
43
+
1. Select **Azure Artifacts feed in another organization** to use packages from a feed in a different organization within the same Microsoft Entra ID.
44
44
45
45
:::image type="content" source="./media/other-org-feed.png" alt-text="A screenshot showing the types of upstream sources - feed in another org.":::
46
46
@@ -63,4 +63,4 @@ To view the packages saved from your Universal Packages upstream source, select
Copy file name to clipboardExpand all lines: docs/boards/backlogs/add-link.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ Here, we've selected to add a link to the selected work items.
137
137
138
138
## Link to a remote work item
139
139
140
-
You can link work items to objects defined in other Azure DevOps organizations as long as both organizations use the same Azure Active Directory to manage users.
140
+
You can link work items to objects defined in other Azure DevOps organizations as long as both organizations use the same Microsoft Entra ID to manage users.
141
141
142
142
1. Choose from one of the following two remote link types supported.
An identity or person-named field is a field that contains a user identity. These fields are typically synchronized to a database of user accounts, such as Azure Active Directory, Active Directory, or a Workgroup.
533
+
An identity or person-named field is a field that contains a user identity. These fields are typically synchronized to a database of user accounts, such as Microsoft Entra ID, Active Directory, or a Workgroup.
534
534
535
535
3. Begin entering the name of the user account and the Assign User dialog automatically filters the results until you can select the account of interest.
536
536
@@ -687,4 +687,3 @@ To resolve publishing errors that arise when working in Excel, see one of the fo
Copy file name to clipboardExpand all lines: docs/boards/backlogs/office/tfs-office-integration-issues.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ If the above steps are unsuccessful, try the following steps:
133
133
134
134
## Intermittent issues doing refresh and publish
135
135
136
-
If a user has errors when doing a refresh or publish, it may be due to a Conditional Access Policy in AAD. To resolve this issue, try clearing the contents of the folder ```%LOCALAPPDATA%\.IdentityService```.
136
+
If a user has errors when doing a refresh or publish, it may be due to a Conditional Access Policy in Microsoft Entra ID. To resolve this issue, try clearing the contents of the folder ```%LOCALAPPDATA%\.IdentityService```.
137
137
138
138
## Related articles
139
139
-[Bulk modify work items (web portal)](../bulk-modify-work-items.md)
Copy file name to clipboardExpand all lines: docs/boards/extensions/dependency-tracker.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ All teams across organizations can participate in tracking dependencies.
75
75
- Install the [Dependency Tracker extension](https://marketplace.visualstudio.com/items?itemName=ms-eswm.dependencytracker&ssr=false#overview) for the organization(s) for which you want to track dependencies.
76
76
- To view dependencies, you must be a member of the Project Valid Users group for the project.
77
77
- To create a dependency, you must be a member of the Contributors group for both projects that participate in the dependency linking.
78
-
- To support cross-organization participation, all organizations must authenticate users through the same [Azure Active Directory](../../organizations/accounts/connect-organization-to-azure-ad.md).
78
+
- To support cross-organization participation, all organizations must authenticate users through the same [Microsoft Entra ID](../../organizations/accounts/connect-organization-to-azure-ad.md).
79
79
- Azure Boards must be enabled as a service. If it's disabled, then you'll need to have it reenabled. For more information, see [Turn a service on or off](../../organizations/settings/set-services.md).
80
80
- To modify the configuration, you must be a member of the Project Collection Administrator Group.
81
81
@@ -948,4 +948,3 @@ The dependency bot works in the background to notify teams when dependencies are
948
948
- Ask how her link type is Producing for/Consuming from link
Copy file name to clipboardExpand all lines: docs/boards/faqs.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ sections:
36
36
answer: |
37
37
::: moniker range="azure-devops"
38
38
For private projects, you can grant access to an unlimited number of users by assigning them Stakeholder access. For public projects, anonymous users—ones who don't sign into the project—can view all work items. For more information, see [Stakeholder access quick reference](../organizations/security/stakeholder-access.md) and [Make a private project public](../organizations/projects/make-project-public.md).
39
-
Also, if your organization uses Azure Active Directory to manage user access, you can [add external users to your organization](../organizations/accounts/add-external-user.md).
39
+
Also, if your organization uses Microsoft Entra ID to manage user access, you can [add external users to your organization](../organizations/accounts/add-external-user.md).
Copy file name to clipboardExpand all lines: docs/boards/get-started/sign-up-invite-teammates.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ You must have the latest version of one of the following web browsers: Microsoft
40
40
> - An organization and project get created based on your account name. Sign in to your organization at any time by entering `https://dev.azure.com/{yourorganization}` in your web portal. You can [change the organization or project settings](#change-settings) at any time.
41
41
- **Start free with GitHub**: Choose this option if you have an existing GitHub account.
42
42
> [!IMPORTANT]
43
-
> If your GitHub email address is associated with an Azure AD-backed organization in Azure DevOps, you can't sign in with your GitHub account, rather you must sign in with your Azure AD account.
43
+
> If your GitHub email address is associated with a Microsoft Entra ID-backed organization in Azure DevOps, you can't sign in with your GitHub account, rather you must sign in with your Microsoft Entra account.
44
44
45
45
If you've already signed up or have an organization set up to use Azure Boards, choose the **Sign in** link.
46
46
@@ -135,7 +135,7 @@ For more information about changing your project settings, see the following art
135
135
136
136
## Sign up with a personal Microsoft account
137
137
138
-
If you have a Microsoft account or Azure Active Directory organizational account, follow these steps to sign up for Azure Boards.
138
+
If you have a Microsoft account or Microsoft Entra organizational account, follow these steps to sign up for Azure Boards.
139
139
140
140
1. Enter your email address, phone number, or Skype ID for your Microsoft account. If you're a Visual Studio subscriber and you get Azure DevOps as a benefit, use the Microsoft account associated with your subscription. Select **Next**.
141
141
@@ -175,7 +175,7 @@ If you have a Microsoft account or Azure Active Directory organizational account
175
175
If you have a GitHub account, follow these steps to sign up for Azure Boards.
176
176
177
177
> [!IMPORTANT]
178
-
> If your GitHub email address is associated with an Azure AD-backed organization in Azure DevOps, you can't sign in with your GitHub account, rather you must sign in with your Azure AD account.
178
+
> If your GitHub email address is associated with an organization in Azure DevOps backed by Microsoft Entra ID, you can't sign in with your GitHub account, rather you must sign in with your Microsoft Entra account.
179
179
180
180
1. From the [Azure Boards](https://azure.microsoft.com/services/devops/boards/) sign-up page, choose **Start Boards free with GitHub**.
181
181
@@ -276,9 +276,9 @@ You can add and invite others to work on your project by adding their email addr
276
276
- **Project Administrators**: Assign to users who will configure project resources.
277
277
278
278
> [!NOTE]
279
-
> Add email addresses for [personal Microsoft accounts](https://account.microsoft.com/account) and IDs for GitHub accounts unless you plan to use [Azure Active Directory (Azure AD)](/azure/active-directory/fundamentals/active-directory-whatis) to authenticate users and control organization access. If a user doesn't have a Microsoft or GitHub account, ask the user to [sign up](https://signup.live.com/) for a Microsoft account or a GitHub account.
279
+
> Add email addresses for [personal Microsoft accounts](https://account.microsoft.com/account) and IDs for GitHub accounts unless you plan to use [Microsoft Entra ID](/azure/active-directory/fundamentals/active-directory-whatis) to authenticate users and control organization access. If a user doesn't have a Microsoft or GitHub account, ask the user to [sign up](https://signup.live.com/) for a Microsoft account or a GitHub account.
280
280
281
281
4. When you're done, select **Add** to complete your invitation.
282
282
283
283
For more information, see [Add users or groups to a team or project](../../organizations/security/add-users-team-project.md) and [Add organization users for Azure DevOps Services](../../organizations/accounts/add-organization-users.md).
Copy file name to clipboardExpand all lines: docs/boards/queries/import-work-items-from-csv.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ The work item results always list the data errors found for individual work item
207
207
208
208
### Q: Why am I getting errors for some identity values?
209
209
210
-
A: When you use the Web UI, the identity picker goes through extra steps to validate the user. First it checks to see if the person is a valid user in the org. If not, it searches on the identity in Azure Active Directory (Azure AD). If the user's in Azure AD but not in the org, that user gets added to the valid identities. When you import via CSV, for performance reasons, the identity picker doesn't go through these extra steps. It only checks to see if there's a matching UPN already in the org. If it doesn't find a matching UPN, it reports that the identity is unknown.
210
+
A: When you use the Web UI, the identity picker goes through extra steps to validate the user. First it checks to see if the person is a valid user in the org. If not, it searches on the identity in Microsoft Entra ID. If the user's in Microsoft Entra ID but not in the org, that user gets added to the valid identities. When you import via CSV, for performance reasons, the identity picker doesn't go through these extra steps. It only checks to see if there's a matching UPN already in the org. If it doesn't find a matching UPN, it reports that the identity is unknown.
211
211
212
212
### Q: Does CSV import support all work item types?
Copy file name to clipboardExpand all lines: docs/boards/queries/link-type-reference.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -651,7 +651,7 @@ The following table describes the GitHub link types you can choose when adding a
651
651
652
652
## Remote work link types
653
653
654
-
Remote work link types are system-defined link types that support linking work items defined in different organizations. Organizations must be managed by the same Azure Active Directory as described in [Connect your organization to Azure Active Directory](../../organizations/accounts/connect-organization-to-azure-ad.md).
654
+
Remote work link types are system-defined link types that support linking work items defined in different organizations. Organizations must be managed by the same Microsoft Entra ID as described in [Connect your organization to Microsoft Entra ID](../../organizations/accounts/connect-organization-to-azure-ad.md).
655
655
656
656
A work item's [*Remote Link Count*](linking-attachments.md#remote-link-count) corresponds to the sum of all links defined with a remote work link type.
657
657
@@ -682,7 +682,7 @@ A work item's [*Remote Link Count*](linking-attachments.md#remote-link-count) co
682
682
Link category: System-defined
683
683
:::column-end:::
684
684
:::column span="":::
685
-
Use this directional link to create links between work items that have dependencies and are defined in different organizations. Organizations must be managed by the same Azure Active Directory. Typically used to track change requests made to requirements.
685
+
Use this directional link to create links between work items that have dependencies and are defined in different organizations. Organizations must be managed by the same Microsoft Entra ID. Typically used to track change requests made to requirements.
686
686
:::column-end:::
687
687
:::row-end:::
688
688
:::row:::
@@ -696,7 +696,7 @@ A work item's [*Remote Link Count*](linking-attachments.md#remote-link-count) co
696
696
Link category: System-defined
697
697
:::column-end:::
698
698
:::column span="":::
699
-
Use this non-directional link to create links between work items defined in different organizations. Organizations must be managed by the same Azure Active Directory.
699
+
Use this non-directional link to create links between work items defined in different organizations. Organizations must be managed by the same Microsoft Entra ID.
Copy file name to clipboardExpand all lines: docs/boards/queries/link-work-items-support-traceability.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Also, you can use the context menu in the web portal or Team Explorer.
74
74
75
75
## Cross-organization work item linking
76
76
77
-
Organizations that use Azure Active Directory can link work items that exist in different projects across organizations. Use the following link types as indicated:
77
+
Organizations that use Microsoft Entra ID can link work items that exist in different projects across organizations. Use the following link types as indicated:
78
78
79
79
- Use the **Consumes From/Produces For** link types when you want to track dependencies of work items that are defined in different organizations and managed by different teams.
80
80
- Use the **Remote Related** link type when the work items being linked are defined in different organizations and managed by different teams, but don't have strong inter-dependencies.
0 commit comments