Skip to content

Commit da68c50

Browse files
committedSep 14, 2020
adding new assess tutorials
1 parent eee2182 commit da68c50

34 files changed

+809
-574
lines changed
 
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
---
2+
title: Assess AWS instances for migration to Azure with Azure Migrate Server Assessment
3+
description: Describes how to assess AWS instances for migration to Azure using Azure Migrate Server Assessment.
4+
ms.topic: tutorial
5+
ms.date: 09/01/2020
6+
#Customer intent: As a server admin, I want to assess my AWS instances in preparation for migration to Azure.
7+
---
8+
9+
# Tutorial: Assess AWS instances for migration to Azure
10+
11+
As part of your migration journey to Azure, you assess your on-premises workloads to measure cloud readiness, identify risks, and estimate costs and complexity.
12+
13+
This article shows you how to assess Amazon Web Services (AWS) instances for migration to Azure, using the Azure Migrate: Server Assessment tool.
14+
15+
In this tutorial, you learn how to:
16+
> [!div class="checklist"]
17+
- Run an assessment based on machine metadata and configuration information.
18+
- Run an assessment based on performance data.
19+
20+
> [!NOTE]
21+
> Tutorials show the quickest path for trying out a scenario, and use default options where possible.
22+
23+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/free-trial/) before you begin.
24+
25+
26+
## Prerequisites
27+
28+
- Before you follow the steps in this tutorial, complete the first tutorial in this series to [discover your on-premises inventory](tutorial-discover-aws.md).
29+
- Make sure AWS instances aren't running Windows Server 2003, or SUSE Linux. Assessment isn't supported for these machines.
30+
31+
32+
## Decide which assessment to run
33+
34+
35+
Decide whether you want to run an assessment using sizing criteria based on machine configuration data/metadata that's collected as-is on-premises, or on dynamic performance data.
36+
37+
**Assessment** | **Details** | **Recommendation**
38+
--- | --- | ---
39+
**As-is on-premises** | Assess based on machine configuration data/metadata. | Recommended Azure VM size is based on the on-premises VM size.<br/><br> The recommended Azure disk type is based on what you select in the storage type setting in the assessment.
40+
**Performance-based** | Assess based on collected dynamic performance data. | Recommended Azure VM size is based on CPU and memory utilization data.<br/><br/> The recommended disk type is based on the IOPS and throughput of the on-premises disks.
41+
42+
## Run an assessment
43+
44+
Run an assessment as follows:
45+
46+
1. On the **Servers** page > **Windows and Linux servers**, click **Assess and migrate servers**.
47+
48+
![Location of Assess and migrate servers button](./media/tutorial-assess-aws/assess.png)
49+
50+
2. In **Azure Migrate: Server Assessment, click **Assess**.
51+
52+
![Location of the Assess button](./media/tutorial-assess-aws/assess-servers.png)
53+
54+
3. In **Assess servers** > **Assessment type**, select **Azure VM**.
55+
4. In **Discovery source**:
56+
57+
- If you discovered machines using the appliance, select **Machines discovered from Azure Migrate appliance**.
58+
- If you discovered machines using an imported CSV file, select **Imported machines**.
59+
5. Specify a name for the assessment.
60+
6. Click **View all** to review the assessment properties.
61+
62+
![Location of the View all button to review assessment properties](./media/tutorial-assess-aws/assessment-name.png)
63+
64+
7. In **Assessment properties** > **Target Properties**:
65+
- In **Target location**, specify the Azure region to which you want to migrate.
66+
- Size and cost recommendations are based on the location that you specify.
67+
- In Azure Government, you can target assessments in [these regions](migrate-support-matrix.md#supported-geographies-azure-government)
68+
- In **Storage type**,
69+
- If you want to use performance-based data in the assessment, select **Automatic** for Azure Migrate to recommend a storage type, based on disk IOPS and throughput.
70+
- Alternatively, select the storage type you want to use for VM when you migrate it.
71+
- In **Reserved Instances**, specify whether you want to use reserve instances for the VM when you migrate it.
72+
- If you select to use a reserved instance, you can't specify '**Discount (%)**, or **VM uptime**.
73+
- [Learn more](https://aka.ms/azurereservedinstances).
74+
8. In **VM Size**:
75+
76+
- In **Sizing criterion**, select if you want to base the assessment on machine configuration data/metadata, or on performance-based data. If you use performance data:
77+
- In **Performance history**, indicate the data duration on which you want to base the assessment
78+
- In **Percentile utilization**, specify the percentile value you want to use for the performance sample.
79+
- In **VM Series**, specify the Azure VM series you want to consider.
80+
- If you're using performance-based assessment, Azure Migrate suggests a value for you.
81+
- Tweak settings as needed. For example, if you don't have a production environment that needs A-series VMs in Azure, you can exclude A-series from the list of series.
82+
- In **Comfort factor**, indicate the buffer you want to use during assessment. This accounts for issues like seasonal usage, short performance history, and likely increases in future usage. For example, if you use a comfort factor of two:
83+
**Details** | **Utilization** | **Add comfort factor (2.0)**
84+
Read IOPS | 100 | 200
85+
Write IOPS | 100 | 200
86+
Read throughput | 100 Mbps | 200 Mbps
87+
Write throughput | 100 Mbps | 200 Mbps
88+
89+
9. In **Pricing**:
90+
- In **Offer**, specify the [Azure offer](https://azure.microsoft.com/support/legal/offer-details/) if you're enrolled. Server Assessment estimates the cost for that offer.
91+
- In **Currency**, select the billing currency for your account.
92+
- In **Discount (%)**, add any subscription-specific discounts you receive on top of the Azure offer. The default setting is 0%.
93+
- In **VM Uptime**, specify the duration (days per month/hour per day) that VMs will run.
94+
- This is useful for Azure VMs that won't run continuously.
95+
- Cost estimates are based on the duration specified.
96+
- Default is 31 days per month/24 hours per day.
97+
98+
- In **EA Subscription**, specify whether to take an Enterprise Agreement (EA) subscription discount into account for cost estimation.
99+
- In **Azure Hybrid Benefit**, specify whether you already have a Windows Server license. If you do and they're covered with active Software Assurance of Windows Server Subscriptions, you can apply for the [Azure Hybrid Benefit](https://azure.microsoft.com/pricing/hybrid-use-benefit/) when you bring licenses to Azure.
100+
101+
10. Click **Save** if you make changes.
102+
103+
![Assessment properties](./media/tutorial-assess-aws/assessment-properties.png)
104+
105+
11. In **Assess Servers**, click **Next**.
106+
12. In **Select machines to assess**, select **Create New**, and specify a group name.
107+
13. Select the appliance, and select the VMs you want to add to the group. Then click **Next**.
108+
14. In **Review + create assessment, review the assessment details, and click **Create Assessment** to create the group and run the assessment.
109+
110+
111+
> [!NOTE]
112+
> For performance-based assessments, we recommend that you wait at least a day after starting discovery before you create an assessment. This provides time to collect performance data with higher confidence. Ideally, after you start discovery, wait for the performance duration you specify (day/week/month) for a high-confidence rating.
113+
114+
## Review an assessment
115+
116+
An assessment describes:
117+
118+
- **Azure readiness**: Whether VMs are suitable for migration to Azure.
119+
- **Monthly cost estimation**: The estimated monthly compute and storage costs for running the VMs in Azure.
120+
- **Monthly storage cost estimation**: Estimated costs for disk storage after migration.
121+
122+
To view an assessment:
123+
124+
1. In **Servers** > **Azure Migrate: Server Assessment**, click the number next to **Assessments**.
125+
2. In **Assessments**, select an assessment to open it.
126+
127+
![Assessment summary](./media/tutorial-assess-aws/assessment-summary.png)
128+
129+
3. Review the assessment summary. You can also edit the assessment properties, or recalculate the assessment.
130+
131+
132+
### Review readiness
133+
134+
1. Click **Azure readiness**.
135+
2. In **Azure readiness**, review the VM status:
136+
- **Ready for Azure**: Used when Azure Migrate recommends a VM size and cost estimates, for VMs in the assessment.
137+
- **Ready with conditions**: Shows issues and suggested remediation.
138+
- **Not ready for Azure**: Shows issues and suggested remediation.
139+
- **Readiness unknown**: Used when Azure Migrate can't assess readiness, because of data availability issues.
140+
141+
3. Select an **Azure readiness** status. You can view VM readiness details. You can also drill down to see VM details, including compute, storage, and network settings.
142+
143+
### Review cost estimates
144+
145+
The assessment summary shows the estimated compute and storage cost of running VMs in Azure.
146+
147+
1. Review the monthly total costs. Costs are aggregated for all VMs in the assessed group.
148+
149+
- Cost estimates are based on the size recommendations for a machine, its disks, and its properties.
150+
- Estimated monthly costs for compute and storage are shown.
151+
- The cost estimation is for running the on-premises VMs on Azure VMs. The estimation doesn't consider PaaS or SaaS costs.
152+
153+
2. Review monthly storage costs. The view shows the aggregated storage costs for the assessed group, split over different types of storage disks.
154+
3. You can drill down to see cost details for specific VMs.
155+
156+
### Review confidence rating
157+
158+
Server Assessment assigns a confidence rating to performance-based assessments. Rating is from one star (lowest) to five stars (highest).
159+
160+
![Confidence rating](./media/tutorial-assess-aws/confidence-rating.png)
161+
162+
The confidence rating helps you estimate the reliability of size recommendations in the assessment. The rating is based on the availability of data points needed to compute the assessment.
163+
164+
> [!NOTE]
165+
> Confidence ratings aren't assigned if you create an assessment based on a CSV file.
166+
167+
168+
Confidence ratings are as follows.
169+
170+
**Data point availability** | **Confidence rating**
171+
--- | ---
172+
0%-20% | 1 star
173+
21%-40% | 2 stars
174+
41%-60% | 3 stars
175+
61%-80% | 4 stars
176+
81%-100% | 5 stars
177+
178+
[Learn more](concepts-assessment-calculation.md#confidence-ratings-performance-based) about confidence ratings.
179+
180+
## Next steps
181+
182+
- Find machine dependencies using [dependency mapping](concepts-dependency-visualization.md).
183+
- Set up [agent-based](how-to-create-group-machine-dependencies.md) dependency mapping.

‎articles/migrate/tutorial-assess-hyper-v.md

Lines changed: 116 additions & 283 deletions
Large diffs are not rendered by default.

‎articles/migrate/tutorial-assess-physical.md

Lines changed: 110 additions & 253 deletions
Large diffs are not rendered by default.
Lines changed: 188 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,188 @@
1+
---
2+
title: Assess VMware VMs for migration to Azure VMs with Server Assessment in Azure Migrate
3+
description: Learn how to assess VMware VMs for migration to Azure VMs with Server Assessment.
4+
ms.topic: how-to
5+
ms.date: 09/01/2020
6+
#Customer intent: As a VMware VM admin, I want to assess my VMware VMs in preparation for migration to Azure.
7+
---
8+
9+
# Tutorial: Assess VMware VMs for migration to Azure VMs
10+
11+
As part of your migration journey to Azure, you assess your on-premises workloads to measure cloud readiness, identify risks, and estimate costs and complexity.
12+
13+
This article shows you how to assess discovered VMware virtual machines (VMs) in preparation for migration to Azure VMs, using the Azure Migrate: Server Assessment tool.
14+
15+
16+
In this tutorial, you learn how to:
17+
> [!div class="checklist"]
18+
- Run an assessment based on machine metadata and configuration information.
19+
- Run an assessment based on performance data.
20+
21+
> [!NOTE]
22+
> Tutorials show the quickest path for trying out a scenario, and use default options where possible.
23+
24+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/free-trial/) before you begin.
25+
26+
27+
## Prerequisites
28+
29+
Before you follow this tutorial to assess your machines for migration to Azure VMs, make sure you've discovered the machines you want to assess:
30+
31+
- To discover machines using the Azure Migrate appliance, [follow this tutorial](tutorial-discover-vmware.md).
32+
- To discover machines using an imported CSV file, [follow this tutorial](tutorial-discover-import.md).
33+
34+
35+
## Decide which assessment to run
36+
37+
38+
Decide whether you want to run an assessment using sizing criteria based on machine configuration data/metadata that's collected as-is on-premises, or on dynamic performance data.
39+
40+
**Assessment** | **Details** | **Recommendation**
41+
--- | --- | ---
42+
**As-is on-premises** | Assess based on machine configuration data/metadata. | Recommended Azure VM size is based on the on-premises VM size.<br/><br> The recommended Azure disk type is based on what you select in the storage type setting in the assessment.
43+
**Performance-based** | Assess based on collected dynamic performance data. | Recommended Azure VM size is based on CPU and memory utilization data.<br/><br/> The recommended disk type is based on the IOPS and throughput of the on-premises disks.
44+
45+
46+
## Run an assessment
47+
48+
Run an assessment as follows:
49+
50+
1. On the **Servers** page > **Windows and Linux servers**, click **Assess and migrate servers**.
51+
52+
![Location of Assess and migrate servers button](./media/tutorial-assess-vmware-azure-vm/assess.png)
53+
54+
2. In **Azure Migrate: Server Assessment**, click **Assess**.
55+
56+
![Location of the Assess button](./media/tutorial-assess-vmware-azure-vm/assess-servers.png)
57+
58+
3. In **Assess servers** > **Assessment type**, select **Azure VM**.
59+
4. In **Discovery source**:
60+
61+
- If you discovered machines using the appliance, select **Machines discovered from Azure Migrate appliance**.
62+
- If you discovered machines using an imported CSV file, select **Imported machines**.
63+
64+
1. Specify a name for the assessment.
65+
1. Click **View all** to review the assessment properties.
66+
67+
![Location of the View all button to review assessment properties](./media/tutorial-assess-vmware-azure-vm/assessment-name.png)
68+
69+
1. In **Assessment properties** > **Target Properties**:
70+
- In **Target location**, specify the Azure region to which you want to migrate.
71+
- Size and cost recommendations are based on the location that you specify.
72+
- In Azure Government, you can target assessments in [these regions](migrate-support-matrix.md#supported-geographies-azure-government)
73+
- In **Storage type**,
74+
- If you want to use performance-based data in the assessment, select **Automatic** for Azure Migrate to recommend a storage type, based on disk IOPS and throughput.
75+
- Alternatively, select the storage type you want to use for VM when you migrate it.
76+
- In **Reserved Instances**, specify whether you want to use reserve instances for the VM when you migrate it.
77+
- If you select to use a reserved instance, you can't specify '**Discount (%)**, or **VM uptime**.
78+
- [Learn more](https://aka.ms/azurereservedinstances).
79+
7. In **VM Size**:
80+
81+
- In **Sizing criterion**, select if you want to base the assessment on machine configuration data/metadata, or on performance-based data. If you use performance data:
82+
- In **Performance history**, indicate the data duration on which you want to base the assessment
83+
- In **Percentile utilization**, specify the percentile value you want to use for the performance sample.
84+
- In **VM Series**, specify the Azure VM series you want to consider.
85+
- If you're using performance-based assessment, Azure Migrate suggests a value for you.
86+
- Tweak settings as needed. For example, if you don't have a production environment that needs A-series VMs in Azure, you can exclude A-series from the list of series.
87+
- In **Comfort factor**, indicate the buffer you want to use during assessment. This accounts for issues like seasonal usage, short performance history, and likely increases in future usage. For example, if you use a comfort factor of two:
88+
**Component** | **Effective utilization** | **Add comfort factor (2.0)**
89+
Cores | 2 | 4
90+
Memory | 8 GB | 16 GB
91+
92+
8. In **Pricing**:
93+
- In **Offer**, specify the [Azure offer](https://azure.microsoft.com/support/legal/offer-details/) if you're enrolled. Server Assessment estimates the cost for that offer.
94+
- In **Currency**, select the billing currency for your account.
95+
- In **Discount (%)**, add any subscription-specific discounts you receive on top of the Azure offer. The default setting is 0%.
96+
- In **VM Uptime**, specify the duration (days per month/hour per day) that VMs will run.
97+
- This is useful for Azure VMs that won't run continuously.
98+
- Cost estimates are based on the duration specified.
99+
- Default is 31 days per month/24 hours per day.
100+
101+
- In **EA Subscription**, specify whether to take an Enterprise Agreement (EA) subscription discount into account for cost estimation.
102+
- In **Azure Hybrid Benefit**, specify whether you already have a Windows Server license. If you do and they're covered with active Software Assurance of Windows Server Subscriptions, you can apply for the [Azure Hybrid Benefit](https://azure.microsoft.com/pricing/hybrid-use-benefit/) when you bring licenses to Azure.
103+
104+
9. Click **Save** if you make changes.
105+
106+
![Assessment properties](./media/tutorial-assess-vmware-azure-vm/assessment-properties.png)
107+
108+
10. In **Assess Servers**, click **Next**.
109+
11. In **Select machines to assess**, select **Create New**, and specify a group name.
110+
12. Select the appliance, and select the VMs you want to add to the group. Then click **Next**.
111+
112+
![Add VMs to a group](./media/tutorial-assess-vmware-azure-vm/assess-group.png)
113+
114+
13. In **Review + create assessment, review the assessment details, and click **Create Assessment** to create the group and run the assessment.
115+
116+
117+
> [!NOTE]
118+
> For performance-based assessments, we recommend that you wait at least a day after starting discovery before you create an assessment. This provides time to collect performance data with higher confidence. Ideally, after you start discovery, wait for the performance duration you specify (day/week/month) for a high-confidence rating.
119+
120+
## Review an assessment
121+
122+
An assessment describes:
123+
124+
- **Azure readiness**: Whether VMs are suitable for migration to Azure.
125+
- **Monthly cost estimation**: The estimated monthly compute and storage costs for running the VMs in Azure.
126+
- **Monthly storage cost estimation**: Estimated costs for disk storage after migration.
127+
128+
To view an assessment:
129+
130+
1. In **Servers** > **Azure Migrate: Server Assessment**, click the number next to **Assessments**.
131+
2. In **Assessments**, select an assessment to open it.
132+
133+
![Assessment summary](./media/tutorial-assess-vmware-azure-vm/assessment-summary.png)
134+
135+
3. Review the assessment summary. You can also edit the assessment properties, or recalculate the assessment.
136+
137+
138+
### Review readiness
139+
140+
1. Click **Azure readiness**.
141+
2. In **Azure readiness**, review the VM status:
142+
- **Ready for Azure**: Used when Azure Migrate recommends a VM size and cost estimates, for VMs in the assessment.
143+
- **Ready with conditions**: Shows issues and suggested remediation.
144+
- **Not ready for Azure**: Shows issues and suggested remediation.
145+
- **Readiness unknown**: Used when Azure Migrate can't assess readiness, because of data availability issues.
146+
147+
3. Select an **Azure readiness** status. You can view VM readiness details. You can also drill down to see VM details, including compute, storage, and network settings.
148+
149+
### Review cost estimates
150+
151+
The assessment summary shows the estimated compute and storage cost of running VMs in Azure.
152+
153+
1. Review the monthly total costs. Costs are aggregated for all VMs in the assessed group.
154+
155+
- Cost estimates are based on the size recommendations for a machine, its disks, and its properties.
156+
- Estimated monthly costs for compute and storage are shown.
157+
- The cost estimation is for running the on-premises VMs on Azure VMs. The estimation doesn't consider PaaS or SaaS costs.
158+
159+
2. Review monthly storage costs. The view shows the aggregated storage costs for the assessed group, split over different types of storage disks.
160+
3. You can drill down to see cost details for specific VMs.
161+
162+
### Review confidence rating
163+
164+
Server Assessment assigns a confidence rating to performance-based assessments. Rating is from one star (lowest) to five stars (highest).
165+
166+
![Confidence rating](./media/tutorial-assess-vmware-azure-vm/confidence-rating.png)
167+
168+
The confidence rating helps you estimate the reliability of size recommendations in the assessment. The rating is based on the availability of data points needed to compute the assessment.
169+
170+
> [!NOTE]
171+
> Confidence ratings aren't assigned if you create an assessment based on a CSV file.
172+
173+
Confidence ratings are as follows.
174+
175+
**Data point availability** | **Confidence rating**
176+
--- | ---
177+
0%-20% | 1 star
178+
21%-40% | 2 stars
179+
41%-60% | 3 stars
180+
61%-80% | 4 stars
181+
81%-100% | 5 stars
182+
183+
[Learn more](concepts-assessment-calculation.md#confidence-ratings-performance-based) about confidence ratings.
184+
185+
## Next steps
186+
187+
- Find machine dependencies using [dependency mapping](concepts-dependency-visualization.md).
188+
- Set up [agentless](how-to-create-group-machine-dependencies-agentless.md) or [agent-based](how-to-create-group-machine-dependencies.md) dependency mapping.
Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
---
2+
title: Assess VMware VMs for migration to Azure VMware Solution (AVS) with Azure Migrate
3+
description: Learn how to assess VMware VMs for migration to Azure VMs with Server Assessment.
4+
ms.topic: how-to
5+
ms.date: 09/01/2020
6+
#Customer intent: As a VMware VM admin, I want to assess my VMware VMs in preparation for migration to Azure VMware Solution (AVS)
7+
---
8+
9+
# Tutorial: Assess VMware VMs for migration to AVS
10+
11+
As part of your migration journey to Azure, you assess your on-premises workloads to measure cloud readiness, identify risks, and estimate costs and complexity.
12+
13+
This article shows you how to assess discovered VMware virtual machines (VMs) for migration to Azure VMware Solution (AVS), using the Azure Migrate: Server Assessment tool. AVS is a managed service that allows you to run the VMware platform in Azure.
14+
15+
In this tutorial, you learn how to:
16+
> [!div class="checklist"]
17+
- Run an assessment.
18+
- Analyze an assessment.
19+
20+
> [!NOTE]
21+
> Tutorials show the quickest path for trying out a scenario, and use default options where possible.
22+
23+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/free-trial/) before you begin.
24+
25+
26+
27+
## Prerequisites
28+
29+
Before you follow this tutorial to assess your machines for migration to AVS, make sure you've discovered the machines you want to assess:
30+
31+
- To discover machines using the Azure Migrate appliance, [follow this tutorial](tutorial-discover-vmware.md).
32+
- To discover machines using an imported CSV file, [follow this tutorial](tutorial-discover-import.md).
33+
34+
35+
## Decide which assessment to run
36+
37+
38+
Decide whether you want to run an assessment based on static machine metadata that's collected as-is on-premises, or on dynamic performance data.
39+
40+
**Assessment** | **Details** | **Recommendation**
41+
--- | --- | ---
42+
**As-is on-premises** | Assess based on static machine data. | Recommended node size in AVS is based on the on-premises VM size, along with the settings you specify in the assessment for the node type, storage type, and failure-to-tolerate setting.
43+
**Performance-based** | Assess based on collected dynamic performance data. | Recommended node size in AVS is based on CPU and memory utilization data, along with the settings you specify in the assessment for the node type, storage type, and failure-to-tolerate setting.
44+
45+
## Run an assessment
46+
47+
Run an assessment as follows:
48+
49+
1. On the **Servers** page > **Windows and Linux servers**, click **Assess and migrate servers**.
50+
51+
![Location of Assess and migrate servers button](./media/tutorial-assess-vmware-azure-vmware-solution/assess.png)
52+
53+
2. In **Azure Migrate: Server Assessment**, click **Assess**.
54+
55+
3. In **Assess servers** > **Assessment type**, select **Azure VMware Solution (AVS) (Preview)**.
56+
4. In **Discovery source**:
57+
58+
- If you discovered machines using the appliance, select **Machines discovered from Azure Migrate appliance**.
59+
- If you discovered machines using an imported CSV file, select **Imported machines**.
60+
61+
5. Specify a name for the assessment.
62+
6. Click **View all** to review the assessment properties.
63+
64+
![Page for selecting the assessment settings](./media/tutorial-assess-vmware-azure-vmware-solution/assess-servers.png)
65+
66+
67+
7. 1n **Assessment properties** > **Target Properties**:
68+
69+
- In **Target location**, specify the Azure region to which you want to migrate.
70+
- Size and cost recommendations are based on the location that you specify.
71+
- You can currently assess for three regions (East US, West US, West Europe)
72+
- In **Storage type**, leave **vSAN**. This is the default storage type for an AVS private cloud.
73+
- **Reserved Instances** aren't currently supported for AVS nodes.
74+
7. In **VM Size**:
75+
- In **Node type**, select a node type based on the workloads running on the on-premises VMs.
76+
- Azure Migrate recommends the node of nodes needed to migrate the VMs to AVS.
77+
- The default node type is AV36.
78+
- **FTT setting, RAID level**, select the Failure to Tolerate and RAID combination. The selected FTT option, combined with the on-premises VM disk requirement, determines the total vSAN storage required in AVS.
79+
- In **CPU Oversubscription**, specify the ratio of virtual cores associated with one physical core in the AVS node. Oversubscription of greater than 4:1 might cause performance degradation, but can be used for web server type workloads.
80+
81+
8. In **Node Size**:
82+
- In **Sizing criterion**, select if you want to base the assessment on static metadata, or on performance-based data. If you use performance data:
83+
- In **Performance history**, indicate the data duration on which you want to base the assessment
84+
- In **Percentile utilization**, specify the percentile value you want to use for the performance sample.
85+
- In **Comfort factor**, indicate the buffer you want to use during assessment. This accounts for issues like seasonal usage, short performance history, and likely increases in future usage. For example, if you use a comfort factor of two:
86+
87+
**Details** | **Utilization** | **Add comfort factor (2.0)**
88+
--- | --- | ---
89+
Read IOPS | 100 | 200
90+
Write IOPS | 100 | 200
91+
Read throughput | 100 Mbps | 200 Mbps
92+
Write throughput | 100 Mbps | 200 Mbps
93+
94+
9. In **Pricing**:
95+
- In **Offer**, [Azure offer](https://azure.microsoft.com/support/legal/offer-details/) you're enrolled in is displayed Server Assessment estimates the cost for that offer.
96+
- In **Currency**, select the billing currency for your account.
97+
- In **Discount (%)**, add any subscription-specific discounts you receive on top of the Azure offer. The default setting is 0%.
98+
99+
10. Click **Save** if you make changes.
100+
101+
![Assessment properties](./media/tutorial-assess-vmware-azure-vmware-solution/view-all.png)
102+
103+
1. In **Assess Servers**, click **Next**.
104+
1. In **Assess Servers** > **Select machines to assess**, to create a new group of servers for assessment, select **Create New**, and specify a group name.
105+
1. Select the appliance, and select the VMs you want to add to the group. Then click **Next**.
106+
107+
![Add VMs to a group](./media/tutorial-assess-vmware-azure-vmware-solution/assess-group.png)
108+
109+
13. In **Review + create assessment**, review the assessment details, and click **Create Assessment** to create the group and run the assessment.
110+
111+
![Create an assessment](./media/tutorial-assess-vmware-azure-vmware-solution/create-assessment.png)
112+
113+
> [!NOTE]
114+
> For performance-based assessments, we recommend that you wait at least a day after starting discovery before you create an assessment. This provides time to collect performance data with higher confidence. Ideally, after you start discovery, wait for the performance duration you specify (day/week/month) for a high-confidence rating.
115+
116+
## Review an assessment
117+
118+
An assessment describes:
119+
120+
- **Ready for AVS**: The machine can be migrated as-is to Azure AVS, without any changes. The machine will start in AVS, with full AVS support.
121+
- **Ready with conditions**: The machine might have compatibility issues with the current vSphere version. It might need VMware tools installed, or other settings, before it has full functionality in AVS.
122+
- **Not ready for AVS**: The VM won't start in AVS. For example, if an on-premises VMware VM has an external device (like a CD-RON) attached to it and you're using VMware VMotion, the VMotion operation fails.
123+
- **Readiness unknown**: Azure Migrate couldn't determine machine readiness, due to insufficient metadata collected from the on-premises environment.
124+
125+
To view an assessment:
126+
127+
1. In **Servers** > **Azure Migrate: Server Assessment**, click the number next to **Assessments**.
128+
2. In **Assessments**, select an assessment to open it.
129+
130+
![Assessment summary](./media/tutorial-assess-vmware-azure-vm/assessment-summary.png)
131+
132+
3. Review the assessment summary. You can also edit the assessment properties, or recalculate the assessment.
133+
134+
135+
### Review readiness
136+
137+
1. Click **Azure readiness**.
138+
2. In **Azure readiness**, review the VM status:
139+
- **Ready for Azure**: Used when Azure Migrate recommends a VM size and cost estimates, for VMs in the assessment.
140+
- **Ready with conditions**: Shows issues and suggested remediation.
141+
- **Not ready for Azure**: Shows issues and suggested remediation.
142+
- **Readiness unknown**: Used when Azure Migrate can't assess readiness, because of data availability issues.
143+
144+
3. Select an **Azure readiness** status. You can view VM readiness details. You can also drill down to see VM details, including compute, storage, and network settings.
145+
146+
### Review cost estimates
147+
148+
The assessment summary shows the estimated compute and storage cost of running VMs in Azure.
149+
150+
1. Review the monthly total costs. Costs are aggregated for all VMs in the assessed group.
151+
152+
- Cost estimates are based on the size recommendations for a machine, its disks, and its properties.
153+
- Estimated monthly costs for compute and storage are shown.
154+
- The cost estimation is for running the on-premises VMs on Azure VMs. The estimation doesn't consider PaaS or SaaS costs.
155+
156+
2. Review monthly storage costs. The view shows the aggregated storage costs for the assessed group, split over different types of storage disks.
157+
3. You can drill down to see cost details for specific VMs.
158+
159+
### Review confidence rating
160+
161+
Server Assessment assigns a confidence rating to performance-based assessments. Rating is from one star (lowest) to five stars (highest).
162+
163+
![Confidence rating](./media/tutorial-assess-vmware-azure-vmware-solution/confidence-rating.png)
164+
165+
The confidence rating helps you estimate the reliability of size recommendations in the assessment. The rating is based on the availability of data points needed to compute the assessment.
166+
167+
> [!NOTE]
168+
> Confidence ratings aren't assigned if you create an assessment based on a CSV file.
169+
170+
Confidence ratings are as follows.
171+
172+
**Data point availability** | **Confidence rating**
173+
--- | ---
174+
0%-20% | 1 star
175+
21%-40% | 2 stars
176+
41%-60% | 3 stars
177+
61%-80% | 4 stars
178+
81%-100% | 5 stars
179+
180+
[Learn more](concepts-assessment-calculation.md#confidence-ratings-performance-based) about confidence ratings.
181+
182+
## Next steps
183+
184+
- Find machine dependencies using [dependency mapping](concepts-dependency-visualization.md).
185+
- Set up [agentless](how-to-create-group-machine-dependencies-agentless.md) or [agent-based](how-to-create-group-machine-dependencies.md) dependency mapping.

‎articles/migrate/tutorial-assess-vmware.md

Lines changed: 27 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -61,30 +61,19 @@ Set up a new Azure Migrate project as follows:
6161

6262
Azure Migrate:Server Assessment uses a lightweight Azure Migrate appliance. The appliance performs VM discovery and sends VM metadata and performance data to Azure Migrate. The appliance can be set up in a number of ways.
6363

64-
- Set up on a VMware VM using a downloaded OVA template. **This is the method used in this tutorial.**
64+
- Set up on a VMware VM using a downloaded OVA template. This is the method used in this tutorial.
6565
- Set up on a VMware VM or physical machine with a PowerShell installer script. [This method](deploy-appliance-script.md) should be used if you can't set up a VM using an OVA template, or if you're in Azure Government.
6666

6767
After creating the appliance, you check that it can connect to Azure Migrate:Server Assessment, configure it for the first time, and register it with the Azure Migrate project.
6868

6969

70-
### Generate the Azure Migrate project key
70+
### Download the OVA template
7171

7272
1. In **Migration Goals** > **Servers** > **Azure Migrate: Server Assessment**, select **Discover**.
7373
2. In **Discover machines** > **Are your machines virtualized?**, select **Yes, with VMware vSphere hypervisor**.
74-
3. In **1:Generate Azure Migrate project key**, provide a name for the Azure Migrate appliance that you will set up for discovery of VMware VMs.The name should be alphanumeric with 14 characters or fewer.
75-
1. Click on **Generate key** to start the creation of the required Azure resources. Please do not close the Discover machines page during the creation of resources.
76-
1. After the successful creation of the Azure resources, an **Azure Migrate project key** is generated.
77-
1. Copy the key as you will need it to complete the registration of the appliance during its configuration.
78-
79-
### Download the OVA template
80-
In **2: Download Azure Migrate appliance**, select the .OVA file and click on **Download**.
81-
82-
83-
![Selections for Discover machines](./media/tutorial-assess-vmware/servers-discover.png)
84-
85-
86-
![Selections for Generate Key](./media/tutorial-assess-vmware/generate-key-vmware.png)
74+
3. Select **Download** to download the OVA template file.
8775

76+
![Selections for downloading an OVA file](./media/tutorial-assess-vmware/download-ova.png)
8877

8978
### Verify security
9079

@@ -103,13 +92,13 @@ Check that the OVA file is secure, before you deploy it:
10392

10493
**Algorithm** | **Download** | **SHA256**
10594
--- | --- | ---
106-
VMware (11.6 GB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2140333) | e9c9a1fe4f3ebae81008328e8f3a7933d78ff835ecd871d1b17f367621ce3c74
95+
VMware (10.9 GB) | [Latest version](https://aka.ms/migrate/appliance/vmware) | cacbdaef927fe5477fa4e1f494fcb7203cbd6b6ce7402b79f234bc0fe69663dd
10796

10897
- For Azure Government:
10998

11099
**Algorithm** | **Download** | **SHA256**
111100
--- | --- | ---
112-
VMware (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2140337) | 47179f47eba2842337bbe533c424dd1da56baccdcf68b1d87b71a5a4280108c2
101+
VMware (63.1 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2120300&clcid=0x409 ) | 3d5822038646b81f458d89d706832c0a2c0e827bfa9b0a55cc478eaf2757a4de
113102

114103

115104
### Create the appliance VM
@@ -144,49 +133,49 @@ Set up the appliance for the first time.
144133
3. Open a browser on any machine that can connect to the VM, and open the URL of the appliance web app: **https://*appliance name or IP address*: 44368**.
145134

146135
Alternately, you can open the app from the appliance desktop by selecting the app shortcut.
147-
1. Accept the **license terms**, and read the third-party information.
148136
1. In the web app > **Set up prerequisites**, do the following:
137+
- **License**: Accept the license terms, and read the third-party information.
149138
- **Connectivity**: The app checks that the VM has internet access. If the VM uses a proxy:
150-
- Click on **Set up proxy** to specify the proxy address (in the form http://ProxyIPAddress or http://ProxyFQDN) and listening port.
139+
- Select **Proxy settings**, and specify the proxy address and listening port in the form http://ProxyIPAddress or http://ProxyFQDN.
151140
- Specify credentials if the proxy needs authentication.
152141
- Only HTTP proxy is supported.
153-
- If you have added proxy details or disabled the proxy and/or authentication, click on **Save** to trigger connectivity check again.
154142
- **Time sync**: The time on the appliance should be in sync with internet time for discovery to work properly.
155-
- **Install updates**: The appliance ensures that the latest updates are installed. After the check completes, you can click on **View appliance services** to see the status and versions of the components running on the appliance.
156-
- **Install VDDK**: The appliance checks that VMware vSphere Virtual Disk Development Kit (VDDK) is installed. If it isn't installed, download VDDK 6.7 from VMware, and extract the downloaded zip contents to the specified location on the appliance, as provided in the **Installation instructions**.
143+
- **Install updates**: The appliance ensures that the latest updates are installed.
144+
- **Install VDDK**: The appliance checks that VMware vSphere Virtual Disk Development Kit (VDDK) is installed. If it isn't installed, download VDDK 6.7 from VMware, and extract the downloaded zip contents to the specified location on the appliance.
157145

158-
Azure Migrate Server Migration uses the VDDK to replicate machines during migration to Azure.
159-
1. If you want, you can **rerun prerequisites** at any time during appliance configuration to check if the appliance meets all the prerequisites.
146+
Azure Migrate Server Migration uses the VDDK to replicate machines during migration to Azure.
160147

161148
### Register the appliance with Azure Migrate
162149

163-
1. Paste the **Azure Migrate project key** copied from the portal. If you do not have the key, go to **Server Assessment> Discover> Manage existing appliances**, select the appliance name you provided at the time of key generation and copy the corresponding key.
164-
1. Click on **Log in**. It will open an Azure login prompt in a new browser tab. If it doesn't appear, make sure you've disabled the pop-up blocker in the browser.
165-
1. On the new tab, sign in by using your Azure username and password.
150+
1. Select **Log In**. If it doesn't appear, make sure you've disabled the pop-up blocker in the browser.
151+
2. On the new tab, sign in by using your Azure username and password.
166152

167153
Sign-in with a PIN isn't supported.
168-
3. After you successfully logged in, go back to the web app.
169-
4. If the Azure user account used for logging has the right [permissions](tutorial-prepare-vmware.md#prepare-azure) on the Azure resources created during key generation, the appliance registration will be initiated.
170-
1. After appliance is successfully registered, you can see the registration details by clicking on **View details**.
154+
3. After you successfully sign in, go back to the web app.
155+
4. Select the subscription in which the Azure Migrate project was created, and then select the project.
156+
5. Specify a name for the appliance. The name should be alphanumeric with 14 characters or fewer.
157+
6. Select **Register**.
171158

172159

173160
## Start continuous discovery
174161

175162
The appliance needs to connect to vCenter Server to discover the configuration and performance data of the VMs.
176163

177-
1. In **Step 1: Provide vCenter Server credentials**, click on **Add credentials** to specify a friendly name for credentials, add **Username** and **Password** for the vCenter Server account that the appliance will use to discover VMs on the vCenter Server instance.
164+
### Specify vCenter Server details
165+
1. In **Specify vCenter Server details**, specify the name (FQDN) or IP address of the vCenter Server instance. You can leave the default port or specify a custom port on which vCenter Server listens.
166+
2. In **User name** and **Password**, specify the vCenter Server account credentials that the appliance will use to discover VMs on the vCenter Server instance.
167+
178168
- You should have set up an account with the required permissions in the [previous tutorial](tutorial-prepare-vmware.md#set-up-permissions-for-assessment).
179169
- If you want to scope discovery to specific VMware objects (vCenter Server datacenters, clusters, a folder of clusters, hosts, a folder of hosts, or individual VMs.), review the instructions in [this article](set-discovery-scope.md) to restrict the account used by Azure Migrate.
180-
1. In **Step 2: Provide vCenter Server details**, click on **Add discovery source** to select the friendly name for credentials from the drop-down, specify the **IP address/FQDN** of the vCenter Server instance. You can leave the **Port** to default (443) or specify a custom port on which vCenter Server listens and click on **Save**.
181-
1. On clicking Save, appliance will try validating the connection to the vCenter Server with the credentials provided and show the **Validation status** in the table against the vCenter Server IP address/FQDN.
182-
1. You can **revalidate** the connectivity to vCenter Server any time before starting the discovery.
183-
1. In **Step 3: Provide VM credentials to discover installed applications and to perform agentless dependency mapping**, click **Add credentials**, and specify the operating system for which the credentials are provided, friendly name for credentials and the **Username** and **Password**. Then click on **Save**.
170+
171+
3. Select **Validate connection** to make sure that the appliance can connect to vCenter Server.
172+
4. In **Discover applications and dependencies on VMs**, optionally click **Add credentials**, and specify the operating system for which the credentials are relevant, and the credentials username and password. Then click **Add**.
184173

185174
- You optionally add credentials here if you've created an account to use for the [application discovery feature](how-to-discover-applications.md), or the [agentless dependency analysis feature](how-to-create-group-machine-dependencies-agentless.md).
186-
- If you do not want to use these features, you can click on the slider to skip the step. You can reverse the intent any time later.
187-
- Review the credentials needed for [application discovery](migrate-support-matrix-vmware.md#application-discovery-requirements), or for [agentless dependency analysis](migrate-support-matrix-vmware.md#dependency-analysis-requirements-agentless).
175+
- If you're not using these features, you can skip this setting.
176+
- Review the credentials needed for [app discovery](migrate-support-matrix-vmware.md#application-discovery-requirements), or for [agentless analysis](migrate-support-matrix-vmware.md#dependency-analysis-requirements-agentless).
188177

189-
5. Click on **Start discovery**, to kick off VM discovery. After the discovery has been successfully initiated, you can check the discovery status against the vCenter Server IP address/FQDN in the table.
178+
5. **Save and start discovery**, to kick off VM discovery.
190179

191180
Discovery works as follows:
192181
- It takes around 15 minutes for discovered VM metadata to appear in the portal.

0 commit comments

Comments
 (0)
Please sign in to comment.