A manufacturing company is planning to migrate its on-premises supply chain management (SCM) system from a physical server environment to Azure. The SCM system consists of three physical servers: a database server running SQL Server 2016, an application server running a background Windows service, and a reporting server.
The SCM system has the following requirements and technical constraints:
* The database utilizes SQL Server Agent jobs for nightly inventory reconciliation, cross-database queries, and Service Broker.
* The application server requires sub-millisecond network latency to the database server.
* On-premises users must access the migrated application using single sign-on (SSO).
* The identity solution must minimize operational complexity and administrative overhead. The company's security policy permits storing password hashes in the cloud.
You need to design the migration assessment and target architecture.
Which recommendation meets the requirements?
- Assess dependencies by installing the Azure Migrate dependency agent on the physical servers. Migrate the SQL Server database to Azure SQL Managed Instance. Implement hybrid identity by configuring Microsoft Entra Connect with Password Hash Synchronization (PHS) and Seamless SSO.Answer
- BAssess dependencies by using the agentless discovery feature of Azure Migrate. Migrate the SQL Server database to Azure SQL Database. Implement hybrid identity by configuring Microsoft Entra Connect with Password Hash Synchronization (PHS) and Seamless SSO.
- CMigrate the SQL Server database to Azure SQL Managed Instance immediately without performing dependency analysis to accelerate the transition. Implement hybrid identity by deploying Active Directory Federation Services (AD FS) on Azure Virtual Machines to provide federated authentication.
- DAssess dependencies by installing the Azure Migrate dependency agent on the physical servers. Migrate the SQL Server database to Azure SQL Database. Implement hybrid identity by deploying Active Directory Federation Services (AD FS) on Azure Virtual Machines.