Skip to content

Commit 3469168

Browse files
Merge pull request #298001 from SnehaSudhirG/10Apr-DepMap-Monikers
Applied monikers
2 parents 14647bf + 8fe5664 commit 3469168

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

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

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,31 @@ ms.custom: engagement-fy25
1515

1616
This article describes how to set up agentless dependency analysis using Azure Migrate: Discovery and assessment tool. [Dependency analysis](concepts-dependency-visualization.md) helps you to identify and understand dependencies across servers for assessment and migration to Azure.
1717

18+
::: moniker range="migrate"
1819
> [!Note]
1920
> In this article, you'll explore the new experience with agentless dependency analysis. You should continue only if you've upgraded to the new experience by following these [prerequisites](./how-to-create-group-machine-dependencies-agentless.md#switch-to-new-visualization).
21+
::: moniker-end
2022

23+
::: moniker range="migrate-classic"
2124
## Current limitations
2225

2326
- In the dependency analysis view, currently you can't add or remove a server from a group.
2427
- A dependency map for a group of servers isn't currently available.
28+
::: moniker-end
2529

30+
::: moniker range="migrate"
2631
## What's New?
2732

2833
- Dependency analysis is automatically enabled on 1,000 servers discovered by each Azure Migrate appliance that has passed the prerequisite checks. You no longer need to enable the dependency analysis on servers manually as before.
2934
- The enhanced dependency visualization helps you review additional information about the servers, connections, and processes. You can filter the view by process type to analyze key dependencies in the visualization.
3035
- In the new visualization, after identifying key dependencies, you can group servers into an application by tagging them.
36+
::: moniker-end
3137

3238
## Before you start
3339

40+
::: moniker range="migrate"
3441
The existing users can follow steps provided [here](how-to-create-group-machine-dependencies-agentless.md#switch-to-new-visualization)
42+
::: moniker-end
3543

3644
The new users need to follow the below steps:
3745

@@ -68,14 +76,22 @@ The new users need to follow the below steps:
6876

6977
After the server discovery is complete, appliance initiates the discovery of installed applications, roles, and features (software inventory) on the servers. During software inventory, the discovered servers are validated to check if they meet the prerequisites and can be enabled for agentless dependency analysis.
7078

79+
::: moniker range="migrate"
7180
> [!Note]
7281
> Agentless dependency analysis feature is automatically enabled for the discovered servers when the prerequisite checks are successful. Unlike before, you no longer need to manually enable this feature on servers.
82+
::: moniker-end
7383

74-
After servers are automatically enabled for agentless dependency analysis, appliance collects dependency data from the server every 5 mins. It then sends a combined data point every six hours. You can review the [data](discovered-metadata.md#application-dependency-data) collected by appliance during analysis.
84+
::: moniker range="migrate-classic"
85+
After servers are enabled for agentless dependency analysis, appliance collects dependency data from the server every 5 mins. It then sends a combined data point every six hours. You can review the [data](discovered-metadata.md#application-dependency-data) collected by appliance during analysis.
86+
::: moniker-end
87+
88+
::: moniker range="migrate"
89+
After servers are automatically enabled for agentless dependency analysis, appliance collects dependency data from the server every 5 mins. It then sends a combined data point every six hours. You can review the [data](discovered-metadata.md#application-dependency-data) collected by appliance during analysis.
90+
::: moniker-end
7591

7692
## Review dependency status
7793

78-
After initiating discovery from the appliance, you can come to Migrate project on the Azure portal and review the dependency data. It's recommended to wait for **atleast 24 hours** to allow for enough dependendency data to be gathered for your servers and show in a visualization.
94+
After initiating discovery from the appliance, you can come to Migrate project on the Azure portal and review the dependency data. We recommend that you wait for **atleast 24 hours** to allow for enough dependendency data to be gathered for your servers and show in a visualization.
7995

8096
In the project, you can review dependencies for each server either through the **All inventory** or **Infrastructure inventory** view.
8197

@@ -85,11 +101,15 @@ On reviewing the **Dependencies** column for any server, you see one of the foll
85101
2. **Validation in progress:** when the prerequisite validation checks have still not been completed on the server
86102
3. **Validation failed:** when the validation checks on the server have failed. You can select the status to review error message which would mostly be related to missing prerequisites like insufficient credential permissions or invalid credentials etc.
87103

104+
::: moniker range="migrate"
88105
After the validation succeeds, dependency analysis are auto-enabled and you see one of the following status:
106+
::: moniker-end
89107

90108
- **View dependencies:** when validation checks have passed and the dependency analysis has been enabled. You can select this to go to the new visualization and review dependencies for this server.
109+
::: moniker range="migrate"
91110
- **Not initiated:** when dependency analysis couldn't be enabled as Azure Migrate has reached the scale limit of 1,000 servers per appliance for auto-enablement. If you want to perform dependency analysis on the specific servers, you can manually disable it on the other auto-enabled servers and enable for the ones you need by using the PowerShell module.
92111
- **Disabled:** when dependency analysis has been manually disabled by you on this server using the PowerShell module. You can re-enable it any-time using the same PowerShell module.
112+
::: moniker-end
93113

94114
## Visualize dependencies
95115
::: moniker range="migrate-classic"
@@ -186,6 +206,7 @@ Destination application | Name of the application on the destination server
186206
Destination process | Name of the process on the destination server
187207
Destination port | Port number on the destination server
188208

209+
::: moniker range="migrate"
189210
## Switch to new visualization
190211

191212
If you're an existing user who has already set up an Azure Migrate project, performed discovery and manually enabled dependency analysis on some servers, you need to perform following steps to get the new enhanced visualization:
@@ -226,6 +247,7 @@ Dependency analysis is auto-enabled on all discovered servers which have passed
226247

227248
> [!NOTE]
228249
> Currently, it isn't possible to disable dependendency analysis on servers from portal so you need to install the PowerShell module to disable for servers that you don't want.
250+
::: moniker-end
229251

230252
### Log in to Azure
231253

0 commit comments

Comments
 (0)