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
+61-8Lines changed: 61 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,19 @@ Ensure you have the correct permissions to create a project using the following
37
37
## Create a project for the first time
38
38
39
39
::: moniker range="migrate"
40
+
40
41
Set up a new project in an Azure subscription.
41
42
42
43
1. In the Azure portal, search for *Azure Migrate*.
43
-
2. In **Services**, select **Azure Migrate**.
44
-
3. In **Get started**, select **Create Project**.
44
+
1. In **Services**, select **Azure Migrate**.
45
+
1. In **Get started**, select **Discover, assess and migrate**.
45
46
46
47
:::image type="content" source="./media/create-manage-projects/create-project.png" alt-text="Screenshot shows how to create project." lightbox="./media/create-manage-projects/create-project.png" :::
47
48
48
-
4. In **Create project**, select the Azure subscription and resource group. Create a resource group if you don't have one.
49
-
5. In **Project Details**, specify the project name and the geography in which you want to create the project.
49
+
1. In Servers, databases and web apps, select **Create project**.
50
+
:::image type="content" source="./media/create-manage-projects/create-project-inline.png" alt-text="Screenshot of button to start creating a project." lightbox="./media/create-manage-projects/create-project-expanded.png":::
51
+
1. In **Create project**, select the Azure subscription and resource group. Create a resource group if you don't have one.
52
+
1. In **Project Details**, specify the project name and the geography in which you want to create the project.
50
53
- The region 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 region.
51
54
- Review supported regions for [public](supported-geographies.md#public-cloud) and [government clouds](supported-geographies.md#azure-government).
52
55
@@ -87,7 +90,7 @@ Set up a new project in an Azure subscription.
87
90
:::image type="content" source="./media/create-manage-projects/project-details.png" alt-text="Image of Azure Migrate page to input project settings.":::
88
91
89
92
Wait for a few minutes for the project to deploy.
90
-
93
+
::: moniker-end
91
94
92
95
## Create a project in a specific region
93
96
@@ -96,32 +99,82 @@ In the portal, you can select the geography in which you want to create the proj
96
99
```rest
97
100
PUT /subscriptions/<subid>/resourceGroups/<rg>/providers/Microsoft.Migrate/MigrateProjects/<mymigrateprojectname>?api-version=2018-09-01-preview "{location: 'centralus', properties: {}}"
98
101
```
99
-
::: moniker-end
100
102
103
+
::: moniker range="migrate"
104
+
105
+
After you have created the project, perform the following steps to try out the new agentless dependency analysis enhancements:
106
+
107
+
Ensure that you have installed Az CLI to execute the required commands by following the steps provided in the documentation [here](https://learn.microsoft.com/cli/azure/install-azure-cli)
108
+
109
+
After you install the Az CLI (in PowerShell), open PowerShell on your system as an Administrator and execute the following commands:
110
+
111
+
1. Log in to the Azure tenant and set the Subscription.
112
+
- az login --tenant <TENANT_ID>
113
+
- az account set --subscription <SUBSCRIPTION_ID>
114
+
1. Register the Dependency Map private preview feature on the Subscription.
115
+
- az feature registration create --name PrivatePreview --namespace Microsoft.DependencyMap
116
+
1. Ensure that the feature is in registered state.
117
+
- az feature registration show --name PrivatePreview --provider-namespace Microsoft.DependencyMap
118
+
- Output contains - "state": "Registered"
119
+
1. Register the new Dependency Map resource provider.
120
+
- az provider register --namespace Microsoft.DependencyMap
121
+
1. Ensure that the provider is in registered state.
If you already have a project and you want to create an additional project, do the following:
105
129
130
+
::: moniker range="migrate-classic"
106
131
1. In the [Azure public portal](https://portal.azure.com) or [Azure Government](https://portal.azure.us), search for **Azure Migrate**.
107
132
1. On the Azure Migrate dashboard, select **All Projects** on the upper left.
108
133
1. Select a **Create Project**.
109
134
110
135
:::image type="content" source="./media/create-manage-projects/create-a-project.png" alt-text="Screenshot shows how to create a project by selecting the create project button." lightbox="./media/create-manage-projects/create-a-project.png" :::
136
+
::: moniker-end
137
+
138
+
::: moniker range="migrate"
139
+
1. In the [Azure public portal](https://portal.azure.com) or [Azure Government](https://portal.azure.us), search for **Azure Migrate**.
140
+
1. On the Azure Migrate dashboard, select **Servers, databases and web apps** > **Create project** on the upper left
141
+
:::image type="content" source="./media/create-manage-projects/switch-project.png" alt-text="Screenshot that contains information on how to create a project." lightbox="./media/create-manage-projects/switch-project.png" :::
142
+
1. To create a new project, select **Click here**.
143
+
::: moniker-end
111
144
112
145
## Find a project
113
146
114
147
Follow the steps to find a project:
115
148
149
+
::: moniker range="migrate-classic"
116
150
1. In the [Azure portal](https://portal.azure.com), search for *Azure Migrate*.
117
151
1. Select **All Projects** from the upper left.
118
152
1. Filter and select the project of your choice.
119
153
120
154
:::image type="content" source="./media/create-manage-projects/filter-and-select-project.png" alt-text="Screenshot shows how to filter and select the project." lightbox="./media/create-manage-projects/filter-and-select-project.png" :::
155
+
::: moniker-end
156
+
157
+
1. In the [Azure portal](https://portal.azure.com), search for *Azure Migrate*.
158
+
1. In Azure Migrate dashboard, select **Servers, databases and webapps** > **Current project** from the upper right corner.
159
+
160
+
:::image type="content" source="./media/create-manage-projects/current-project.png" alt-text="Screenshot to select the current project." lightbox="./media/create-manage-projects/current-project.png" :::
161
+
1. Select the appropriate subscription and project.
162
+
163
+
## Find a classic project
164
+
165
+
If you created the project in the [previous version](migrate-services-overview.md) of Azure Migrate, find it as follows:
166
+
167
+
1. In the [Azure portal](https://portal.azure.com), search for *Azure Migrate*.
168
+
1. In the Azure Migrate dashboard, if you've created a project in the previous version, a banner referencing older projects appears. Select the banner.
169
+
170
+
:::image type="content" source="./media/create-manage-projects/access-existing-projects.png" alt-text="Screenshot to access already existing projects.":::
171
+
172
+
1. Review the list of old projects.
173
+
::: moniker-end
121
174
122
175
## Delete a project
123
176
124
-
::: moniker range="migrate"
177
+
::: moniker range="migrate-classic"
125
178
126
179
Follow the steps to delete a project:
127
180
@@ -154,7 +207,7 @@ Follow the steps to delete a project:
0 commit comments