Skip to content

Commit 0b19ec0

Browse files
committed
fixing blocking issues
1 parent 6ef6ade commit 0b19ec0

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

articles/migrate/how-to-review-discovered-inventory.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ monikerRange: migrate
1212

1313
---
1414

15-
1615
# Review discovered inventory (preview)
1716

1817
This article describes the new experience to review inventory discovered using Azure Migrate: Discovery and assessment tool.
@@ -48,15 +47,15 @@ The new users need to follow steps given below:
4847
## Deploy and configure the Azure Migrate appliance
4948

5049
1. Deploy the Azure Migrate appliance to start discovery. To deploy the appliance, you can use the [deployment method](migrate-appliance.md#deployment-methods) as per your environment. After deploying the appliance, you need to register it with the project and configure it to initiate the discovery.
51-
2. As you configure the appliance, you need to specify the following in the appliance configuration manager:
50+
1. As you configure the appliance, you need to specify the following in the appliance configuration manager:
5251
- The details of the source environment (vCenter Server(s)/Hyper-V host(s) or cluster(s)/physical servers) which you want to discover.
5352
- Server credentials, which can be domain/ Windows (non-domain)/ Linux (non-domain) credentials. [Learn more](add-server-credentials.md) about how to provide credentials and how the appliance handles them.
5453
- Verify the permissions required to perform agentless dependency analysis. For Windows servers, you need to provide domain or non-domain (local) account with administrative permissions. For Linux servers, provide a sudo user account with permissions to execute ls and netstat commands or create a user account that has the CAP_DAC_READ_SEARCH and CAP_SYS_PTRACE permissions on /bin/netstat and /bin/ls files. If you're providing a sudo user account, ensure that you've enabled NOPASSWD for the account to run the required commands without prompting for a password every time sudo command is invoked.
5554

5655
### Add credentials and initiate discovery
5756

5857
1. Open the appliance configuration manager, complete the prerequisite checks and registration of the appliance.
59-
2. Navigate to the **Manage credentials and discovery sources** panel.
58+
1. Navigate to the **Manage credentials and discovery sources** panel.
6059
1. In **Step 1: Provide credentials for discovery source**, select on **Add credentials** to provide credentials for the discovery source that the appliance uses to discover servers running in your environment.
6160
1. In **Step 2: Provide discovery source details**, select on **Add discovery source** to select the friendly name for credentials from the drop-down, specify the **IP address/FQDN** of the discovery source.
6261

@@ -67,7 +66,7 @@ The new users need to follow steps given below:
6766
> [!Note]
6867
> If you want to perform guest based discovery features later, you can provide your intent by disabling the slider on the appliance configuration manager and proceed to start discovery of the servers from your environment.
6968
70-
1. Select **Start discovery**, to initiate discovery.
69+
1. Select **Start discovery** to initiate discovery.
7170

7271
After the discovery is complete, you can go to Azure portal and refresh the **Overview** in your project to see the count of the discovered workloads.
7372

@@ -131,7 +130,7 @@ By default, searching for a workload also shows the associated workloads so that
131130
:::image type="content" source="./media/how-to-review-discovered-inventory/show-associated-workloads.png" alt-text="The screenshot shows the option to disable the show associated workloads option" lightbox="./media/how-to-review-discovered-inventory/show-associated-workloads.png":::
132131

133132

134-
### User actions on All inventory
133+
### User actions on all inventory
135134

136135
You can perform any of the following actions after reviewing the inventory:
137136

@@ -147,7 +146,7 @@ Columns | Choose optional attributes for the discovered workloads
147146
Refresh | Refresh the view to review any updates in discovery
148147
Feedback | Provide your feedback about the view and its utility
149148

150-
### Export All inventory data
149+
### Export all inventory data
151150

152151
You can export and review all inventoried workloads with associated attributes and tags. The following table summarizes the fields in the exported CSV.
153152

@@ -179,11 +178,11 @@ DB engine status |
179178
User databases | Number of databases running on the instance
180179
HADR configuration |
181180

182-
## Review Infrastructure inventory
181+
## Review infrastructure inventory
183182

184183
You can select **Infrastructure inventory** under **Explore inventory** from the menu on the left to see the list of infrastructure workloads, discovered from your environment either by using [Azure Migrate appliance](migrate-appliance.md) or using CSV import.
185184

186-
**Infrastructure Inventory** view helps you review all the servers discovered from your datacenter including VMware VMs/Hyper-V VMs/Physical servers/servers running in other public clouds.
185+
**Infrastructure inventory** view helps you review all the servers discovered from your datacenter including VMware VMs/Hyper-V VMs/Physical servers/servers running in other public clouds.
187186

188187
### Default columns
189188

@@ -234,7 +233,7 @@ You can perform actions on all or a scoped set of servers, similar to those list
234233
> [!Note]
235234
> When creating assessment for discovered servers, you can create assessment for Azure VMs and Azure VMware Solution (AVS) [Learn more]().
236235
237-
### Export Server inventory data
236+
### Export server inventory data
238237

239238
You can export and review the server inventory with their associated attributes and tags. The following table summarizes the fields in the exported CSV.
240239

@@ -272,7 +271,7 @@ Discovery source | Source of discovery between appliance and import
272271
Support ends in (Days) | Number of days for support to end
273272
Appliance name | Name of the appliance used to discover the workload.
274273

275-
## Review Web apps inventory
274+
## Review web apps inventory
276275

277276
You can select the name of a web app to see all the attributes and another metadata discovered for that workload in a detailed view. Here you can also add tags to an individual server. Here are the details you can review for each web app:
278277

@@ -281,7 +280,7 @@ You can select the name of a web app to see all the attributes and another metad
281280
Overview |Provides overview of the Web App with basic details like Web app name, server, protocol framework, and discovery details.
282281
Tags | List of custom tags applied to the web app with an option to edit or delete existing tags and add new tags.
283282

284-
### Scoping Web app data
283+
### Scoping web app data
285284

286285
After reviewing the web apps and their attributes, you can either **Select all workloads across pages** or scope the list using **Search** and **Filter** capabilities to perform required action on the server inventory.
287286

0 commit comments

Comments
 (0)