Skip to content

Commit 2ef07af

Browse files
authored
Merge pull request #298009 from SnehaSudhirG/10Apr-CreateManageProjects-Images
added info and images
2 parents a3bd6df + 7fdf22c commit 2ef07af

File tree

2 files changed

+61
-8
lines changed

2 files changed

+61
-8
lines changed

articles/migrate/create-manage-projects.md

Lines changed: 61 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,19 @@ Ensure you have the correct permissions to create a project using the following
3737
## Create a project for the first time
3838

3939
::: moniker range="migrate"
40+
4041
Set up a new project in an Azure subscription.
4142

4243
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**.
4546

4647
:::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" :::
4748

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.
5053
- 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.
5154
- Review supported regions for [public](supported-geographies.md#public-cloud) and [government clouds](supported-geographies.md#azure-government).
5255

@@ -87,7 +90,7 @@ Set up a new project in an Azure subscription.
8790
:::image type="content" source="./media/create-manage-projects/project-details.png" alt-text="Image of Azure Migrate page to input project settings.":::
8891

8992
Wait for a few minutes for the project to deploy.
90-
93+
::: moniker-end
9194

9295
## Create a project in a specific region
9396

@@ -96,32 +99,82 @@ In the portal, you can select the geography in which you want to create the proj
9699
```rest
97100
PUT /subscriptions/<subid>/resourceGroups/<rg>/providers/Microsoft.Migrate/MigrateProjects/<mymigrateprojectname>?api-version=2018-09-01-preview "{location: 'centralus', properties: {}}"
98101
```
99-
::: moniker-end
100102

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.
122+
- az provider show -n Microsoft.DependencyMap
123+
- Output contains - "registrationState": "Registered"
124+
::: moniker-end
101125

102126
## Create additional projects
103127

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

130+
::: moniker range="migrate-classic"
106131
1. In the [Azure public portal](https://portal.azure.com) or [Azure Government](https://portal.azure.us), search for **Azure Migrate**.
107132
1. On the Azure Migrate dashboard, select **All Projects** on the upper left.
108133
1. Select a **Create Project**.
109134

110135
:::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
111144

112145
## Find a project
113146

114147
Follow the steps to find a project:
115148

149+
::: moniker range="migrate-classic"
116150
1. In the [Azure portal](https://portal.azure.com), search for *Azure Migrate*.
117151
1. Select **All Projects** from the upper left.
118152
1. Filter and select the project of your choice.
119153

120154
:::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
121174

122175
## Delete a project
123176

124-
::: moniker range="migrate"
177+
::: moniker range="migrate-classic"
125178

126179
Follow the steps to delete a project:
127180

@@ -154,7 +207,7 @@ Follow the steps to delete a project:
154207
155208
::: moniker-end
156209

157-
::: moniker range="migrate-classic"
210+
::: moniker range="migrate"
158211

159212
To delete a project, follow these steps:
160213

87 KB
Loading

0 commit comments

Comments
 (0)