Skip to content

Commit da3711c

Browse files
Merge pull request #225517 from v-ksreedevan/30Jan-CreateManage
Content Freshness - Create and Manage projects
2 parents eb3b518 + c99dccf commit da3711c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/migrate/create-manage-projects.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ author: vineetvikram
55
ms.author: vivikram
66
ms.manager: abhemraj
77
ms.topic: how-to
8-
ms.date: 07/28/2022
8+
ms.date: 01/25/2023
99
ms.custom: engagement-fy23
1010
---
1111

1212
# Create and manage projects
1313

1414
This article describes how to create, manage, and delete [projects](migrate-services-overview.md).
1515

16-
Classic Azure Migrate is retiring in Feb 2024. After Feb 2024, 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 the Azure Migrate. View [FAQ](./resources-faq.md#i-have-a-project-with-the-previous-classic-experience-of-azure-migrate-how-do-i-start-using-the-new-version) before you start the creation process.
16+
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](./resources-faq.md#i-have-a-project-with-the-previous-classic-experience-of-azure-migrate-how-do-i-start-using-the-new-version) before you start the creation process.
1717

18-
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.
18+
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.
1919

2020
## Verify permissions
2121

22-
Check you have the correct permissions to create a project:
22+
Ensure you have the correct permissions to create a project using the following steps:
2323

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

2727

2828
## Create a project for the first time
@@ -57,7 +57,7 @@ Wait a few minutes for the project to deploy.
5757

5858
## Create a project in a specific region
5959

60-
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, using the following API command to create the project.
60+
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.
6161

6262
```rest
6363
PUT /subscriptions/<subid>/resourceGroups/<rg>/providers/Microsoft.Migrate/MigrateProjects/<mymigrateprojectname>?api-version=2018-09-01-preview "{location: 'centralus', properties: {}}"
@@ -68,7 +68,7 @@ PUT /subscriptions/<subid>/resourceGroups/<rg>/providers/Microsoft.Migrate/Migra
6868
If you already have a project and you want to create an additional project, do the following:
6969

7070
1. In the [Azure public portal](https://portal.azure.com) or [Azure Government](https://portal.azure.us), search for **Azure Migrate**.
71-
2. On the Azure Migrate dashboard > **Servers, databases and web apps**, select **Create project** on the top left.
71+
2. On the Azure Migrate dashboard, select **Servers, databases and web apps** > **Create project** on the top left.
7272

7373
:::image type="content" source="./media/create-manage-projects/switch-project.png" alt-text="Screenshot containing Create Project button.":::
7474

@@ -80,7 +80,7 @@ If you already have a project and you want to create an additional project, do t
8080
Find a project as follows:
8181

8282
1. In the [Azure portal](https://portal.azure.com), search for *Azure Migrate*.
83-
2. In the Azure Migrate dashboard > **Servers, databases and web apps**, select **Current project** in the upper-right corner.
83+
2. In the Azure Migrate dashboard, select **Servers, databases and web apps** > **Current project** in the upper-right corner.
8484

8585
:::image type="content" source="./media/create-manage-projects/current-project.png" alt-text="Screenshot to select the current project.":::
8686

@@ -101,11 +101,11 @@ If you created the project in the [previous version](migrate-services-overview.m
101101

102102
## Delete a project
103103

104-
Delete as follows:
104+
To delete a project, follow these steps:
105105

106106
1. Open the Azure resource group in which the project was created.
107107
2. In the resource group page, select **Show hidden types**.
108-
3. Select the project you want to delete, and its associated resources.
108+
3. Select the project that you want to delete and its associated resources.
109109
- The resource type is **Microsoft.Migrate/migrateprojects**.
110110
- If the resource group is exclusively used by the project, you can delete the entire resource group.
111111

0 commit comments

Comments
 (0)