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/concepts-assessment-calculation.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,14 +195,14 @@ Assessments also determine readiness of the recommended target for Microsoft Def
195
195
- Minimum 1 GB RAM (4 GB preferred)
196
196
- 2 GB of disk space
197
197
- Runs any of the following Operating Systems:
198
-
- Windows Server – 2008 R2, 2012 R2, 2016, 2019, 2022
199
-
- Red Hat Enterprise Linux Server – 7.2+, 8+, 9+
200
-
- Ubuntu – 16.04, 18.04, 20.04, 22.04
201
-
- SUSE Linux Enterprise Server – 12, 15+
202
-
- Debian – 9, 10, 11
203
-
- Oracle Linux – 7.2+, 8
204
-
- CentOS Linux – 7.2+
205
-
- Amazon Linux – 2
198
+
- Windows Server 2008 R2, 2012 R2, 2016, 2019, 2022
199
+
- Red Hat Enterprise Linux Server 7.2+, 8+, 9+
200
+
- Ubuntu 16.04, 18.04, 20.04, 22.04
201
+
- SUSE Linux Enterprise Server 12, 15+
202
+
- Debian 9, 10, 11
203
+
- Oracle Linux 7.2+, 8
204
+
- CentOS Linux 7.2+
205
+
- Amazon Linux 2
206
206
- For other operating systems, it is marked as **Ready with Conditions**.
207
207
If a server is not ready to be migrated to Azure, it is marked as **Not Ready for Microsoft Defender for Servers**.
208
208
@@ -356,6 +356,9 @@ Cost is calculated using the following logic:
356
356
357
357
Assessment calculates the total monthly storage costs by aggregating the storage costs of all servers. Currently, the calculation doesn't consider offers specified in the assessment settings.
358
358
359
+
### Security Cost
360
+
For servers recommended for Azure VM, if they're ready to run Defender for Server, the Defender for Server cost (Plan 2) per server for that region is added. The assessment aggregates the cost across all servers to calculate the total monthly security cost.
361
+
359
362
Costs are displayed in the currency specified in the assessment settings.
Copy file name to clipboardExpand all lines: articles/migrate/concepts-azure-sql-assessment-calculation.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: rashi-ms
5
5
ms.author: rajosh
6
6
ms.service: azure-migrate
7
7
ms.topic: conceptual
8
-
ms.date: 03/15/2023
8
+
ms.date: 08/02/2023
9
9
ms.custom: engagement-fy23
10
10
---
11
11
@@ -100,6 +100,7 @@ High availability and disaster recovery properties | **Disaster recovery region*
100
100
High availability and disaster recovery properties | **Multi-subnet intent** | Defaulted to Disaster recovery. <br/><br/> Select **Disaster recovery** if you want asynchronous data replication where some replication delays are tolerable. This allows higher durability using geo-redundancy. In the event of failover, data that hasn't yet been replicated may be lost. <br/><br/> Select **High availability** if you desire the data replication to be synchronous and no data loss due to replication delay is allowable. This setting allows assessment to leverage built-in high availability options in Azure SQL Databases and Azure SQL Managed Instances, and availability zones and zone-redundancy in Azure Virtual Machines to provide higher availability. In the event of failover, no data is lost.
101
101
High availability and disaster recovery properties | **Internet Access** | Defaulted to Available.<br/><br/> Select **Available** if you allow outbound Internet access from Azure VMs. This allows the use of [Cloud Witness](https://learn.microsoft.com/azure/azure-sql/virtual-machines/windows/hadr-cluster-quorum-configure-how-to?view=azuresql&tabs=powershell) which is the recommended approach for Windows Server Failover Clusters in Azure Virtual Machines. <br/><br/> Select **Not available** if the Azure VMs have no outbound Internet access. This requires the use of a Shared Disk as a witness for Windows Server Failover Clusters in Azure Virtual Machines.
102
102
High availability and disaster recovery properties | **Async commit mode intent** | Defaulted to Disaster recovery. <br/><br/> Select **Disaster recovery** if you're using asynchronous commit availability mode to enable higher durability for the data without affecting performance. In the event of failover, data that hasn't yet been replicated may be lost. <br/><br/> Select **High availability** if you're using asynchronous commit data availability mode to improve availability and scale out read traffic. This setting allows assessment to leverage built-in high availability features in Azure SQL Databases, Azure SQL Managed Instances, and Azure Virtual Machines to provide higher availability and scale out.
103
+
Security | **Security** | Defaulted to Yes, with Microsoft Defender for Cloud. <br/><br/> Specifies whether you want to assess readiness and cost for security tooling on Azure. If the setting has the default value **Yes, with Microsoft Defender for Cloud**, it will assess security readiness and costs for your Azure SQL MI/DB with Microsoft Defender for Cloud.
103
104
104
105
[Review the best practices](best-practices-assessment.md) for creating an assessment with Azure Migrate.
105
106
@@ -138,6 +139,14 @@ If you select the target deployment type as **Recommended** in the Azure SQL ass
138
139
> [!NOTE]
139
140
> In the recommended deployment strategy, if the source SQL Server is good fit for all three deployment targets- SQL Server on Azure VM, Azure SQL Managed Instance and Azure SQL Database, the assessment recommends a specific option that optimizes your cost and fits within the size and performance boundaries.
140
141
142
+
### Security Readiness
143
+
144
+
If the database/instance is marked as Ready for the target deployment type Azure SQL DB/MI, it is automatically considered Ready for Microsoft Defender for SQL.
145
+
If the database/instance is marked as Ready for the target deployment type SQL Server on Azure VM, it is considered Ready for Microsoft Defender for SQL if it is running any of these versions -
146
+
- SQL Server versions 2012, 2014, 2016, 2017, 2019, 2022
147
+
- For all other versions, it is marked as Ready with Conditions
148
+
149
+
141
150
## Calculate sizing
142
151
143
152
### Instances to Azure SQL MI and Databases to Azure SQL DB configuration
0 commit comments