An organization is planning to migrate a business-critical application suite from an on-premises datacenter hosting physical servers and VMware vSphere virtual machines to Azure. During the assessment phase, the following technical requirements and constraints are identified:
* The backend database layer consists of multiple SQL Server databases on physical servers that perform cross-database queries, utilize SQL Server Agent for scheduled maintenance, and execute CLR assembly routines.
* The application servers are hosted on VMware vSphere VMs and have undocumented TCP connections to external partner APIs.
* For hybrid identity, users must authenticate against the on-premises Active Directory Domain Services (AD DS) in real time to meet security compliance, but the organization wants to minimize on-premises infrastructure footprint and administrative overhead.
Which combination of Azure Migrate assessment strategies, target database service tiers, and Microsoft Entra ID hybrid identity solutions should you recommend to meet all migration requirements?
- Enable Azure Migrate agent-based dependency analysis for all application servers, select Azure SQL Managed Instance as the database migration target, and implement Microsoft Entra Pass-through Authentication (PTA) with Seamless Single Sign-On (SSO).Answer
- BEnable Azure Migrate agentless dependency analysis for all application servers, select Azure SQL Database elastic pools as the database migration target, and deploy Active Directory Federation Services (AD FS) for identity management.
- CEnable Azure Migrate agent-based dependency analysis for all application servers, select Azure SQL Managed Instance as the database migration target, and deploy Active Directory Federation Services (AD FS) for identity federation.
- DPerform database migration directly without dependency analysis, select Azure SQL Database single databases as the database migration target, and implement Microsoft Entra Password Hash Synchronization (PHS) for user authentication.