Skip to content

Commit 86e35cb

Browse files
authored
Merge pull request #53056 from staleycyn/patch-3
Remove migration considerations from knowledge check
2 parents cadacee + ff21a74 commit 86e35cb

2 files changed

Lines changed: 24 additions & 32 deletions

File tree

learn-pr/wwl-azure/design-migrations/9-knowledge-check.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,36 +17,36 @@ content: |
1717
quiz:
1818
title: ""
1919
questions:
20-
- content: "Which product satisfies the large data transfer requirement?"
20+
- content: "Which Microsoft service provides a unified platform to assess, plan, and migrate on-premises workloads to Azure?"
2121
choices:
22-
- content: "Azure Import/Export service"
23-
isCorrect: false
24-
explanation: "Incorrect. The Azure Import/Export service requires you to provide your own disks and handle shipping."
25-
- content: "Azure Data Box"
26-
isCorrect: true
27-
explanation: "Correct. For Azure Data Box, Microsoft provides the hardware appliance and handles the shipping."
2822
- content: "Azure Migrate"
23+
isCorrect: true
24+
explanation: "Correct. Azure Migrate is the central hub for assessing workloads, discovering resources, planning migrations, and selecting the right tools."
25+
- content: "Azure Data Box"
2926
isCorrect: false
30-
explanation: "Incorrect. Azure Migrate is an assessment and migration tool."
31-
- content: "What product would you recommend to estimate monthly costs before the migration?"
27+
explanation: "Incorrect. Azure Data Box is used only for offline data transfer at large scale—not workload assessment or migration planning."
28+
- content: "Azure Database Migration Service"
29+
isCorrect: false
30+
explanation: "Incorrect. Azure Database Migration Service handles database migrations only, not full workload discovery and assessment."
31+
- content: "Which migration strategy is best when an application can be moved to Azure with minimal or no changes?"
3232
choices:
33-
- content: "Microsoft Cost Management"
33+
- content: "Rebuild"
3434
isCorrect: false
35-
explanation: "Incorrect. Use Microsoft Cost Management to monitor, optimize, and control your ongoing Azure costs."
36-
- content: "Azure Advisor"
35+
explanation: "Incorrect. Rewrites the application."
36+
- content: "Replace"
3737
isCorrect: false
38-
explanation: "Incorrect. Azure Advisor helps optimize your Azure resources for high availability, performance, and cost."
39-
- content: "Azure TCO Calculator"
38+
explanation: "Incorrect. Uses SaaS alternatives rather than migrating the existing workload."
39+
- content: "Rehost"
4040
isCorrect: true
41-
explanation: "Correct. The Azure TCO Calculator provides an estimate of monthly running costs in Azure, which enables a comparison with on-premises costs."
42-
- content: "Which product is ideal for identifying on-premises components?"
41+
explanation: "Correct. Rehosting moves workloads to Azure with the fewest changes."
42+
- content: "Which tool should you use when you need to transfer large amounts of data to Azure but your network bandwidth is limited?"
4343
choices:
44-
- content: "Service Map"
45-
isCorrect: true
46-
explanation: "Correct. Service Map lets you automatically discover applications and their components in your on-premises environment."
47-
- content: "Azure Resource Mover"
44+
- content: "Azure Migrate"
4845
isCorrect: false
49-
explanation: "Incorrect. Azure Resource Mover migrates Azure resources from subscriptions, resource groups, or regions."
50-
- content: "Azure Storage Mover"
46+
explanation: "Incorrect. Azure Migrate orchestrates migrations but doesn't physically move large offline data."
47+
- content: "Azure Data Box"
48+
isCorrect: true
49+
explanation: "Correct. Azure Data Box is ideal when network capacity is insufficient for online migration."
50+
- content: "App Service Migration Assistant"
5151
isCorrect: false
52-
explanation: "Incorrect. Azure Storage Mover is used for unstructured data."
52+
explanation: "Incorrect. App Service Migration Assistant is for web apps only."

learn-pr/wwl-azure/design-migrations/includes/9-knowledge-check.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33

44
Tailwind Traders is assessing their migration to Azure. You're asked to make recommendations and provide input to meet the system requirements.
55

6-
- **Large data transfers.** Large amounts of data need to be transferred between on-premises storage and an Azure storage account. There's a concern the transfer might monopolize network bandwidth. The executive committee requests an approach where Microsoft handles the shipping and logistics.
7-
8-
- **Estimate migration costs.** The CTO is interested in monthly running costs in Azure. You need to provide an estimate comparison of Azure costs to on-premises costs.
9-
10-
- **Identify on-premises applications.** The IT department needs a way to discover on-premises components that require migration.
11-
12-
13-
146
### Answer the following questions
157

16-
Choose the best response for each question.
8+
Choose the best response for each question.

0 commit comments

Comments
 (0)