A company plans to migrate its on-premises customer relationship management (CRM) application, currently hosted on Hyper-V virtual machines, to Azure. The on-premises environment consists of the following components:
- Three web servers running IIS that communicate frequently with the database.
- A backend database server running SQL Server 2022 that relies heavily on SQL Server Agent jobs and cross-database queries.
- An identity structure where users authenticate against the local Active Directory Domain Services (AD DS). The company does not use smart cards and has no requirement for federated identity.
You need to design the migration assessment and target architecture to ensure zero disruption in database compatibility and identity integration, while also mapping server interdependencies.
Which two actions should you include in your recommendation? (Choose two.)
- Recommend Azure SQL Managed Instance as the migration target for the SQL Server database to maintain support for cross-database queries and SQL Server Agent jobs.Answer
- Use Azure Migrate dependency analysis to map all network connections and interdependencies for the Hyper-V virtual machines before planning the migration groups.Answer
- CMigrate the SQL Server database to Azure SQL Database single databases to optimize costs and minimize administrative overhead.
- DConfigure Active Directory Federation Services (AD FS) on Azure virtual machines to enable user authentication for the migrated workloads.
- EGroup workloads and schedule migration runs immediately after virtual machine discovery, bypassing the dependency analysis phase to accelerate the project timeline.