Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/migrate/create-manage-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Follow the steps to delete a project:
:::image type="content" source="./media/create-manage-projects/delete-window.png" alt-text="Window appears to delete a project.":::

> [!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>`
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
> 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>`

Copilot uses AI. Check for mistakes.

1. When you delete a project, both the project and its metadata about discovered servers are deleted. If you want to keep resources such as **key vaults** or **storage vaults**, you can **deselect them**
1. After you finalize the list of resources to delete, select **Next**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ When you enable AD DS for Azure file shares over SMB, your AD DS-joined machines

## Videos

To help you set up identity-based authentication for common use cases, we published two videos with step-by-step guidance for the following scenarios. Note that Azure Active Directory is now Microsoft Entra ID. For more info, see [New name for Azure AD](https://aka.ms/azureadnewname).
To help you set up identity-based authentication for common use cases, we published two videos with step-by-step guidance for the following scenarios.

| Replace on-premises file servers with Azure Files (including setup on private link for files and AD authentication) | Use Azure Files as the profile container for Azure Virtual Desktop (including setup on AD authentication and FSLogix configuration) |
|-|-|
Expand Down