Skip to content

Commit 0ff11fd

Browse files
committed
[BULK] - DocuTune - Rebranding of Azure Active Dir
1 parent 54e2a76 commit 0ff11fd

32 files changed

+101
-93
lines changed

docs/artifacts/concepts/best-practices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In this section, we'll cover best practices for consuming packages with Azure Ar
4747

4848
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.
4949

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**:
5151

5252
The syntax for the feed locator is as follows: `azure-feed://<organization>/<projectName>/<feed>@<view>`
5353

docs/artifacts/concepts/views.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Feed views are read-only, which means that users connected to a view can only us
2929
## Feed views and upstream sources
3030

3131
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.
3333

3434
> [!NOTE]
3535
> All feed views in a public project are accessible to everyone on the internet.

docs/artifacts/nuget/nuget-exe.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ monikerRange: '<= azure-devops'
8181
nuget sources add -name <Feed_Name> -source <Feed_URL> -username <Any_String_But_Not_Null> -password <Personal_Access_Token>
8282
```
8383

84-
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:
8585

8686
```Command
8787
nuget sources add -name <Feed_Name> -source <Feed_URL> -username <Azure_Active_Directory_UserName> -password <Azure_Active_Directory_Password>
@@ -115,7 +115,7 @@ monikerRange: '<= azure-devops'
115115
nuget sources add -name <Feed_Name> -source <Feed_URL> -username <Any_String_But_Not_Null> -password <Personal_Access_Token>
116116
```
117117

118-
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:
119119

120120
```Command
121121
nuget sources add -name <Feed_Name> -source <Feed_URL> -username <Azure_Active_Directory_UserName> -password <Azure_Active_Directory_Password>
@@ -130,4 +130,4 @@ monikerRange: '<= azure-devops'
130130
- [Publish NuGet packages with Azure Pipelines](../../pipelines/artifacts/nuget.md)
131131
- [Publish NuGet packages from the command line (NuGet.exe)](./publish.md)
132132
- [Publish NuGet packages from the command line (dotnet)](./dotnet-exe.md)
133-
- [NuGet.org upstream source](./upstream-sources.md)
133+
- [NuGet.org upstream source](./upstream-sources.md)

docs/artifacts/universal-packages/universal-packages-upstream.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ monikerRange: '<= azure-devops'
1010

1111
# Universal Packages upstream sources
1212

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.
1414

1515
## Add a feed in your organization as an upstream source
1616

@@ -40,7 +40,7 @@ With Azure Artifacts, you can enable upstream sources to start consuming package
4040

4141
:::image type="content" source="./media/upack-add-upstream.png" alt-text="A screenshot showing how to add an upstream source.":::
4242

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.
4444

4545
:::image type="content" source="./media/other-org-feed.png" alt-text="A screenshot showing the types of upstream sources - feed in another org.":::
4646

@@ -63,4 +63,4 @@ To view the packages saved from your Universal Packages upstream source, select
6363
- [DevBlogs - Universal Packages upstream sources](https://devblogs.microsoft.com/devops/azure-artifacts-introduces-new-upstreaming-capabilities/)
6464
- [Configure upstream sources](../how-to/set-up-upstream-sources.md)
6565
- [Publish packages to NuGet.org](../nuget/publish-to-nuget-org.md)
66-
- [Configure upstream behavior](../concepts/upstream-behavior.md)
66+
- [Configure upstream behavior](../concepts/upstream-behavior.md)

docs/boards/backlogs/add-link.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Here, we've selected to add a link to the selected work items.
137137

138138
## Link to a remote work item
139139

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.
141141

142142
1. Choose from one of the following two remote link types supported.
143143

docs/boards/backlogs/office/bulk-add-modify-work-items-excel.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ You can use the Select User feature to find user accounts and assign values to p
530530
> [!div class="mx-imgBorder"]
531531
> ![Team ribbon, Select User](media/excel/select-user.png)
532532

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 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.
534534

535535
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.
536536

@@ -687,4 +687,3 @@ To resolve publishing errors that arise when working in Excel, see one of the fo
687687
- [Basic Excel tasks](https://support.office.com/article/basic-tasks-in-excel-dc775dd1-fa52-430f-9c3c-d998d1735fca)
688688

689689
::: moniker-end
690-

docs/boards/backlogs/office/tfs-office-integration-issues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ If the above steps are unsuccessful, try the following steps:
133133

134134
## Intermittent issues doing refresh and publish
135135

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```.
137137

138138
## Related articles
139139
- [Bulk modify work items (web portal)](../bulk-modify-work-items.md)

docs/boards/extensions/dependency-tracker.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ All teams across organizations can participate in tracking dependencies.
7575
- 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.
7676
- To view dependencies, you must be a member of the Project Valid Users group for the project.
7777
- 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).
7979
- 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).
8080
- To modify the configuration, you must be a member of the Project Collection Administrator Group.
8181

@@ -948,4 +948,3 @@ The dependency bot works in the background to notify teams when dependencies are
948948
- Ask how her link type is Producing for/Consuming from link
949949
950950
-->
951-

docs/boards/faqs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sections:
3636
answer: |
3737
::: moniker range="azure-devops"
3838
For private projects, you can grant access to an unlimited number of users by assigning them Stakeholder access. For public projects, anonymous users&mdash;ones who don't sign into the project&mdash;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).
4040
::: moniker-end
4141
4242
::: moniker range="< azure-devops"

docs/boards/get-started/sign-up-invite-teammates.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You must have the latest version of one of the following web browsers: Microsoft
4040
> - 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.
4141
- **Start free with GitHub**: Choose this option if you have an existing GitHub account.
4242
> [!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.
4444

4545
If you've already signed up or have an organization set up to use Azure Boards, choose the **Sign in** link.
4646

@@ -135,7 +135,7 @@ For more information about changing your project settings, see the following art
135135
136136
## Sign up with a personal Microsoft account
137137
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.
139139
140140
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**.
141141
@@ -175,7 +175,7 @@ If you have a Microsoft account or Azure Active Directory organizational account
175175
If you have a GitHub account, follow these steps to sign up for Azure Boards.
176176
177177
> [!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.
179179
180180
1. From the [Azure Boards](https://azure.microsoft.com/services/devops/boards/) sign-up page, choose **Start Boards free with GitHub**.
181181
@@ -276,9 +276,9 @@ You can add and invite others to work on your project by adding their email addr
276276
- **Project Administrators**: Assign to users who will configure project resources.
277277
278278
> [!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.
280280
281281
4. When you're done, select **Add** to complete your invitation.
282282
283283
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).
284-
-->
284+
-->

docs/boards/queries/import-work-items-from-csv.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The work item results always list the data errors found for individual work item
207207

208208
### Q: Why am I getting errors for some identity values?
209209

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.
211211

212212
### Q: Does CSV import support all work item types?
213213

docs/boards/queries/link-type-reference.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ The following table describes the GitHub link types you can choose when adding a
651651

652652
## Remote work link types
653653

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).
655655

656656
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.
657657

@@ -682,7 +682,7 @@ A work item's [*Remote Link Count*](linking-attachments.md#remote-link-count) co
682682
Link category: System-defined
683683
:::column-end:::
684684
:::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.
686686
:::column-end:::
687687
:::row-end:::
688688
:::row:::
@@ -696,7 +696,7 @@ A work item's [*Remote Link Count*](linking-attachments.md#remote-link-count) co
696696
Link category: System-defined
697697
:::column-end:::
698698
:::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.
700700
:::column-end:::
701701
:::row-end:::
702702

docs/boards/queries/link-work-items-support-traceability.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Also, you can use the context menu in the web portal or Team Explorer.
7474

7575
## Cross-organization work item linking
7676

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:
7878

7979
- 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.
8080
- 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

Comments
 (0)