Medium1 markMultiple Choice
AZ-305 · Question 50 · Domain 4.3: Migrations
You are assessing an on-premises ASP.NET web application running on IIS for migration to Azure App Service.
You need to determine if the application uses any features that are incompatible with Azure App Service (such as COM components or ISAPI filters) before attempting the migration.
Which TWO tools can you use to perform this assessment? (Select TWO)
You are assessing an on-premises ASP.NET web application running on IIS for migration to Azure App Service.
You need to determine if the application uses any features that are incompatible with Azure App Service (such as COM components or ISAPI filters) before attempting the migration.
Which TWO tools can you use to perform this assessment? (Select TWO)
Answer options:
A.
App Service Migration Assistant
B.
Azure Migrate: App Containerization
C.
Data Migration Assistant (DMA)
D.
Azure Site Recovery Deployment Planner
E.
Azure AD Connect Health
How to approach this question
Identify the tools specifically designed for assessing and migrating web applications to Azure PaaS/Containers.
Full Answer
To migrate an IIS web application to Azure App Service (PaaS), you must ensure the app doesn't rely on OS-level features not supported in PaaS (like COM components or GDI). The App Service Migration Assistant is a standalone tool that scans the IIS configuration and code to provide a readiness report. Alternatively, the Azure Migrate: App Containerization tool can assess the ASP.NET application and help package it into a container, which can then be deployed to App Service or AKS.
Common mistakes
Selecting Data Migration Assistant (DMA), which is strictly for database assessments, not web applications.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 5
55 questions · hints · full answers · grading
More questions from this exam
Q01Contoso Ltd has 50 subscriptions across 3 business units. Each business unit manages its own IT o...EasyQ02You are designing a monitoring solution for a hybrid environment. The environment consists of 200...MediumQ03Your company uses Microsoft Sentinel integrated with a Log Analytics workspace. The workspace ing...HardQ04You are designing an application monitoring strategy using Application Insights. The application ...MediumQ05A highly regulated financial institution is migrating to Microsoft 365 and Azure. They currently ...Hard
Expert