Skip to content

Commit e3bc492

Browse files
committed
Updated to address rebranding team review feedback
1 parent 8a7e8f8 commit e3bc492

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory/fundamentals/how-to-rename-azure-ad.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,11 @@ See the section [Glossary of updated terminology](new-name.md#glossary-of-update
8585
1. Replace the Azure AD icon with the Microsoft Entra ID icon.
8686
1. Replace titles or text containing `Azure Active Directory (Azure AD)`, `Azure Active Directory`, `Azure AD`, `AAD` with `Microsoft Entra ID`.
8787

88-
## Communicate the change to your customers
89-
90-
To help your customers with the transition, it's helpful to add a note: "Azure Active Directory is now Microsoft Entra ID" or follow the new name with "formerly Azure Active Directory" for the first year.
91-
9288
## Sample PowerShell script
9389

9490
You can use following PowerShell script to rename Azure AD references in your documentation or content. This code sample:
9591

96-
- Scans .resx and .resjson files the file system from the starting current folder and within all nested folders.
92+
- Scans .resx and .resjson files in the file system within a folder and all subfolders.
9793
- Edits files by replacing any references to `Azure Active Directory (Azure AD)`, `Azure Active Directory`, `Azure AD`, `AAD` with the correct terminology according to [New name for Azure AD](new-name.md).
9894

9995
```powershell
@@ -363,6 +359,10 @@ foreach ($file in $filteredFiles) {
363359
364360
```
365361

362+
## Communicate the change to your customers
363+
364+
To help your customers with the transition, it's helpful to add a note: "Azure Active Directory is now Microsoft Entra ID" or follow the new name with "formerly Azure Active Directory" for the first year.
365+
366366
## Next steps
367367

368368
- [Stay up-to-date with what's new in Azure AD/Microsoft Entra ID](whats-new.md)

0 commit comments

Comments
 (0)