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/assessment-report.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ ms.custom: engagement-fy24
10
10
monikerRange: migrate
11
11
---
12
12
13
-
# Assessment Report
13
+
# Assessment report of Azure readiness
14
14
15
-
Each assessment provides four key outputs: Azure readiness, right-sized target recommendations, cost details, and migration guidance.
15
+
Each assessment provides four key outputs: Azure readiness, rightsized target recommendations, cost details, and migration guidance.
16
16
17
17
## Understanding Azure readiness
18
18
@@ -26,9 +26,9 @@ Not all workloads are suitable to run in Azure. An Azure Migrate assessment eval
26
26
27
27
-**Readiness unknown**: Azure Migrate can't determine the readiness of the server because of insufficient metadata.
28
28
29
-
Readiness calculations differ based on the source and targets and the methodology to calculate also differs across assessment types. Learn more about readiness calculations of Azure VM assessments, Azure SQL assessments, AVS assessments, and Web app assessments.
29
+
Readiness calculations differ based on the source and targets and the methodology to calculate also differs across assessment types.
30
30
31
-
## Right-sized recommendations
31
+
## Rightsized recommendations
32
32
33
33
After the server is marked as ready for Azure, the assessment makes sizing recommendations in the assessment. These recommendations identify the target for the on-premises workloads being assessed. Sizing calculations depend on whether you're using as-is on-premises sizing or performance-based sizing.
34
34
@@ -37,7 +37,7 @@ After the server is marked as ready for Azure, the assessment makes sizing recom
37
37
**Performance-based** | Assessments that make recommendations based on collected performance data. | The compute recommendation is based on CPU and memory utilization data.<br/><br/> The storage recommendation is based on the input/output operations per second (IOPS) and throughput of the on-premises disks. Disk types are Azure Standard HDD, Azure Standard SSD, Azure Premium disks, and Azure Ultra disks.
38
38
**As-is on-premises** | Assessments that don't use performance data to make recommendations. | The compute recommendation is based on the on-premises server size.<br/><br/> The recommended storage is based on the selected storage type for the assessment.
39
39
40
-
In performancebased assessment the assessment identifies the appropriate data point to use for rightsizing. Identification is based on the percentile values for performance history and percentile utilization taken as input as assessment setting.
40
+
In performance-based assessment the assessment identifies the appropriate data point to use for right sizing. Identification is based on the percentile values for performance history and percentile utilization taken as input as assessment setting.
41
41
42
42
For example, if the performance history selected is one week and the percentile utilization is the 95th percentile, the assessment sorts the performance data sample points for the last week. It sorts them in ascending order and picks the 95th percentile value for rightsizing.
43
43
@@ -52,7 +52,7 @@ This value is multiplied by the comfort factor(taken as an input in assessment s
52
52
53
53
### Monthly costs
54
54
55
-
After right-sizing target candidates are selected, and if more than one suitable candidate is available the recommended target is selected based on selected migration strategy. By default minimizing the cost is the selected strategy. In the case of Azure VM and AVS assessment that is the only strategy. Once the targets are finalized a monthly cost is calculated by aggregating the cost of all resources, licenses and ancillary services like security. Based on the selected input from assessment settings the prices and offer details are fetched to arrive at the final cost. Learn more about how pricing works in Azure Migrate assessments.
55
+
After right-sizing target candidates are selected, and if more than one suitable candidate is available the recommended target is selected based on selected migration strategy. By default **Minimizing the cost** is the selected strategy. In the case of Azure VM and AVS assessment that is the only strategy. Once the targets are finalized a monthly cost is calculated by aggregating the cost of all resources, licenses and ancillary services like security. Based on the selected input from assessment settings the prices and offer details are fetched to arrive at the final cost. Learn more [about how pricing](cost-estimation.md) works in Azure Migrate assessments.
56
56
57
57
### Confidence ratings (performance-based)
58
58
@@ -75,7 +75,7 @@ If any of these utilization numbers isn't available, the size recommendations mi
75
75
76
76
### Ratings
77
77
78
-
This table shows the assessment confidence ratings, which depend on the percentage of available data points:
78
+
The table below shows the confidence ratings for assessment, which depend on the percentage of available data points:
79
79
80
80
**Availability of data points** | **Confidence rating**
Copy file name to clipboardExpand all lines: articles/migrate/cost-estimation.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,10 @@ monikerRange: migrate
11
11
12
12
# Cost estimation of Assessment in Azure Migrate
13
13
14
-
Azure Migrate assessments provide you with an estimated cost of hosting the recommended targets on Azure. These costs are identified for each right-sized target on Azure. The cost estimates are dependent on the rates in the specified region, any applicable offers, and the licensing program selected by you.
14
+
Azure Migrate assessments provide you with an estimated cost of hosting the recommended targets on Azure. These costs are identified for each right-sized target on Azure.
15
+
16
+
> [!NOTE]
17
+
> The cost estimates are dependent on the rates in the specified region, any applicable offers, and the licensing program selected by you.
15
18
16
19
This article describes Azure Migrate assessments, which estimate hosting costs for recommended targets on Azure, based on region rates, applicable offers, and selected licensing programs.
Copy file name to clipboardExpand all lines: articles/migrate/onboard-to-azure-arc-with-azure-migrate.md
+18-15Lines changed: 18 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Before you set up the appliance,
62
62
63
63
## Configure the appliance and start discovery
64
64
65
-
Use [this article](./tutorial-discover-vmware.md#start-continuous-discovery) to configure the Azure Migrate appliance and kick off the vCenter Server discovery.
65
+
This section explains [how to configure the Azure Migrate appliance](./tutorial-discover-vmware.md#start-continuous-discovery) and kick off the vCenter Server discovery.
66
66
67
67
As you configure the appliance for discovery, you need to specify the details in the appliance configuration manager:
68
68
@@ -78,6 +78,9 @@ After the discovery has been successfully completed, it takes around 15 minutes
78
78
> Software inventory must be completed before onboarding your discovered servers to Azure Arc.
79
79
80
80
Once the vCenter Server discovery has been completed, software inventory (discovery of installed applications) will be automatically initiated. During software inventory, the server credentials provided will be iterated and validated against the discovered servers. You can start onboarding after the software inventory has been completed and the credentials have been mapped. It may take up to 6 hours for software inventory to complete after it is turned on.
81
+
82
+
Follow these steps:
83
+
81
84
1. Navigate to the **Onboard to Azure Arc** panel.
@@ -114,13 +117,13 @@ Once the vCenter Server discovery has been completed, software inventory (discov
114
117
115
118
## Troubleshooting Azure Arc onboarding errors
116
119
117
-
If you receive an error when onboarding to Azure Arc using the Azure Migrate appliance, the following section can help identify the probable cause and suggested steps to resolve your problem.
120
+
If you receive an error when onboarding to Azure Arc using the Azure Migrate appliance, the following information can help identify the probable cause and suggested steps to resolve your problem.
118
121
119
-
If you don't see the error code listed below or if the error code starts with **_AZCM_**, refer to[this guide for troubleshooting Azure Arc](/azure/azure-arc/servers/troubleshoot-agent-onboard).
122
+
If you don't see the error code listed below or if the error code starts with **_AZCM_**, see[this guide for troubleshooting Azure Arc](/azure/azure-arc/servers/troubleshoot-agent-onboard).
120
123
121
124
### Error 60001 - UnableToConnectToPhysicalServer
122
125
123
-
**Possible causes**
126
+
**Possible cause**
124
127
Either the [prerequisites](./migrate-support-matrix-physical.md) to connect to the server have not been met or there are network issues in connecting to the server, for instance some proxy settings.
125
128
126
129
**Recommended actions**
@@ -134,7 +137,7 @@ Either the [prerequisites](./migrate-support-matrix-physical.md) to connect to t
134
137
135
138
### Error 60002 - InvalidServerCredentials
136
139
137
-
**Possible causes**
140
+
**Possible cause**
138
141
Unable to connect to server. Either you have provided incorrect credentials on the appliance or the credentials previously provided have expired.
139
142
140
143
**Recommended actions**
@@ -144,7 +147,7 @@ Unable to connect to server. Either you have provided incorrect credentials on t
144
147
145
148
### Error 60005 - SSHOperationTimeout
146
149
147
-
**Possible causes**
150
+
**Possible cause**
148
151
- The operation took longer than expected either due to network latency issues or due to the lack of latest updates on the server.
149
152
150
153
**Recommended actions**
@@ -155,7 +158,7 @@ Unable to connect to server. Either you have provided incorrect credentials on t
- No credentials were found to be associated with the server.
160
163
161
164
**Recommended actions**
@@ -165,34 +168,34 @@ Unable to connect to server. Either you have provided incorrect credentials on t
165
168
166
169
### Error 60109 - ArcOsNotSupported
167
170
168
-
**Possible causes**
171
+
**Possible cause**
169
172
- The server hosts an unsupported operating system for Azure Arc onboarding.
170
173
171
-
**Recommended actions**
174
+
**Recommended action**
172
175
-[Review the supported operating systems](/azure/azure-arc/servers/prerequisites#supported-operating-systems) for Azure Arc.
173
176
174
177
### Error 10002 - ScriptExecutionTimedOutOnVm
175
178
176
-
**Possible causes**
179
+
**Possible cause**
177
180
- The onboarding task did not complete in time. Then execution took longer than expected.
178
181
179
-
**Recommended actions**
182
+
**Recommended action**
180
183
- The issue should automatically resolve in some time. If the issue persists, contact Microsoft Support.
181
184
182
185
### Error 50000 - AccessDenied
183
186
184
-
**Possible causes**
187
+
**Possible cause**
185
188
- The operation could not be completed due to forbidden access on the server. The user account provided on the appliance to access the server does not have the required permissions or the credentials are incorrect. WinRM error code: 0x80070005
186
189
187
-
**Recommended actions**
190
+
**Recommended action**
188
191
- Validate the possible causes and retry the operation. If the issue persists, contact support.
- Retry the operation after some time. If the issue persists, contact support and provide the appliance machine ID (available in the **footer** of the appliance configuration manager).
Copy file name to clipboardExpand all lines: articles/migrate/review-assessment.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ After the server is marked as ready for Azure, the assessment makes sizing recom
43
43
|**Performance-based**| The compute recommendation is based on CPU and memory utilization data. <br> The storage recommendation is based on the input/output operations per second (IOPS) and throughput of the on-premises disks. Available disk types are Azure Standard HDD, Azure Standard SSD, Azure Premium disks, and Azure Ultra disks. |
44
44
|**As-is on-premises**| The compute recommendation is based on the on-premises server size. <br> The recommended storage is based on the selected storage type for the assessment.|
45
45
46
-
You can review the source properties that were used for right-sizing the targets. For each on-premises workload, the configuration properties and the aggregated performance data are available. Review the allocated cores, allocated memory, CPU utilization, and memory utilization for compute right sizing and disk size, read IO/s, and throughput for storage recommendations.
46
+
You can review the source properties that were used for rightsizing the targets. For each on-premises workload, the configuration properties and the aggregated performance data are available. Review the allocated cores, allocated memory, CPU utilization, and memory utilization for compute right sizing and disk size, read IO/s, and throughput for storage recommendations.
47
47
48
48
On the **Target recommendations** page, you can review the target configuration and the recommendation reasoning for each target component like compute, storage, network etc.
49
49
@@ -56,7 +56,7 @@ If you use as-is on-premises sizing, the assessment doesn't consider the perform
56
56
-**Storage and disk sizing**: The assessment recommends the appropriate disk type based on the storage type specified in the assessment properties. Available storage types are Standard HDD, Standard SSD, Premium, and Ultra disk.
57
57
-**Network sizing**: The assessment considers the network adapter on the on-premises server.
58
58
59
-
## Calculate sizing (performance-based)
59
+
## Calculate sizing for performance-based assessment
60
60
61
61
If you use performance-based sizing in an Azure VM assessment, the assessment makes sizing recommendations as follows:
62
62
@@ -88,8 +88,8 @@ For storage sizing in an Azure VM assessment, Azure Migrate tries to map each di
88
88
- Provisioned IOPS is calculated using the following logic:
89
89
- If source throughput discovered is in the allowable range for the Ultra disk size, provisioned IOPS is equal to source disk IOPS.
90
90
- Else, provisioned IOPS is calculated using IOPS to be provisioned = (source disk throughput) *1024/256
91
-
- Provisioned throughput range is dependent on provisioned IOPS
92
-
91
+
- Provisioned throughput range is dependent on provisioned IOPS. [Learn more](assessment-report.md#confidence-ratings-performance-based)
92
+
93
93
### Network sizing
94
94
95
95
For an Azure VM assessment, the assessment tries to find an Azure VM that supports the number and required performance of network adapters attached to the on-premises server.
@@ -107,7 +107,7 @@ After it calculates storage and network requirements, the assessment considers C
107
107
- If a suitable size is found, Azure Migrate applies storage and networking calculations. It then applies location and pricing-tier settings for the final VM size recommendation.
108
108
- If there are multiple eligible Azure VM sizes, the one with the lowest cost is recommended.
109
109
110
-
After sizing recommendations are completed, an Azure VM assessment in Azure Migrate calculates compute and storage costs for after migration.
110
+
After sizing recommendations are completed, an Azure VM assessment in Azure Migrate calculates compute and storage costs for migration.
Copy file name to clipboardExpand all lines: articles/migrate/vm-assessment-properties.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ monikerRange: migrate
14
14
This article describes VM assessment properties that you can use to customize the assessment to fit your requirements. Also, see the [general assessment properties](assessment-properties.md) that are applicable for all workloads in cross-workload assessment.
15
15
16
16
## Assessment properties
17
-
This section describes the various components that are part of an assessment.
17
+
This section describes the components that are part of an assessment.
18
18
19
19
|**Setting Category**|**Setting**|**Details**|
20
20
|-------------------|---------|-------- |
@@ -25,7 +25,8 @@ This section describes the various components that are part of an assessment.
25
25
||**Azure Hybrid Benefit**| Specifies whether you have software assurance and are eligible for [Azure Hybrid Benefit](/pricing/hybrid-benefit/) to use your existing OS licenses. For Azure VM assessments, you can bring in both Windows and Linux licenses. If the setting is enabled, Azure prices for selected operating systems aren't considered for VM costing. |
26
26
27
27
> [!Note]
28
-
> In Azure Government, it is recommended to review the [[supported target](supported-geographies.md)] assessment locations. VM size recommendations in assessments will use the VM series specifically designed for Government Cloud regions. [Learn more](/explore/global-infrastructure/products-by-region/?regions=usgov-non-regional,us-dod-central,us-dod-east,usgov-arizona,usgov-iowa,usgov-texas,usgov-virginia&products=virtual-machines).
28
+
> * Azure Migrate supports only Managed disks for migration assessment.
29
+
> * In Azure Government, it is recommended to review the [[supported target](supported-geographies.md)] assessment locations. VM size recommendations in assessments will use the VM series specifically designed for Government Cloud regions. [Learn more](/explore/global-infrastructure/products-by-region/?regions=usgov-non-regional,us-dod-central,us-dod-east,usgov-arizona,usgov-iowa,usgov-texas,usgov-virginia&products=virtual-machines).
29
30
30
31
## Next Steps
31
32
[Review](best-practices-assessment.md) the best practices for creating an assessment with Azure Migrate.
0 commit comments