AZ-400 · Question #3
Case Study 1 - Litware Overview Existing Environment Litware, Inc. e an independent software vendor (ISV). Litware has a main office and five branch offices. Application Architecture The company's pri
The correct answer is Service 1: [MSAnalytics.self,; Service 2: MSCrashes.self]. This hotspot question tests knowledge of Azure DevOps migration strategies and architectural decision-making for Litware's legacy monolithic ASP.NET application with TFS source control and complex branching issues.
Question
Exhibit
Answer Area
- Service 1[MSAnalytics.self,[MSAnalytics.self,[MSDistribute.self,[MSPush.self,
- Service 2MSCrashes.self]MSAnalytics.self]MSCrashes.self]MSDistribute.self]
Explanation
This hotspot question tests knowledge of Azure DevOps migration strategies and architectural decision-making for Litware's legacy monolithic ASP.NET application with TFS source control and complex branching issues.
Approach. For Litware's scenario, the correct approach involves migrating from TFS to Azure DevOps (Azure Repos with Git) to address the branching and merging complexity - Git's distributed model and feature branching strategies (like GitFlow or trunk-based development) replace the unwieldy 80+ TFS branches. Azure Pipelines should replace manual build/release processes to catch merge-introduced bugs earlier via CI/CD. Dependency management issues are addressed by decomposing the monolith incrementally using the Strangler Fig pattern, allowing new microservices (in C#) to coexist with the legacy VB.NET code without a full rewrite. Azure Boards replaces TFS work item tracking to coordinate the distributed branch office teams more effectively.
Concept tested. Evaluating Azure DevOps migration strategies for legacy TFS environments, including Git branching strategies, CI/CD pipeline implementation, and incremental modernization of monolithic ASP.NET applications to reduce merge complexity and ownership costs.
Reference. Microsoft Learn: Migrate from TFVC to Git in Azure Repos; Azure DevOps migration guidance; Strangler Fig application pattern for monolith modernization.
Topics
Community Discussion
No community discussion yet for this question.
