A company is planning to migrate a legacy inventory application to Azure. The application's frontend web tier runs on VMware vSphere virtual machines, while its backend Microsoft SQL Server database runs on a dedicated physical Windows server cluster. The SQL Server database relies on cross-database queries and SQL Server Agent jobs. All servers are located in a secure network zone with no direct internet access, but they can route traffic through an outbound HTTPS proxy. You need to design an Azure Migrate assessment to map the application's network dependencies and determine the correct target database tier in Azure. Which two actions should you include in the assessment design? (Choose two.)
- Install the Azure Monitor Agent and the Dependency Agent on the physical SQL Server machines to map dependencies.Answer
- BEnable agentless dependency mapping on the physical SQL Server machines by deploying the Azure Migrate appliance.
- Assess the SQL Server database for migration to Azure SQL Managed Instance.Answer
- DRecommend Azure SQL Database elastic pools as the target for the SQL Server database migration.
- EDeploy Active Directory Federation Services (AD FS) on-premises to support identity synchronization to Microsoft Entra ID.
Answer
Installing the Azure Monitor Agent and Dependency Agent on the physical SQL Server machines to map dependencies, and assessing the SQL Server workload for migration to Azure SQL Managed Instance.
The correct strategy involves installing the Azure Monitor Agent and Dependency Agent on the physical servers, and assessing the SQL database for migration to Azure SQL Managed Instance. Physical servers do not support agentless dependency analysis in Azure Migrate, making the installation of agents necessary to map dependencies. Additionally, because the legacy database relies on SQL Server Agent jobs and cross-database queries, it must be migrated to Azure SQL Managed Instance, as Azure SQL Database does not support these features.
Step-by-Step Solution
Key Concept
Designing a migration assessment strategy that accounts for physical server dependency mapping limitations and database platform feature compatibility.
Estimated Time:2m 30s