Skip to content

Commit b66b2f3

Browse files
committed
feedback implemented
1 parent 0a332c3 commit b66b2f3

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

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

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,9 @@ After the validation succeeds, dependency analysis are autoenabled and you see o
112112
4. **View dependencies:** The server passed the validation checks and dependency analysis is enabled. You can select this to open the new visualization and check the server’s dependencies.
113113
::: moniker range="migrate"
114114
5. **Not initiated:** Dependency analysis couldn’t be enabled because Azure Migrate reached its limit of 1,000 servers per appliance for automatic enablement. If you want to run dependency analysis on specific servers, you can disable it manually on other autoenabled servers and enable it for the required ones using the PowerShell module.
115-
6. **Disabled:** You can manually disable dependency analysis on this server using the PowerShell module. You can enable it again anytime using the same module.
115+
6. **Disabled:** You can manually disable dependency analysis on this using the portal or the PowerShell module. You can enable it again anytime using the same module.
116116

117-
>[!Note]
118-
> **Not supported** is the status shown for servers discovered through CSV import, as the CSV file currently does not collect network dependency data.
117+
7. ****Not enabled** status is shown for servers, discovered from an appliance that has still not been upgraded to the new visualization. [Learn more](#switch-to-new-visualization) to upgrade the appliance.
119118
::: moniker-end
120119

121120
## Visualize dependencies
@@ -145,17 +144,16 @@ After the validation succeeds, dependency analysis are autoenabled and you see o
145144
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/default-dep-view.png" alt-text="The screenshot shows the default dependency view for a server." lightbox="./media/how-to-create-group-machine-dependencies-agentless/default-dep-view.png":::
146145

147146
4. The view is filtered for default time period of **Last 24 hours** and process type as **Resolvable**.
148-
5. The view is filtered for default time period of **Last 24 hours** and process type as **Resolvable**.
149-
6. Change the time period for which you want to view the map using the **Time range** filter. You can choose between **Last 7 days**/**Last 30 days** or select a **Custom range**.
150-
7. You can choose to change the process type from any of the following:
147+
5. Change the time period for which you want to view the map using the **Time range** filter. You can choose between **Last 7 days**/**Last 30 days** or select a **Custom range**.
148+
6. You can choose to change the process type from any of the following:
151149

152150
**Process** | **Type**
153151
--- | ---
154152
Resolvable (Default) | To filter by processes having resolvable connections
155153
Essentials | To filter by nonredundant key processes
156154
All | to filter by all processes including those with unresolved connections
157155

158-
8. In the view, you find the servers and connections represented as follows:
156+
7. In the view, you find the servers and connections represented as follows:
159157

160158
**Representation** | **Details**
161159
--- | ---
@@ -164,20 +162,20 @@ After the validation succeeds, dependency analysis are autoenabled and you see o
164162
Connection symbol | Representing the direction of dependency between servers with strength of the connection represented by grading of dots on the connection
165163
Process count | Representing the count of processes as per the process type filter
166164

167-
9. You can hover on the Server name to see essential information about the server like IP address, Source, and Tags.
165+
8. You can hover on the Server name to see essential information about the server like IP address, Source, and Tags.
168166

169167

170168
:::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":::
171169

172-
10. Similarly you can also hover on the connection to see essential information like strength and frequency of connections in the selected time range.
173-
11. You can select the Server name to see more details like Operating system, Power Status, Software inventory discovered from the server and associated Tags.
170+
9. Similarly you can also hover on the connection to see essential information like strength and frequency of connections in the selected time range.
171+
10. You can select the Server name to see more details like Operating system, Power Status, Software inventory discovered from the server and associated Tags.
174172

175173

176174
:::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":::
177175

178-
12. 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.
179-
13. You can expand the Server to see the list of processes basis the selected process type filter.
180-
14. 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.
176+
11. 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.
177+
12. You can expand the Server to see the list of processes basis the selected process type filter.
178+
13. 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.
181179

182180

183181
:::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":::

0 commit comments

Comments
 (0)