You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
explanation: These are all important reasons to move to the cloud, but the triggers are datacenter contract expiration, cash flow challenges and resource constraints, business continuity, and cybersecurity threats.
33
-
- content: Datacenter contract expiration, lack of disk space
34
-
isCorrect: false
35
-
explanation: Datacenter contract expiration is the only migration trigger listed here. The others are cash flow challenges and resource constraints, business continuity, and cybersecurity threats.
36
-
- content: Datacenter contract expiration, cash flow challenges and resource constraints, business continuity, cybersecurity threats
37
-
isCorrect: true
38
-
explanation: Migration triggers are typically IT-oriented or based on timelines. The migration to the cloud is driven by the need to quickly reduce on-premises costs, stay secure, and simplify operations.
39
-
- content: When you consider if you should migrate or modernize your applications, which is the first question you should ask during the evaluation?
40
-
choices:
41
-
- content: Will there be future development on this application?
42
-
isCorrect: true
43
-
explanation: If an application will have future development, the application should be moved to a platform as a service (PaaS) solution.
44
-
- content: Should our team use containers for this application?
45
-
isCorrect: false
46
-
explanation: Container use is one of many technical implementations that could be used for an application. Don't focus on the solution. Instead, focus on the question, Will there be further development on the application?
47
-
- content: Should our team use a serverless model for this application?
48
-
isCorrect: false
49
-
explanation: A serverless model is one of many technical implementations that could be used for an application. Don't focus on the solution. Instead, focus on the question, Will there be further development on the application?
50
-
5
+
title: Azure migration and modernization drivers
6
+
description: Understand the primary drivers for Azure migration, and how applications can be changed or replaced to use new cloud technologies.
explanation: These are all important reasons to move to the cloud, but the triggers are datacenter contract expiration, cash flow challenges and resource constraints, business continuity, and cybersecurity threats.
33
+
- content: Datacenter contract expiration, lack of disk space
34
+
isCorrect: false
35
+
explanation: Datacenter contract expiration is the only migration trigger listed here. The others are cash flow challenges and resource constraints, business continuity, and cybersecurity threats.
36
+
- content: Datacenter contract expiration, cash flow challenges and resource constraints, business continuity, cybersecurity threats
37
+
isCorrect: true
38
+
explanation: Migration triggers are typically IT-oriented or based on timelines. The need to quickly reduce on-premises costs, stay secure, and simplify operations drives migration to the cloud.
39
+
- content: When you consider if you should migrate or modernize your applications, which is the first question you should ask during the evaluation?
40
+
choices:
41
+
- content: Will there be future development on this application?
42
+
isCorrect: true
43
+
explanation: If an application will have future development, the application should be moved to a platform as a service (PaaS) solution.
44
+
- content: Should our team use containers for this application?
45
+
isCorrect: false
46
+
explanation: Container use is one of many technical implementations that could be used for an application. Don't focus on the solution. Instead, focus on the question, Will there be further development on the application?
47
+
- content: Should our team use a serverless model for this application?
48
+
isCorrect: false
49
+
explanation: A serverless model is one of many technical implementations that could be used for an application. Don't focus on the solution. Instead, focus on the question, Will there be further development on the application?
description: Learn about the tools and services provided by Microsoft to enable a successful move to Azure.
7
-
ms.date: 05/15/2023
8
-
author: sgsneha
9
-
ms.author: sudhirsneha
10
-
ms.topic: unit
11
-
durationInMinutes: 10
12
-
content: |
13
-
[!include[](includes/6-azure-migration-tools.md)]
14
-
quiz:
15
-
title: Check your knowledge
16
-
questions:
17
-
- content: When you decide to modernize an application, the team needs to select a method for changing the application to make it run in Azure. Which of the following options are used for modernizing?
18
-
choices:
19
-
- content: Refactor, rearchitect, rebuild
20
-
isCorrect: true
21
-
explanation: These options are used for modernizing your application to run in Azure. Rehosting is used for migration of your application.
22
-
- content: Rehost
23
-
isCorrect: false
24
-
explanation: Refactor, rearchitect, and rebuild are the options used for modernizing your application to run in Azure. Rehosting is used for migration of your application.
25
-
- content: Replace
26
-
isCorrect: false
27
-
explanation: Refactor, rearchitect, and rebuild are the options used for modernizing your application to run in Azure. Replace removes the application from your care and uses a software as a service (SaaS) product.
28
-
- content: Can Linux and open-source databases run infrastructure as a service (IaaS) and platform as a service (PaaS) solutions in Azure?
29
-
choices:
30
-
- content: Yes. Many Linux open-source databases run on Azure IaaS as VMs and PaaS solutions, such as Azure Database and Azure App Service.
31
-
isCorrect: true
32
-
explanation: Yes. Many Linux distributions and open-source databases run on Azure IaaS and PaaS solutions.
33
-
- content: Yes, but only on IaaS by using VMs. There are no PaaS services that support Linux or open-source databases.
34
-
isCorrect: false
35
-
explanation: Many Linux distributions and open-source databases run on Azure IaaS and PaaS solutions.
36
-
- content: Yes, but only as PaaS services. Linux isn't supported on Azure IaaS.
37
-
isCorrect: false
38
-
explanation: Many Linux distributions and open-source databases run on Azure IaaS and PaaS solutions.
39
-
- content: Can VMware workloads run natively on Azure?
40
-
choices:
41
-
- content: No. VMware VMs can't run on Azure. They must be moved to the cloud by using Azure Migrate.
42
-
isCorrect: false
43
-
explanation: VMware workloads run natively by using Azure VMware Solution. These workloads can be seamlessly moved from your datacenter to Azure and integrate your VMware environment with Azure. Tailwind Traders can keep managing its existing environments with the same VMware tools you already know while you modernize your applications with Azure native services.
44
-
- content: No. VMware workloads must be migrated to PaaS services by refactoring the applications.
45
-
isCorrect: false
46
-
explanation: VMware workloads run natively by using Azure VMware Solution. These workloads can be seamlessly moved from your datacenter to Azure and integrate your VMware environment with Azure. Tailwind Traders can keep managing its existing environments with the same VMware tools you already know while you modernize your applications with Azure native services.
47
-
- content: VMware workloads run natively by using Azure VMware Solution.
48
-
isCorrect: true
49
-
explanation: VMware workloads run natively on Azure. These workloads can be seamlessly moved from your datacenter to Azure and integrate your VMware environment with Azure. Tailwind Traders can keep managing its existing environments with the same VMware tools you already know while you modernize your applications with Azure native services.
50
-
5
+
title: Azure migration and modernization tools
6
+
description: Learn about the tools and services provided by Microsoft to enable a successful move to Azure.
7
+
ms.date: 05/30/2025
8
+
author: sgsneha
9
+
ms.author: sudhirsneha
10
+
ms.topic: unit
11
+
durationInMinutes: 10
12
+
content: |
13
+
[!include[](includes/6-azure-migration-tools.md)]
14
+
quiz:
15
+
title: Check your knowledge
16
+
questions:
17
+
- content: When you decide to modernize an application, the team needs to select a method for changing the application to make it run in Azure. Which of the following options are used for modernizing?
18
+
choices:
19
+
- content: Refactor, rearchitect, rebuild
20
+
isCorrect: true
21
+
explanation: These options are used for modernizing your application to run in Azure. Rehosting is used for migration of your application.
22
+
- content: Rehost
23
+
isCorrect: false
24
+
explanation: Refactor, rearchitect, and rebuild are the options used for modernizing your application to run in Azure. Rehosting is used for migration of your application.
25
+
- content: Replace
26
+
isCorrect: false
27
+
explanation: Refactor, rearchitect, and rebuild are the options used for modernizing your application to run in Azure. Replace removes the application from your care and uses a software as a service (SaaS) product.
28
+
- content: Can Linux and open-source databases run infrastructure as a service (IaaS) and platform as a service (PaaS) solutions in Azure?
29
+
choices:
30
+
- content: Yes. Many Linux open-source databases run on Azure IaaS as VMs and PaaS solutions, such as Azure Database and Azure App Service.
31
+
isCorrect: true
32
+
explanation: Yes. Many Linux distributions and open-source databases run on Azure IaaS and PaaS solutions.
33
+
- content: Yes, but only on IaaS by using VMs. There are no PaaS services that support Linux or open-source databases.
34
+
isCorrect: false
35
+
explanation: Many Linux distributions and open-source databases run on Azure IaaS and PaaS solutions.
36
+
- content: Yes, but only as PaaS services. Linux isn't supported on Azure IaaS.
37
+
isCorrect: false
38
+
explanation: Many Linux distributions and open-source databases run on Azure IaaS and PaaS solutions.
39
+
- content: Can VMware workloads run natively on Azure?
40
+
choices:
41
+
- content: No. VMware VMs can't run on Azure. They must be moved to the cloud by using Azure Migrate.
42
+
isCorrect: false
43
+
explanation: VMware workloads run natively by using Azure VMware Solution. These workloads can be seamlessly moved from your datacenter to Azure and integrate your VMware environment with Azure. Tailwind Traders can keep managing its existing environments with the same VMware tools you already know while you modernize your applications with Azure native services.
44
+
- content: No. VMware workloads must be migrated to PaaS services by refactoring the applications.
45
+
isCorrect: false
46
+
explanation: VMware workloads run natively by using Azure VMware Solution. These workloads can be seamlessly moved from your datacenter to Azure and integrate your VMware environment with Azure. Tailwind Traders can keep managing its existing environments with the same VMware tools you already know while you modernize your applications with Azure native services.
47
+
- content: VMware workloads run natively by using Azure VMware Solution.
48
+
isCorrect: true
49
+
explanation: VMware workloads run natively on Azure. These workloads can be seamlessly moved from your datacenter to Azure and integrate your VMware environment with Azure. Tailwind Traders can keep managing its existing environments with the same VMware tools you already know while you modernize your applications with Azure native services.
0 commit comments