Easy1 markMultiple Choice
AZ-305 · Question 51 · Domain 4.3: Design Migrations
Your company is migrating a portfolio of applications to Azure.
One specific application is a monolithic ASP.NET web app running on Windows Server 2008. The development team wants to move it to Azure App Service to reduce operational overhead. They will use the Azure App Service Migration Assistant to package the app and deploy it to Azure without changing the application's source code.
Which migration strategy (from the 7 R's) does this represent?
Your company is migrating a portfolio of applications to Azure.
One specific application is a monolithic ASP.NET web app running on Windows Server 2008. The development team wants to move it to Azure App Service to reduce operational overhead. They will use the Azure App Service Migration Assistant to package the app and deploy it to Azure without changing the application's source code.
Which migration strategy (from the 7 R's) does this represent?
Answer options:
A.
Rehost (Lift and Shift)
B.
Replatform
C.
Refactor
D.
Repurchase
How to approach this question
Moving from IaaS (VM) to PaaS (App Service) without changing code is the definition of Replatforming.
Full Answer
B.Replatform✓ Correct
Replatform
This scenario describes 'Replatforming'. The application code remains largely unchanged, but the underlying infrastructure is upgraded from a traditional Virtual Machine (IaaS) to a fully managed Platform as a Service (PaaS) offering like Azure App Service. This provides cloud benefits (auto-scaling, no OS patching) without the cost of a full code rewrite.
Common mistakes
Confusing Replatform with Refactor. Refactoring requires code changes. Replatforming just changes where the code runs (IaaS to PaaS).
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 4
55 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...MediumQ02CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...MediumQ03CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...HardQ04CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...MediumQ05CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...Hard
Expert