Skip to content

Commit a6f37a4

Browse files
authored
Merge pull request #256144 from Karthigasree/25Oct-Imageupdates
Image update in Discover articles
2 parents 9885164 + d6c7cd4 commit a6f37a4

File tree

8 files changed

+31
-35
lines changed

8 files changed

+31
-35
lines changed
25.9 KB
Loading
25.9 KB
Loading
25.9 KB
Loading
25.9 KB
Loading

articles/migrate/tutorial-discover-aws.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ author: Vikram1988
55
ms.author: vibansa
66
ms.manager: abhemraj
77
ms.topic: tutorial
8-
ms.date: 09/15/2023
8+
ms.date: 10/15/2023
99
ms.service: azure-migrate
10-
ms.custom: mvc, subject-rbac-steps, engagement-fy23
10+
ms.custom: mvc, subject-rbac-steps, engagement-fy24
1111
#Customer intent: As a server admin I want to discover my AWS instances.
1212
---
1313

@@ -52,7 +52,7 @@ If you just created a free Azure account, you're the owner of your subscription.
5252

5353
1. In the Azure portal, search for "subscriptions", and under **Services**, select **Subscriptions**.
5454

55-
![Image of Search box to search for the Azure subscription.](./media/tutorial-discover-aws/search-subscription.png)
55+
:::image type="content" source="./media/tutorial-discover-aws/search-subscription.png" alt-text="Screenshot of Search box to search for the Azure subscription.":::
5656

5757
1. In the **Subscriptions** page, select the subscription in which you want to create a project.
5858

@@ -68,7 +68,7 @@ If you just created a free Azure account, you're the owner of your subscription.
6868
| Assign access to | User |
6969
| Members | azmigrateuser |
7070

71-
![Add role assignment page in Azure portal.](../../includes/role-based-access-control/media/add-role-assignment-page.png)
71+
:::image type="content" source="../../includes/role-based-access-control/media/add-role-assignment-page.png" alt-text="Screenshot of Add role assignment page in Azure portal.":::
7272

7373
1. To register the appliance, your Azure account needs **permissions to register Microsoft Entra apps.**
7474

@@ -105,15 +105,13 @@ Set up a new project.
105105
5. In **Create project**, select your Azure subscription and resource group. Create a resource group if you don't have one.
106106
6. In **Project Details**, specify the project name and the geography in which you want to create the project. Review supported geographies for [public](migrate-support-matrix.md#public-cloud) and [government clouds](migrate-support-matrix.md#azure-government).
107107

108-
![Screenshot for project name and region.](./media/tutorial-discover-aws/new-project.png)
109-
110108
7. Select **Create**.
111109
8. Wait a few minutes for the project to deploy. The **Azure Migrate: Discovery and assessment** tool is added by default to the new project.
112110

113-
![Page showing Server Assessment tool added by default.](./media/tutorial-discover-aws/added-tool.png)
111+
:::image type="content" source="./media/tutorial-discover-aws/added-tool.png" alt-text="Screenshot of Discovery and assessment tool added by default.":::
114112

115113
> [!NOTE]
116-
> If you have already created a project, you can use the same project to register additional appliances to discover and assess more no of servers.[Learn more](create-manage-projects.md#find-a-project)
114+
> If you have already created a project, you can use the same project to register additional appliances to discover and assess more no of servers. [Learn more](create-manage-projects.md#find-a-project).
117115
118116
## Set up the appliance
119117

@@ -233,7 +231,9 @@ In the configuration manager, select **Set up prerequisites**, and then complete
233231
3. To register the appliance, you need to select **Login**. In **Continue with Azure Login**, select **Copy code & Login** to copy the device code (you must have a device code to authenticate with Azure) and open an Azure Login prompt in a new browser tab. Make sure you've disabled the pop-up blocker in the browser to see the prompt.
234232

235233
:::image type="content" source="./media/tutorial-discover-vmware/device-code.png" alt-text="Screenshot that shows where to copy the device code and sign in.":::
234+
236235
4. In a new tab in your browser, paste the device code and sign in by using your Azure username and password. Signing in with a PIN isn't supported.
236+
237237
> [!NOTE]
238238
> If you close the sign in tab accidentally without signing in, refresh the browser tab of the appliance configuration manager to display the device code and Copy code & Login button.
239239
5. After you successfully sign in, return to the browser tab that displays the appliance configuration manager. If the Azure user account that you used to sign in has the required permissions for the Azure resources that were created during key generation, appliance registration starts.
@@ -256,7 +256,7 @@ Now, connect from the appliance to the physical servers to be discovered, and st
256256
* Currently Azure Migrate does not support SSH private key file generated by PuTTY.
257257
* Azure Migrate supports OpenSSH format of the SSH private key file as shown below:
258258

259-
![Image of SSH private key supported format.](./media/tutorial-discover-physical/key-format.png)
259+
:::image type="content" source="./media/tutorial-discover-physical/key-format.png" alt-text="Screenshot of SSH private key supported format.":::
260260

261261

262262
1. If you want to add multiple credentials at once, select **Add more** to save and add more credentials. Multiple credentials are supported for physical servers discovery.
@@ -291,7 +291,7 @@ Select **Start discovery**, to kick off discovery of the successfully validated
291291
* It takes approximately 2 minutes to complete discovery of 100 servers and their metadata to appear in the Azure portal.
292292
* [Software inventory](how-to-discover-applications.md) (discovery of installed applications) is automatically initiated when the discovery of servers is finished.
293293
* [Software inventory](how-to-discover-applications.md) identifies the SQL Server instances that are running on the servers. Using the information it collects, the appliance attempts to connect to the SQL Server instances through the Windows authentication credentials or the SQL Server authentication credentials that are provided on the appliance. Then, it gathers data on SQL Server databases and their properties. The SQL Server discovery is performed once every 24 hours.
294-
* Appliance can connect to only those SQL Server instances to which it has network line of sight, whereas software inventory by itself may not need network line of sight.
294+
* Appliance can connect to only those SQL Server instances to which it has network line of sight, whereas software inventory by itself might not need network line of sight.
295295
* The time taken for discovery of installed applications depends on the number of discovered servers. For 500 servers, it takes approximately one hour for the discovered inventory to appear in the Azure Migrate project in the portal.
296296
* During software inventory, the added server credentials are iterated against servers and validated for agentless dependency analysis. When the discovery of servers is finished, in the portal, you can enable agentless dependency analysis on the servers. Only the servers on which validation succeeds can be selected to enable [agentless dependency analysis](how-to-create-group-machine-dependencies-agentless.md).
297297
* SQL Server instances and databases data begin to appear in the portal within 24 hours after you start discovery.

articles/migrate/tutorial-discover-gcp.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.author: vibansa
66
ms.manager: abhemraj
77
ms.topic: tutorial
88
ms.service: azure-migrate
9-
ms.date: 09/15/2023
10-
ms.custom: mvc, subject-rbac-steps, engagement-fy23
9+
ms.date: 10/25/2023
10+
ms.custom: mvc, subject-rbac-steps, engagement-fy24
1111
#Customer intent: As a server admin I want to discover my GCP instances.
1212
---
1313

@@ -52,7 +52,7 @@ If you just created a free Azure account, you're the owner of your subscription.
5252

5353
1. In the Azure portal, search for "subscriptions", and under **Services**, select **Subscriptions**.
5454

55-
![Screenshot of Search box to search for the Azure subscription.](./media/tutorial-discover-gcp/search-subscription.png)
55+
:::image type="content" source="./media/tutorial-discover-gcp/search-subscription.png" alt-text="Screenshot of Search box to search for the Azure subscription.":::
5656

5757
1. In the **Subscriptions** page, select the subscription in which you want to create a project.
5858

@@ -68,7 +68,7 @@ If you just created a free Azure account, you're the owner of your subscription.
6868
| Assign access to | User |
6969
| Members | azmigrateuser |
7070

71-
![Add role assignment page in Azure portal.](../../includes/role-based-access-control/media/add-role-assignment-page.png)
71+
:::image type="content" source="../../includes/role-based-access-control/media/add-role-assignment-page.png" alt-text="Screenshot of role assignment page in Azure portal.":::
7272

7373
1. To register the appliance, your Azure account needs **permissions to register Microsoft Entra apps**.
7474

@@ -108,15 +108,13 @@ Set up a new project.
108108
4. In **Create project**, select your Azure subscription and resource group. Create a resource group if you don't have one.
109109
5. In **Project Details**, specify the project name and the geography in which you want to create the project. Review supported geographies for [public](migrate-support-matrix.md#public-cloud) and [government clouds](migrate-support-matrix.md#azure-government).
110110

111-
![Screenshot to enter project name and region.](./media/tutorial-discover-gcp/new-project.png)
112-
113111
6. Select **Create**.
114112
7. Wait a few minutes for the project to deploy. The **Azure Migrate: Discovery and assessment** tool is added by default to the new project.
115113

116-
![Page showing Server Assessment tool added by default.](./media/tutorial-discover-gcp/added-tool.png)
114+
:::image type="content" source="./media/tutorial-discover-gcp/added-tool.png" alt-text="Screenshot of Discovery and assessment tool added by default.":::
117115

118116
> [!NOTE]
119-
> If you have already created a project, you can use the same project to register additional appliances to discover and assess more no of servers.[Learn more](create-manage-projects.md#find-a-project).
117+
> If you have already created a project, you can use the same project to register additional appliances to discover and assess more no of servers. [Learn more](create-manage-projects.md#find-a-project).
120118
121119
## Set up the appliance
122120

@@ -263,10 +261,11 @@ Now, connect from the appliance to the GCP servers to be discovered, and start t
263261
- Currently Azure Migrate doesn't support SSH private key file generated by PuTTY.
264262
- Azure Migrate supports OpenSSH format of the SSH private key file as shown below:
265263

266-
![Image of SSH private key supported format.](./media/tutorial-discover-physical/key-format.png)
264+
:::image type="content" source="./media/tutorial-discover-physical/key-format.png" alt-text="Screenshot of SSH private key supported format.":::
267265

268266

269267
2. If you want to add multiple credentials at once, select **Add more** to save and add more credentials.
268+
270269
> [!Note]
271270
> By default, the credentials will be used to gather data about the installed applications, roles, and features, and also to collect dependency data from Windows and Linux servers, unless you disable the slider to not perform these features (as instructed in the last step).
272271
3. In **Step 2:Provide physical or virtual server details​**, select **Add discovery source** to specify the server **IP address/FQDN** and the friendly name for credentials to connect to the server.
@@ -297,7 +296,7 @@ Click **Start discovery**, to kick off discovery of the successfully validated s
297296
* It takes approximately 2 minutes to complete discovery of 100 servers and their metadata to appear in the Azure portal.
298297
* [Software inventory](how-to-discover-applications.md) (discovery of installed applications) is automatically initiated when the discovery of servers is finished.
299298
* [Software inventory](how-to-discover-applications.md) identifies the SQL Server instances that are running on the servers. Using the information it collects, the appliance attempts to connect to the SQL Server instances through the Windows authentication credentials or the SQL Server authentication credentials that are provided on the appliance. Then, it gathers data on SQL Server databases and their properties. The SQL Server discovery is performed once every 24 hours.
300-
* Appliance can connect to only those SQL Server instances to which it has network line of sight, whereas software inventory by itself may not need network line of sight.
299+
* Appliance can connect to only those SQL Server instances to which it has network line of sight, whereas software inventory by itself might not need network line of sight.
301300
* The time taken for discovery of installed applications depends on the number of discovered servers. For 500 servers, it takes approximately one hour for the discovered inventory to appear in the Azure Migrate project in the portal.
302301
* During software inventory, the added server credentials are iterated against servers and validated for agentless dependency analysis. When the discovery of servers is finished, in the portal, you can enable agentless dependency analysis on the servers. Only the servers on which validation succeeds can be selected to enable [agentless dependency analysis](how-to-create-group-machine-dependencies-agentless.md).
303302
* SQL Server instances and databases data begin to appear in the portal within 24 hours after you start discovery.

0 commit comments

Comments
 (0)