Edit

Share via


Quickstart: Create an Azure Migrate project using portal

This article describes how to create, manage, and delete projects.

Classic Azure Migrate is retiring in Feb 2024. After Feb 2024, the classic version of Azure Migrate will no longer be supported and the inventory metadata in the classic project will be deleted. If you're using classic projects, delete those projects and follow the steps to create a new project. You can't upgrade classic projects or components to Azure Migrate. View FAQ before you start the creation process.

A project is used to store discovery, assessment, and migration metadata collected from the environment you're assessing or migrating. In a project, you can track discovered assets, create assessments, and orchestrate migrations to Azure.

Verify permissions

Ensure you have the correct permissions to create a project using the following steps:

  1. In the Azure portal, open the relevant subscription, and select Access control (IAM).
  2. In Check access, find the relevant account, and select it and view permissions. You should have Contributor or Owner permissions.

Create a project for the first time

Set up a new project in an Azure subscription.

  1. In the Azure portal, search for Azure Migrate.

  2. In Services, select Azure Migrate.

  3. In Get started, select Discover, assess and migrate.

    Screenshot displays the options in Overview.

  4. In Servers, databases and web apps, select Create project.

    Screenshot of button to start creating a project.

  5. In Create project, select the Azure subscription and resource group. Create a resource group if you don't have one.

  6. In Project Details, specify the project name and the geography in which you want to create the project.

    • The geography is only used to store the metadata gathered from on-premises servers. You can assess or migrate servers for any target region regardless of the selected geography.
    • Review supported geographies for public and government clouds.

    Note

    Use the Advanced configuration section to create an Azure Migrate project with private endpoint connectivity. Learn more.

  7. Select Create.

    Image of Azure Migrate page to input project settings.

Wait for a few minutes for the project to deploy.

Create a project in a specific region

In the portal, you can select the geography in which you want to create the project. If you want to create the project within a specific Azure region, use the following API command to create the project.

PUT /subscriptions/<subid>/resourceGroups/<rg>/providers/Microsoft.Migrate/MigrateProjects/<mymigrateprojectname>?api-version=2018-09-01-preview "{location: 'centralus', properties: {}}"

After you create the project, perform the following steps to try out the new agentless dependency analysis enhancements:

Ensure that you install Az CLI to execute the required commands by following the steps provided in the documentation here.

After you install the Az CLI (in PowerShell), open PowerShell on your system as an Administrator and execute the following commands:

  1. Log in to the Azure tenant and set the Subscription.
    • az log in --tenant <TENANT_ID>
    • az account set --subscription <SUBSCRIPTION_ID>
    • Output contains - "state": "Registered"
  2. Register the new Dependency Map resource provider. 
    • az provider register --namespace Microsoft.DependencyMap
  3. Ensure that the provider is in registered state.
    • az provider show -n Microsoft.DependencyMap
    • Output contains - "registrationState": "Registered"

Create additional projects

If you already have a project and you want to create an additional project, do the following:

  1. In the Azure public portal or Azure Government, search for Azure Migrate.

  2. On the Azure Migrate dashboard, elect All Projects on the upper left.

  3. Select a Create Project.

    Screenshot containing Create Project button. :::

Find a project

Find a project as follows:

  1. In the Azure portal, search for Azure Migrate.

  2. In the Azure Migrate dashboard, select Servers, databases and web apps > Current project in the upper-right corner.

    Screenshot to select the current project.

  3. Select the appropriate subscription and project.

Find a classic project

If you created the project in the previous version of Azure Migrate, find it as follows:

  1. In the Azure portal, search for Azure Migrate.

  2. In the Azure Migrate dashboard, if you've created a project in the previous version, a banner referencing older projects appears. Select the banner.

    Screenshot to access already existing projects.

  3. Review the list of old projects.

Delete a project

To delete a project, follow these steps:

  1. Open the Azure resource group in which the project was created.
  2. In the Resource Groups page, select Show hidden types.
  3. Select the project that you want to delete and its associated resources.
    • The resource type is Microsoft.Migrate/migrateprojects.
    • If the resource group is exclusively used by the project, you can delete the entire resource group.

Note

  • When you delete, both the project and the metadata about discovered servers are deleted.
  • If you're using the older version of Azure Migrate, open the Azure resource group in which the project was created. Select the project you want to delete (the resource type is Migration project).
  • If you're using dependency analysis with an Azure Log Analytics workspace: > - If you've attached a Log Analytics workspace to the Server Assessment tool, the workspace isn't automatically deleted. The same Log Analytics workspace can be used for multiple scenarios. > - If you want to delete the Log Analytics workspace, do that manually.
  • Project deletion is irreversible. Deleted objects can't be recovered.

Delete a workspace manually

  1. Browse to the Log Analytics workspace attached to the project.

    • If you haven't deleted the project, you can find the link to the workspace in Essentials > Server Assessment. Screenshot of the Log Analytics Workspace. :::

    • If you've already deleted the project, select Resource Groups in the left pane of the Azure portal and find the workspace.

  2. Follow the instructions to delete the workspace.

Next steps

Add assessment or migration tools to projects.