Medium1 markMultiple Choice
AZ-305 · Question 49 · Domain 4.3: Design migrations
A company has 50 legacy ASP.NET web applications running on Windows Server 2012 IIS servers on-premises.
The company wants to modernize these applications by migrating them to Azure App Service. Before migrating, they need to assess which applications are compatible with App Service and identify any code changes required (e.g., unsupported IIS features, hardcoded paths).
Which tool should you use?
A company has 50 legacy ASP.NET web applications running on Windows Server 2012 IIS servers on-premises.
The company wants to modernize these applications by migrating them to Azure App Service. Before migrating, they need to assess which applications are compatible with App Service and identify any code changes required (e.g., unsupported IIS features, hardcoded paths).
Which tool should you use?
Answer options:
A.
Azure Migrate Server Assessment
B.
Azure App Service Migration Assistant
C.
Data Migration Assistant (DMA)
D.
Azure Site Recovery
How to approach this question
Identify the specific tool designed to assess and migrate IIS web apps to Azure PaaS.
Full Answer
B.Azure App Service Migration Assistant✓ Correct
Azure App Service Migration Assistant
The Azure App Service Migration Assistant is a tool designed to simplify the journey to the cloud. It performs a readiness check on on-premises IIS web applications, identifying any unsupported features or configurations that would prevent them from running on Azure App Service (PaaS). It provides a detailed report and can even automate the creation of the App Service and the migration of the application code.
Common mistakes
Choosing Azure Migrate Server Assessment, which only assesses the underlying VM for a lift-and-shift to Azure VMs (IaaS), not App Service (PaaS).
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 3
55 questions · hints · full answers · grading
More questions from this exam
Q01Contoso Ltd is a global manufacturing company with 50,000 employees across 30 countries. They cur...MediumQ02Fabrikam Inc. is a Managed Service Provider (MSP) managing Azure environments for 50 different en...HardQ03A financial institution generates 5 TB of telemetry and audit logs daily across its Azure environ...MediumQ04A retail company has recently migrated several workloads to Azure. The IT Director wants a centra...EasyQ05A healthcare organization with 10,000 employees uses on-premises Active Directory. They are migra...Hard
Expert