fix: remove stale Azure AD rename callout and update AAD references to Microsoft Entra#128378
fix: remove stale Azure AD rename callout and update AAD references to Microsoft Entra#128378EoinTrial wants to merge 1 commit intoMicrosoftDocs:mainfrom
Conversation
…o Microsoft Entra
|
Learn Build status updates of commit fe3d7e1:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| articles/azure-functions/scenario-custom-remote-mcp-server.md | Details | ||
| articles/azure-functions/scenario-mcp-apps.md | Details | ||
| articles/migrate/create-manage-projects.md | ✅Succeeded | ||
| articles/storage/files/storage-files-identity-ad-ds-overview.md | ✅Succeeded |
articles/azure-functions/scenario-custom-remote-mcp-server.md
- Line 201, Column 1: [Warning: invalid-code]
The code snippet "~/functions-scenarios-custom-mcp-python/src/function_app.py" could not be found. - Line 203, Column 1: [Warning: invalid-code]
The code snippet "~/functions-scenarios-custom-mcp-python/src/function_app.py" could not be found.
articles/azure-functions/scenario-mcp-apps.md
- Line 253, Column 1: [Warning: invalid-code]
The code snippet "~/functions-scenarios-custom-mcp-python/src/function_app.py" could not be found. - Line 257, Column 1: [Warning: invalid-code]
The code snippet "~/functions-scenarios-custom-mcp-python/src/function_app.py" could not be found. - Line 261, Column 1: [Warning: invalid-code]
The code snippet "~/functions-scenarios-custom-mcp-python/src/function_app.py" could not be found.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
|
Thank you for your contribution. Would you take a moment to sign the Contributor License Agreement (CLA)? After the CLA is signed, someone can review your pull request. Thanks! label:"aq-pr-triaged" |
|
@EoinTrial : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
@microsoft-github-policy-service agree |
There was a problem hiding this comment.
Pull request overview
Removes outdated Azure Active Directory rename callouts and aligns remaining prose with the current “Microsoft Entra” naming.
Changes:
- Removed the redundant Azure AD rename note from the Azure Files identity videos section.
- Updated Azure Migrate documentation to refer to the “Microsoft Entra app” instead of “Azure Active Directory (AAD) app”.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| articles/storage/files/storage-files-identity-ad-ds-overview.md | Removes a stale Azure AD rename callout from the Videos section intro. |
| articles/migrate/create-manage-projects.md | Updates AAD wording in a NOTE block to “Microsoft Entra” terminology. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| > [!Note] | ||
| > You can't delete or manage the associated Azure Active Directory (AAD) app from this Azure Migrate project level. To delete this resource, visit the AAD app details or use the Azure Command Line Interface (AzCLI). `az ad app delete --id <aad app id>` | ||
| > You can't delete or manage the associated Microsoft Entra app from this Azure Migrate project level. To delete this resource, visit the Microsoft Entra app details or use the Azure Command Line Interface (AzCLI). `az ad app delete --id <aad app id>` |
There was a problem hiding this comment.
This update replaces 'AAD app' with 'Microsoft Entra app', but the remaining phrases are now inconsistent/unclear: (1) the placeholder <aad app id> should be renamed to something vendor-neutral like <app-id>/<application-id> to match the new terminology and the --id parameter meaning; (2) 'Microsoft Entra app details' isn’t a standard portal destination name—consider using 'Microsoft Entra admin center > App registrations' (or 'app registration details') for clarity; (3) 'Azure Command Line Interface (AzCLI)' is nonstandard—prefer 'Azure CLI' (optionally 'Azure CLI (az)') since you’re already showing an az command.
| > You can't delete or manage the associated Microsoft Entra app from this Azure Migrate project level. To delete this resource, visit the Microsoft Entra app details or use the Azure Command Line Interface (AzCLI). `az ad app delete --id <aad app id>` | |
| > You can't delete or manage the associated Microsoft Entra app from this Azure Migrate project level. To delete this resource, go to **Microsoft Entra admin center** > **App registrations** or use **Azure CLI**. `az ad app delete --id <app-id>` |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
@EoinTrial the video is older and it mentions Azure AD, so that's why we left the note in there. I don't mind if it comes out though. I am only the owner of one of these docs, so I won't sign off on the PR. |
|
@Molishv, pls review the proposed changes and confirm. |
What does this PR change?
Two small fixes across two files, both addressing stale Azure Active Directory naming.
storage-files-identity-ad-ds-overview.md
Removes a trailing rename callout sentence from the Videos section intro:
The surrounding content already uses "Microsoft Entra ID" correctly, making this note redundant.
migrate/create-manage-projects.md
Updates a NOTE block that referred to the "Azure Active Directory (AAD) app" and "AAD app details":
Before: > the associated Azure Active Directory (AAD) app
After: > the associated Microsoft Entra app
The CLI command
az ad app deleteis unchanged as it reflects actual command syntax.Why?
Azure Active Directory was renamed to Microsoft Entra ID in July 2023. Both references were stale prose that had not been updated.
References
https://learn.microsoft.com/en-us/entra/fundamentals/new-name