You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/migrate/create-manage-projects.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,24 @@ author: vineetvikram
5
5
ms.author: vivikram
6
6
ms.manager: abhemraj
7
7
ms.topic: how-to
8
-
ms.date: 07/28/2022
8
+
ms.date: 01/25/2023
9
9
ms.custom: engagement-fy23
10
10
---
11
11
12
12
# Create and manage projects
13
13
14
14
This article describes how to create, manage, and delete [projects](migrate-services-overview.md).
15
15
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.
17
17
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.
19
19
20
20
## Verify permissions
21
21
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:
23
23
24
24
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.
26
26
27
27
28
28
## Create a project for the first time
@@ -57,7 +57,7 @@ Wait a few minutes for the project to deploy.
57
57
58
58
## Create a project in a specific region
59
59
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.
61
61
62
62
```rest
63
63
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
68
68
If you already have a project and you want to create an additional project, do the following:
69
69
70
70
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.
0 commit comments