Skip to content

Commit 94cffe8

Browse files
authored
Merge pull request #298785 from jobingeorge-microsoft/main
Adding elastic SAN storage settings
2 parents fb45b78 + 1bb4ae8 commit 94cffe8

File tree

5 files changed

+67
-44
lines changed

5 files changed

+67
-44
lines changed

articles/migrate/concepts-azure-vmware-solution-assessment-calculation.md

Lines changed: 30 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: engagement-fy25
1010

1111
# Assessment overview (migrate to Azure VMware Solution)
1212

13-
[Azure Migrate](migrate-services-overview.md) provides a central hub to track discovery, assessment, and migration of your on-premises apps and workloads. It also tracks your private and public cloud instances to Azure. The hub offers Azure Migrate tools for assessment and migration, as well as partner independent software vendor (ISV) offerings.
13+
[Azure Migrate](migrate-services-overview.md) provides a central hub to track discovery, assessment, and migration of your on-premises apps and workloads. It also tracks your private and public cloud instances to Azure. The hub offers Azure Migrate tools for assessment and migration, along with partner independent software vendor (ISV) offerings.
1414

1515
Discovery and assessment tool in Azure Migrate assesses on-premises servers for migration to Azure virtual machines and Azure VMware Solution. This article provides information about how Azure VMware Solution assessments are calculated.
1616

@@ -42,30 +42,41 @@ Azure VMware Solution assessment provides two sizing criteria options:
4242

4343
There are a couple of ways to run an assessment.
4444

45-
- Assess servers by using server metadata collected by a lightweight Azure Migrate appliance. The appliance discovers on-premises servers. It then sends server metadata and performance data to Azure Migrate. This allows for more precision.
45+
- Assess servers by using server metadata that's imported in an RVTools XLSX file.
4646
- Assess servers by using server metadata that's imported in a comma-separated values (CSV) format.
47+
- Assess servers by using server metadata collected by a lightweight Azure Migrate appliance. The appliance discovers on-premises servers and sends the metadata and performance data to Azure Migrate, allowing for more precision.
4748

48-
## How do I assess with the appliance?
49-
50-
If you're deploying an Azure Migrate appliance to discover on-premises servers, do the following steps:
5149

52-
1. Set up Azure and your on-premises environment to work with Azure Migrate.
53-
2. Create an Azure project and add the Discovery and assessment tool to it if you're creating your first assessment.
54-
3. Deploy a lightweight Azure Migrate appliance. The appliance continuously discovers on-premises vSphere servers and sends server metadata and performance data to Azure Migrate. Deploy the appliance as a VM. You don't need to install anything on servers that you want to assess.
50+
## How do I assess with data imported using an RVTools file?
5551

56-
After the appliance begins server discovery, you can gather servers you want to assess into a group and run an assessment for the group with assessment type **Azure VMware Solution (AVS)**.
52+
If you're assessing servers by using an RVTools file, you don't need an appliance. Instead, do the following steps:
5753

58-
Create your first Azure VMware Solution assessment by following the steps [here](how-to-create-azure-vmware-solution-assessment.md).
54+
1. Set up Azure to work with Azure Migrate.
55+
2. For your first assessment, create an Azure Migrate project and add the Discovery and assessment tool to it.
56+
3. Import your RVTools XLSX file into Azure Migrate.
57+
4. Discover servers added with the import, gather them into a group, and run an assessment for the group with assessment type **Azure VMware Solution (AVS)**.
5958

60-
## How do I assess with imported data?
59+
## How do I assess with data using a CSV file?
6160

6261
If you're assessing servers by using a CSV file, you don't need an appliance. Instead, do the following steps:
6362

6463
1. Set up Azure to work with Azure Migrate.
6564
2. For your first assessment, create an Azure project and add the Discovery and assessment tool to it.
6665
3. Download a CSV template and add server data to it.
6766
4. Import the template into Azure Migrate.
68-
5. Discover servers added with the import, gather them into a group, and run an assessment for the group with assessment type **Azure VMware Solution (AVS)**.
67+
5. Discover the servers added with the import, group them, and run an assessment for the group with the assessment type **Azure VMware Solution (AVS)**.
68+
69+
## How do I assess with the appliance?
70+
71+
To deploy an Azure Migrate appliance to discover on-premises servers, follow these steps:
72+
73+
1. Set up Azure and your on-premises environment to work with Azure Migrate.
74+
2. Create an Azure project and add the Discovery and assessment tool if this is your first assessment.
75+
3. Deploy a lightweight Azure Migrate appliance, which continuously discovers on-premises vSphere servers and sends their metadata and performance data to Azure Migrate. Deploy the appliance as a VM; you don't need to install anything on the servers you want to assess.
76+
77+
After the appliance begins discovering servers, you can group the servers you want to assess and run an assessment for the group with the assessment type **Azure VMware Solution (AVS)**.
78+
79+
Follow these steps to create your first [Azure VMware Solution assessment]((how-to-create-azure-vmware-solution-assessment.md)
6980

7081
## What data does the appliance collect?
7182

@@ -114,7 +125,7 @@ Here's what's included in an Azure VMware Solution assessment:
114125
**Property** | **Details**
115126
--- | ---
116127
**Target location** | Specifies the Azure VMware Solution private cloud location to which you want to migrate.
117-
**Storage type** | Specifies the storage engine to be used in Azure VMware Solution. vSAN is part of all AVS SKUs' storage. Azure NetApp Files (Standard, Premium, and Ultra tiers) is used by default in the assessment if external storage can optimize the number of AVS nodes required.
128+
**Storage type** | Specifies the storage engine for Azure VMware Solution. vSAN is included in all AVS SKUs' storage. By default, Azure NetApp Files (Standard, Premium, and Ultra tiers) is used in the assessment if external storage can optimize the number of AVS nodes required. Alternatively, you can use Elastic SAN instead of Azure NetApp Files to assess the cost using Elastic SAN as the external storage option.
118129
**Reserved Instances (RIs)** | This property helps you specify Reserved Instances in Azure VMware Solution if purchased and the term of the Reserved Instance. Your cost estimates take the option chosen into account. [Learn more](../azure-vmware/reserved-instance.md) <br/><br/> If you select reserved instances, you can't specify "Discount (%)".
119130
**Node type** | Specifies the [Azure VMware Solution Node type](../azure-vmware/architecture-private-clouds.md) used to be used in Azure. By default, all node types available in the selected region are used for the assessment. Currently, AV64 node type can only be used along with AV36, AV36P, or AV52 and can't be used as a single node type in an SDDC. The node type available for use depends on the capacity availability of the SKU in the region.
120131
**FTT Setting, RAID Level** | Specifies the valid combination of Failures to Tolerate and Raid combinations. The selected FTT option combined with RAID level and the on-premises vSphere VM disk requirement will determine the total vSAN storage required in Azure VMware Solution. Total available storage after calculations also includes (a) space reserved for management objects such as vCenter Server and (b) 25% storage slack required for vSAN operations.
@@ -157,7 +168,7 @@ After a vSphere server is marked as ready for Azure VMware Solution, Azure VMwar
157168
- If the assessment uses *performance-based sizing*, Azure Migrate considers the performance history of the server to make the appropriate sizing recommendation for Azure VMware Solution. This method is especially helpful if you've over-allocated the on-premises vSphere VM, but utilization is low and you want to right-size the VM in Azure VMware Solution to save costs. This method helps you optimize the sizes during migration.
158169

159170
> [!NOTE]
160-
>If your import serves by using a CSV file, the performance values you specify (CPU utilization, Memory utilization, Storage in use, Disk IOPS, and throughput) are used if you choose performance-based sizing. You will not be able to provide performance history and percentile information.
171+
>If you import servers using a CSV file, the specified performance values (CPU utilization, Memory utilization, Storage in use, Disk IOPS, and throughput) are used for performance-based sizing. However, you won't be able to provide performance history and percentile information.
161172
162173
- If you don't want to consider the performance data for VM sizing and want to take the on-premises vSphere servers as-is to Azure VMware Solution, you can set the sizing criteria to *as on-premises*. Then, the assessment sizes the VMs based on the on-premises vSphere configuration without considering the utilization data.
163174

@@ -186,13 +197,13 @@ For performance-based sizing, Azure Migrate appliance profiles the on-premises v
186197

187198
After the effective utilization value is determined, the storage, network, and compute sizing is handled as follows.
188199

189-
**Storage sizing**: Azure Migrate uses the total on-premises VM disk space as a calculation parameter to determine Azure VMware Solution vSAN storage requirements in addition to the customer-selected FTT setting. FTT - Failures to tolerate as well as requiring a minimum number of nodes per FTT option will determine the total vSAN storage required combined with the VM disk requirement. If your import serves by using a CSV file, storage utilization is taken into consideration when you create a performance based assessment. If you create an as-on-premises assessment, the logic only looks at allocated storage per VM.
200+
**Storage sizing**: Azure Migrate uses the total on-premises VM disk space and the customer-selected FTT setting to determine Azure VMware Solution vSAN storage requirements. FTT (Failures to Tolerate) and the minimum number of nodes per FTT option determine the total vSAN storage required, combined with the VM disk requirement. If you import servers using a CSV or RVTools file, storage utilization is considered when creating a performance-based assessment.
190201

191202
**Network sizing**: Azure VMware Solution assessments currently don't take any network settings into consideration for node sizing. While migrating to Azure VMware Solution, minimums and maximums as per VMware NSX- T Data Center standards are used.
192203

193204
**Compute sizing**: After it calculates storage requirements (FTT Sizing Parameters), Azure VMware Solution assessment considers CPU and memory requirements to determine the number of nodes required for Azure VMware Solution based on the node type.
194205

195-
- Based on the sizing criteria, Azure VMware Solution assessment looks at either the performance-based VM data or the on-premises vSphere VM configuration. The comfort factor setting allows for specifying growth factor of the cluster. Currently by default, hyperthreading is enabled and thus a 36 core nodes will have 72 vCores. 4 vCores per physical is used to determine CPU thresholds per cluster using the VMware standard of not exceeding 80% utilization to allow for maintenance or failures to be handled without compromising cluster availability. There's currently no override available to change the oversubscription values and we might have this in future versions.
206+
- Based on the sizing criteria, Azure VMware Solution assessment looks at either the performance-based VM data or the on-premises vSphere VM configuration. The comfort factor setting allows for specifying growth factor of the cluster. Currently by default, hyperthreading is enabled and thus a 36 core nodes has 72 vCores. There are provisions to adjust the CPU headroom (for planned & unplanned maintenance operations) in the assessment settings as well configuring CPU oversubscription.
196207

197208
### As on-premises sizing
198209

@@ -223,11 +234,11 @@ Storage utilization is calculated based on the following sequence:
223234
5. Apply required 25% slack for vSAN
224235
6. Result available storage for VMs out of total storage including management overhead.
225236

226-
The available storage on a 3 node cluster will be based on the default storage policy, which is Raid-1 and uses thick provisioning. When calculating for erasure coding or Raid-5 for example, a minimum of 4 nodes is required. Note that in Azure VMware Solution, the storage policy for customer workload can be changed by the administrator or Run Command(Currently in Preview). [Learn more](/azure/azure-vmware/configure-storage-policy).
237+
The available storage on a 3 node cluster will be based on the default storage policy, which is FTT-1 & RAID-1. When calculating for erasure coding or RAID-5 for example, a minimum of 4 nodes is required.
227238

228239
### Limiting factor
229240

230-
The limiting factor shown in assessments could be CPU or memory or storage resources based on the utilization on nodes. It's the resource, which is limiting or determining the number of hosts/nodes required to accommodate the resources. For example, in an assessment if it was found that after migrating 8 VMware VMs to Azure VMware Solution, 50% of CPU resources will be utilized, 14% of memory is utilized and 18% of storage will be utilized on the 3 Av36 nodes and thus CPU is the limiting factor.
241+
The limiting factor shown in assessments could be CPU or memory or storage resources based on the utilization on nodes. It's the resource, which is limiting or determining the number of hosts/nodes required to accommodate the resources. For example, in an assessment if it was found that after migrating 8 VMware VMs to Azure VMware Solution, 50% of CPU resources will be utilized, 14% of memory is utilized and 18% of storage will be utilized on the 3 AV36 nodes and thus CPU is the limiting factor.
231242

232243
## Confidence ratings
233244

@@ -285,7 +296,7 @@ As the pricing for Azure VMware Solution is per node, the total cost doesn't hav
285296
In the Azure readiness report for Azure VMware Solution assessment, you can see the following suggested tools:
286297

287298
- **VMware HCX or Enterprise**: For VMware vSphere servers, VMware Hybrid Cloud Extension (HCX) solution is the suggested migration tool to migrate your on-premises vSphere workload to your Azure VMware Solution private cloud. [Learn More](../azure-vmware/install-vmware-hcx.md).
288-
- **Unknown**: For servers imported via a CSV file, the default migration tool is unknown. Though for VMware vSphere servers, it's recommended to use the VMware Hybrid Cloud Extension (HCX) solution.
299+
- **Unknown**: For servers imported using a CSV or RVTools file, the default migration tool is unknown. However, for VMware vSphere servers, it is recommended to use the VMware Hybrid Cloud Extension (HCX) solution.
289300

290301
## Next steps
291302

0 commit comments

Comments
 (0)