An organization is planning to migrate a legacy enterprise resource planning (ERP) system hosted on-premises on physical servers to Azure. The system consists of two application servers running a proprietary Java application that communicates with several unidentified legacy internal services, and a SQL Server database that utilizes SQL Server Agent jobs, cross-database queries, and SQL Common Language Runtime (CLR) integration. The organization requires that users authenticate using their existing on-premises credentials while avoiding the deployment and management of federation infrastructure. Which two actions should you include in the migration assessment and strategy? (Choose two.)
- Recommend migrating the database to Azure SQL Managed Instance.Answer
- Recommend configuring Microsoft Entra Connect with Password Hash Synchronization (PHS) and Seamless Single Sign-On (SSO).Answer
- CRecommend migrating the database to a singleton Azure SQL Database.
- DRecommend deploying Active Directory Federation Services (AD FS) and Web Application Proxies to federate authentication.
- ERecommend migrating the database directly to Azure SQL Managed Instance without performing a dependency assessment on the application servers.
Answer
Migrate the database to Azure SQL Managed Instance, and configure Microsoft Entra Connect with Password Hash Synchronization (PHS) and Seamless Single Sign-On (SSO).
The correct strategy involves migrating the database to Azure SQL Managed Instance because it supports legacy SQL Server features like cross-database queries, SQL Server Agent, and SQL CLR. For identity, configuring Microsoft Entra Connect with Password Hash Synchronization (PHS) and Seamless SSO provides on-premises credentials for users without the complexity of deploying federation services (AD FS).
Step-by-Step Solution
Key Concept
Analyzing database requirements, identity synchronization, and application dependencies for Azure migration assessment.