Skip to content

Commit d5c8c80

Browse files
committed
minor edits
1 parent 7951f5b commit d5c8c80

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/migrate/how-to-create-group-machine-dependencies-agentless.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,18 +163,18 @@ After the validation succeeds, dependency analysis are autoenabled and you see o
163163

164164
1. You can hover on the Server name to see essential information about the server like IP address, Source, and Tags.
165165

166-
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/server-hover-details.png" alt-text="The screenshot illustrated how the details are shown on hover." lightbox="./media/how-to-create-group-machine-dependencies-agentless/server-hover-details.png":::
166+
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/server-hover-details.png" alt-text="The screenshot illustrated how the details are shown on hover." lightbox="./media/how-to-create-group-machine-dependencies-agentless/server-hover-details.png":::
167167

168168
1. Similarly you can also hover on the connection to see essential information like strength and frequency of connections in the selected time range.
169169
1. You can select the Server name to see more details like Operating system, Power Status, Software inventory discovered from the server and associated Tags.
170170

171-
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/server-expand-details.png" alt-text="The screenshot shows the server details on expanding. " lightbox="./media/how-to-create-group-machine-dependencies-agentless/server-expand-details.png":::
171+
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/server-expand-details.png" alt-text="The screenshot shows the server details on expanding. " lightbox="./media/how-to-create-group-machine-dependencies-agentless/server-expand-details.png":::
172172

173173
1. Similarly you can also select the connection to see more details like which source and destination processes have the dependency over which destination port no.
174174
1. You can expand the Server to see the list of processes basis the selected process type filter.
175175
1. From the expanded list of processes, you can select on a Process name to see its incoming and outgoing dependencies with processes on other servers in the view. The process to process dependency also indicates the destination port no on the connection.
176176

177-
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/process-process-dep.png" alt-text="The screenshot shows the process to process dependencies." lightbox="./media/how-to-create-group-machine-dependencies-agentless/process-process-dep.png":::
177+
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/process-process-dep.png" alt-text="The screenshot shows the process to process dependencies." lightbox="./media/how-to-create-group-machine-dependencies-agentless/process-process-dep.png":::
178178

179179

180180
> [!NOTE]
@@ -191,7 +191,7 @@ After the validation succeeds, dependency analysis are autoenabled and you see o
191191

192192
The dependency data is exported and downloaded in a CSV format. The downloaded file contains the dependency data across all servers enabled for dependency analysis.
193193

194-
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/export-dep.png" alt-text="The screenshot illustrates the Export dependencies." lightbox="./media/how-to-create-group-machine-dependencies-agentless/export-dep.png":::
194+
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/export-dep.png" alt-text="The screenshot illustrates the Export dependencies." lightbox="./media/how-to-create-group-machine-dependencies-agentless/export-dep.png":::
195195

196196
### Dependency information
197197

@@ -315,7 +315,7 @@ You need to install the PowerShell module to disable for servers that you don't
315315
### Disable dependencies
316316

317317
1. Get the list of discovered servers in your project using the following commands. In the example below, the project name is ContosoDemoProject, and the resource group it belongs to be ContosoDemoRG. The list of servers are saved in ContosoDemo_VMs.csv
318-
1.
318+
319319
```
320320
Get-AzMigDiscoveredVMwareVMs -ResourceGroupName "ContosoDemoRG" -ProjectName "ContosoDemoProject" -OutputCsvFile "ContosoDemo_VMs.csv" [-AutoEnabledDepMap]
321321
You can also add a filter to export the relevant servers using the command:

0 commit comments

Comments
 (0)