You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/migrate/common-questions-discovery-assessment.md
+26-10Lines changed: 26 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,18 @@ This article answers common questions about discovery, assessment, and dependenc
19
19
20
20
## How many VMs can I discover with an appliance?
21
21
22
-
You can discover up to 10,000 VMware VMs, up to 5,000 Hyper-V VMs and up to 250 servers with a single appliance. If you have more machines in your on-premises environment, read about scaling [Hyper-V](scale-hyper-v-assessment.md), [VMware](scale-vmware-assessment.md) and [physical](scale-physical-assessment.md) assessment.
22
+
You can discover up to 10,000 VMware VMs, up to 5,000 Hyper-V VMs, and up to 250 physical servers with a single appliance. If you have more machines, review articles about scaling [Hyper-V](scale-hyper-v-assessment.md), [VMware](scale-vmware-assessment.md), and [physical server](scale-physical-assessment.md) assessment.
23
23
24
24
25
25
26
26
## VM size changed. Can I run an assessment again?
27
27
28
-
The Azure Migrate appliance continuously collects information about the on-premises environment. But an assessment is a point-in-time snapshot of on-premises VMs. If you change the settings on a VM that you want to assess, use the recalculate option to update the assessment with the latest changes.
28
+
The Azure Migrate appliance continuously collects information about on-premises machines, and an assessment is a point-in-time snapshot. If you change the settings on a VM that you want to assess, use the recalculate option to update the assessment with the latest changes.
29
29
30
30
### How do I discover VMs in a multitenant environment?
31
31
32
-
-For VMware, if your environment is shared across tenants, and you don't want to discover the VMs of one tenant in another tenant's subscription, create vCenter Server credentials that can access only the VMs you want to discover. Then, use those credentials when you start discovery in the Azure Migrate appliance.
33
-
-For Hyper-V, discovery uses Hyper-V host credentials. If VMs share the same Hyper-V host, there's currently no way to separate the discovery.
32
+
-**VMware**: If an environment is shared across tenants, and you don't want to discover a tenant's VMs in another tenant's subscription, create vCenter Server credentials that can access only the VMs you want to discover. Then, use those credentials when you start discovery in the Azure Migrate appliance.
33
+
-**Hyper-v**: Discovery uses Hyper-V host credentials. If VMs share the same Hyper-V host, there's currently no way to separate the discovery.
34
34
35
35
36
36
### Do I need vCenter Server for VMWare VM discovery?
@@ -42,11 +42,11 @@ Yes, Azure Migrate needs vCenter Server to perform discovery in a VMware environ
42
42
43
43
With as-on-premises sizing, Azure Migrate doesn't consider VM performance data for assessment. It assesses VM sizes based on the on-premises configuration. With performance-based sizing, sizing is based on utilization data.
44
44
45
-
- For example, if an on-premises VM has 4 cores and 8 GB of memory at 50% CPU utilization and 50% memory utilization, the following will occur:
46
-
- As-on-premises sizing will recommend an Azure VM SKU that has 4 cores and 8 GB of memory.
47
-
- Performance-based sizing will recommend a VM SKU that has 2 cores and 4 GB of memory, because the utilization percentage is considered.
45
+
- For example, if an on-premises VM has 4 cores and 8 GB of memory at 50% CPU utilization and 50% memory utilization:
46
+
- As-on-premises sizing will recommend an Azure VM SKU that has four cores and 8 GB of memory.
47
+
- Performance-based sizing will recommend a VM SKU that has two cores and 4 GB of memory, because the utilization percentage is considered.
48
48
49
-
- Similarly, disk sizing depends on two assessment properties: sizing criteria and storage type.
49
+
- Similarly, disk sizing depends on sizing criteria and storage type.
50
50
- If the sizing criteria is performance-based and the storage type is automatic, Azure Migrate takes the IOPS and throughput values of the disk into account when it identifies the target disk type (standard or premium).
51
51
- If the sizing criteria is performance-based and the storage type is premium, Azure Migrate recommends a premium disk SKU, based on the size of the on-premises disk. The same logic is applied to disk sizing, when the sizing is as-on-premises, and the storage type is standard or premium.
52
52
@@ -72,14 +72,30 @@ Use dependency visualization to assess groups of VMs for migration with greater
72
72
> [!NOTE]
73
73
> Dependency visualization isn't available in Azure Government.
74
74
75
+
## What's the difference between agent-based and agentless visualization?
76
+
77
+
**Requirement** | **Agentless** | **Agent-based**
78
+
--- | --- | ---
79
+
Support | This option is currently in preview, and is only available for VMware VMs. [Review](migrate-support-matrix-vmware.md#agentless-dependency-visualization) supported operating systems. | In general availability (GA).
80
+
Agent | No need to install agents on machines you want to cross-check. | Agents to be installed on each on-premises machine that you want to analyze: The [Microsoft Monitoring agent (MMA)](https://docs.microsoft.com/azure/log-analytics/log-analytics-agent-windows), and the [Dependency agent](https://docs.microsoft.com/azure/azure-monitor/platform/agents-overview#dependency-agent).
81
+
Prerequisites | [Review](concepts-dependency-visualization.md#agentless-visualization) the prerequisites and deployment requirements. | [Review](concepts-dependency-visualization.md#agent-based-visualization) the prerequisites and deployment requirements.
82
+
Log Analytics | Not required. | Azure Migrate uses the [Service Map](https://docs.microsoft.com/azure/operations-management-suite/operations-management-suite-service-map) solution in [Azure Monitor logs](https://docs.microsoft.com/azure/log-analytics/log-analytics-overview) for dependency visualization. [Learn more](concepts-dependency-visualization.md#agent-based-visualization).
83
+
How it works | Captures TCP connection data on machines enabled for dependency visualization. After discovery, it gathers data at intervals of five minutes. | Service Map agents installed on a machine gather data about TCP processes and inbound/outbound connections for each process.
84
+
Data | Source machine server name, process, application name.<br/><br/> Destination machine server name, process, application name, and port. | Source machine server name, process, application name.<br/><br/> Destination machine server name, process, application name, and port.<br/><br/> Number of connections, latency, and data transfer information are gathered and available for Log Analytics queries.
85
+
Visualization | Dependency map of single server can be viewed over a duration of one hour to 30 days. | Dependency map of a single server.<br/><br/> Map can be viewed over an hour only.<br/><br/> Dependency map of a group of servers.<br/><br/> Add and remove servers in a group from the map view.
86
+
Data export | Can't currently be downloaded in tabular format. | Data can be queried with Log Analytics.
87
+
88
+
89
+
90
+
75
91
## Do I pay for dependency visualization?
76
92
No. [Learn more](https://azure.microsoft.com/pricing/details/azure-migrate/) about Azure Migrate pricing.
77
93
78
-
## What do I install for dependency visualization?
94
+
## What do I install for agent-based dependency visualization?
79
95
80
96
To use dependency visualization, you need to download and install agents on each on-premises machine that you want to evaluate.
81
97
82
-
You need to install the following agents on each machine:
0 commit comments