Skip to content

Commit 55bbd2e

Browse files
Merge pull request #33593 from ajithkr-ms/sqlasmtsummary
At-scale migration assessment view for SQL Server enabled by Azure Arc in Arc Center
2 parents 3239a66 + 50bf31d commit 55bbd2e

File tree

6 files changed

+49
-0
lines changed

6 files changed

+49
-0
lines changed
80.7 KB
Loading
54.9 KB
Loading
140 KB
Loading
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Migration Dashboard
3+
description: Track the SQL Server estate migration journey in Azure Arc center.
4+
author: ajithkr-ms
5+
ms.author: ajithkr
6+
ms.reviewer:
7+
ms.date: 03/31/2025
8+
ms.topic: how-to
9+
---
10+
11+
# Track migration journey of SQL Server instances at scale using migration dashboard - SQL Server enabled by Azure Arc (preview)
12+
13+
[!INCLUDE [sqlserver](../../includes/applies-to-version/sqlserver.md)]
14+
15+
The migration dashboard is a convenient view that shows all instances of [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)] and their migration readiness. [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)] automatically produces an assessment for migration to Azure. This assessment plays a vital role in the success of your cloud migration and modernization journey. With this dashboard, you can track the migration journey at scale.
16+
17+
[!INCLUDE [azure-arc-sql-preview](includes/azure-arc-sql-preview.md)]
18+
19+
The dashboard provides:
20+
21+
- An overview of discovered SQL Server instances and databases.
22+
- An overview of the SQL Server instances with generated assessments.
23+
- A migration readiness summary for each Azure SQL offering.
24+
- Rich filtering capabilities that enable you to tailor the view to your needs.
25+
26+
:::image type="content" source="media/migration-assessment/migration-dashboard.png" alt-text="Screenshot of the migration dashboard for SQL Server enabled by Azure Arc." lightbox="media/migration-assessment/migration-dashboard.png":::
27+
28+
## Summary of discovered SQL Server instances and databases
29+
30+
The first section of the dashboard provides an overview of all SQL Server instances and databases accessible to you. You can also see the distribution of the instances by version and edition.
31+
:::image type="content" source="media/migration-assessment/dashboard-inventory.png" alt-text="Screenshot of the first section of migration dashboard for SQL Server enabled by Azure Arc. It shows the inventory of SQL Server instances and databases and distribution by version and edition." lightbox="media/migration-assessment/dashboard-inventory.png":::
32+
33+
## Summary of SQL Server migration assessment
34+
35+
This section of the dashboard provides you with an overview of the migration assessment and migration readiness of the instances of [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)]. You can see how many instances have assessments available. The migration readiness for each Azure SQL offering is separately shown.
36+
37+
:::image type="content" source="media/migration-assessment/dashboard-assessment-overview.png" alt-text="Screenshot of the second section of migration dashboard for SQL Server enabled by Azure Arc. It shows the overview of migration assessments and migration readiness of instances and databases for each of the Azure SQL offerings." lightbox="media/migration-assessment/dashboard-assessment-overview.png":::
38+
39+
## Related content
40+
41+
- [Assess migration readiness (preview) - SQL Server enabled by Azure Arc](migration-assessment.md)
42+
- [Assessment rules for SQL Server to Azure SQL Managed Instance migration](/azure/azure-sql/migration-guides/managed-instance/sql-server-to-sql-managed-instance-assessment-rules)
43+
- [Assessment rules for SQL Server to Azure SQL Database migration](/azure/azure-sql/migration-guides/database/sql-server-to-sql-database-assessment-rules)
44+
- [Migrate SQL Server to Azure SQL](/azure/dms/dms-overview)
45+
- [SQL Server enabled by Azure Arc](overview.md)
46+
- [Automatically connect SQL Server machines to Azure Arc](automatically-connect.md)

docs/sql-server/azure-arc/view-inventory.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ Resources deleted on-premises might not be immediately deleted in Azure. For exa
173173

174174
## Related content
175175

176+
- [Migration Dashboard](migration-inventory.md)
176177
- [Feature availability by service type](overview.md#feature-availability-by-service-type)
177178
- [Protect SQL Server with Microsoft Defender for Cloud](configure-advanced-data-security.md)
178179
- [Configure best practices assessment for SQL Server enabled by Azure Arc](assess.md)

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9372,6 +9372,8 @@ items:
93729372
items:
93739373
- name: Discover & assess
93749374
href: sql-server/azure-arc/migration-assessment.md
9375+
- name: Migration dashboard
9376+
href: sql-server/azure-arc/migration-inventory.md
93759377
- name: FAQ
93769378
href: sql-server/azure-arc/faq.yml
93779379
- name: Data collection & reporting

0 commit comments

Comments
 (0)