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
Copy file name to clipboardExpand all lines: articles/migrate/tutorial-assess-webapps.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Run an assessment as follows:
59
59
**Discount (%)** | Any subscription-specific discounts you receive on top of the Azure offer. The default setting is 0%.
60
60
**EA subscription** | Specifies that an Enterprise Agreement (EA) subscription is used for cost estimation. Takes into account the discount applicable to the subscription. <br/><br/> Leave the settings for reserved instances, and discount (%) properties with their default settings.
61
61
62
-
:::image type="content" source="./media/tutorial-assess-webapps/webapps-assessment-properties.png" alt-text="App Service assessment properties":::
62
+
:::image type="content" source="./media/tutorial-assess-webapps/webapps-assessment-properties.png" alt-text="Screenshot of App Service assessment properties.":::
63
63
64
64
1. In **Create assessment**, select **Next**.
65
65
1. In **Select servers to assess** > **Assessment name** > specify a name for the assessment.
@@ -68,11 +68,11 @@ Run an assessment as follows:
68
68
1. In **Review + create assessment**, review the assessment details, and select **Create Assessment** to create the group and run the assessment.
69
69
1. After the assessment is created, go to **Servers, databases and web apps** > **Azure Migrate: Discovery and assessment**. Refresh the tile data by selecting the **Refresh** option on top of the tile. Wait for the data to refresh.
70
70
71
-
:::image type="content" source="./media/tutorial-assess-webapps/tile-refresh.png" alt-text="Refresh discovery and assessment tool data":::
71
+
:::image type="content" source="./media/tutorial-assess-webapps/tile-refresh.png" alt-text="Refresh discovery and assessment tool data.":::
72
72
73
73
1. Select the number next to Azure App Service assessment.
74
74
75
-
:::image type="content" source="./media/tutorial-assess-webapps/assessment-webapps-navigation.png" alt-text="Navigation to created assessment":::
75
+
:::image type="content" source="./media/tutorial-assess-webapps/assessment-webapps-navigation.png" alt-text="Navigation to created assessment.":::
76
76
77
77
1. Select the assessment name, which you wish to view.
78
78
@@ -83,7 +83,7 @@ Run an assessment as follows:
83
83
1.**Servers, databases and web apps** > **Azure Migrate: Discovery and assessment**, select the number next to the Azure App Service assessment.
84
84
2. Select the assessment name, which you wish to view.
85
85
86
-
:::image type="content" source="./media/tutorial-assess-webapps/assessment-webapps-summary.png" alt-text="App Service assessment overview":::
86
+
:::image type="content" source="./media/tutorial-assess-webapps/assessment-webapps-summary.png" alt-text="App Service assessment overview.":::
87
87
88
88
3. Review the assessment summary. You can also edit the assessment properties or recalculate the assessment.
89
89
@@ -100,7 +100,7 @@ An [App Service plan](../app-service/overview-hosting-plans.md) carries a [charg
100
100
101
101
1. Select **Azure App Service readiness**.
102
102
103
-
:::image type="content" source="./media/tutorial-assess-webapps/assessment-webapps-readiness.png" alt-text="Azure App Service readiness details":::
103
+
:::image type="content" source="./media/tutorial-assess-webapps/assessment-webapps-readiness.png" alt-text="Azure App Service readiness details.":::
104
104
105
105
1. Review Azure App Service readiness column in table, for the assessed web apps:
106
106
1. If there are no compatibility issues found, the readiness is marked as **Ready** for the target deployment type.
Copy file name to clipboardExpand all lines: articles/migrate/tutorial-migrate-webapps.md
+24-32Lines changed: 24 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ In this tutorial, you learn how to:
20
20
21
21
> [!div class="checklist"]
22
22
> * Migrate ASP.NET web apps at-scale to [Azure App Service](https://azure.microsoft.com/services/app-service/) using integrated flow in Azure Migrate.
23
-
> * Change migration decision for web apps.
23
+
> * Change migration plans for web apps.
24
24
> * Change App Service plan for web apps.
25
25
26
26
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/free-trial/) before you begin.
@@ -30,8 +30,8 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
30
30
Before you begin this tutorial, you should:
31
31
32
32
1.[Complete the first tutorial](./tutorial-discover-vmware.md) to discover web apps running in your VMware environment.
33
-
2.[Complete the second tutorial](./tutorial-assess-webapps.md) to assess web apps to determine their readiness status for migration to [Azure App Service](https://azure.microsoft.com/services/app-service/). It's mandatory to assess web apps in order to migrate them using the integrated flow.
34
-
3. Go to the already created project or [create a new project](./create-manage-projects.md)
33
+
2.[Complete the second tutorial](./tutorial-assess-webapps.md) to assess web apps to determine their readiness status for migration to [Azure App Service](https://azure.microsoft.com/services/app-service/). It's necessary to assess web apps in order to migrate them using the integrated flow.
34
+
3. Go to the existing project or [create a new project](./create-manage-projects.md).
35
35
36
36
## Migrate web apps
37
37
@@ -44,6 +44,7 @@ Once the web apps are assessed, you can migrate them using the integrated migrat
44
44
- You need Windows PowerShell 4.0 installed on servers hosting the IIS web servers from which you plan to migrate ASP.NET web apps to Azure App Services.
45
45
- Currently, the migration flow doesn't support VNet integrated scenarios.
46
46
47
+
To migrate the web apps, perform these steps:
47
48
1. In the Azure Migrate project > **Servers, databases and web apps** > **Migration tools** > **Migration and modernization**, select **Replicate**.
48
49
49
50
:::image type="content" source="./media/tutorial-migrate-webapps/select-replicate.png" alt-text="Screenshot of the Replicate option selected.":::
@@ -57,34 +58,34 @@ Once the web apps are assessed, you can migrate them using the integrated migrat
57
58
58
59
1. In **Basics**, under **Project details**, select the **Subscription**, **Resource Group**, and **Region** where the web apps will be hosted, from the drop-down. Under **Storage**, select the **Storage account** for an intermediate storage location during the migration process. Select **Next: Web Apps >**.
59
60
60
-
:::image type="content" source="./media/tutorial-migrate-webapps/web-apps-basics.png" alt-text="Screenshot of Azure Migrate Web Apps Basics screen":::
61
+
:::image type="content" source="./media/tutorial-migrate-webapps/web-apps-basics.png" alt-text="Screenshot of Azure Migrate Web Apps Basics screen.":::
61
62
62
63
1. In the **Web Apps** section, review the web apps you'd like to migrate.
63
64
64
-
:::image type="content" source="./media/tutorial-migrate-webapps/select-web-apps.png" alt-text="Screenshot of Azure Migrate Web Apps screen":::
65
+
:::image type="content" source="./media/tutorial-migrate-webapps/select-web-apps.png" alt-text="Screenshot of Azure Migrate Web Apps screen.":::
65
66
66
67
> [!NOTE]
67
-
> Apps with the Ready status are tagged for migration by default. Apps tagged as *Ready with conditions* can be migrated by updating**Will migrate?**to**Yes**.
68
+
> Apps with the Ready status are tagged for migration by default. Apps tagged as *Ready with conditions* can be migrated by selecting**Yes**in**Will migrate?**.
68
69
69
70
1. Select the web apps to migrate and select **Edit**.
70
71
71
-
:::image type="content" source="./media/tutorial-migrate-webapps/web-apps-edit-multiple.png" alt-text="Screenshot of Azure Migrate selected web apps":::
72
+
:::image type="content" source="./media/tutorial-migrate-webapps/web-apps-edit-multiple.png" alt-text="Screenshot of Azure Migrate selected web apps.":::
72
73
73
74
1. In **Edit apps**, under **Will migrate?**, select **Yes**, and select the **App Service Plan** and **Pricing tier** of where the apps will be hosted. Next, select the **Ok** button.
74
75
75
76
> [!NOTE]
76
-
> Up to five App Service Plans can be migrated at a time.
77
+
> Up to five App Service plans can be migrated at a time.
77
78
78
-
:::image type="content" source="./media/tutorial-migrate-webapps/edit-multiple-details.png" alt-text="Screenshot of Azure Migrate Edit apps":::
79
+
:::image type="content" source="./media/tutorial-migrate-webapps/edit-multiple-details.png" alt-text="Screenshot of Azure Migrate Edit apps.":::
79
80
80
-
Select the **Next: App Service Plans >** button.
81
+
Select the **Next: App Service Plans >** button.
81
82
1. In the **App Service Plans** section, verify the App Service Plan details.
82
83
83
84
> [!NOTE]
84
-
> Depending on your web app requirements, you may wish to edit the number of apps in an App Service Plan or update the pricing tier. Follow these steps to update these details:
85
+
> Depending on your web app requirements, you can edit the number of apps in an App Service plan or update the pricing tier. Follow these steps to update these details:
85
86
> 1. Select the **Edit** button.
86
87
> 1. In **Edit plan**, select the **Target name** and **Pricing tier**, then select **Ok**.
87
-
> :::image type="content" source="./media/tutorial-migrate-webapps/app-service-plan-edit-details.png" alt-text="Screenshot of App Service Plan Edit details":::
88
+
> :::image type="content" source="./media/tutorial-migrate-webapps/app-service-plan-edit-details.png" alt-text="Screenshot of App Service Plan Edit details.":::
88
89
89
90
1. Once the App Service Plans are verified, select **Next: Review + create**.
90
91
1. Azure Migrate will now validate the migration settings. Validation may take a few minutes to run. Once complete, review the details and select **Migrate**.
@@ -94,31 +95,22 @@ Once the web apps are assessed, you can migrate them using the integrated migrat
94
95
95
96
Once the migration is initiated, you can track the status using the Azure Resource Manager Deployment Experience as shown below:
96
97
97
-
:::image type="content" source="./media/tutorial-migrate-webapps/web-apps-deployments.png" alt-text="Screenshot of Azure Migrate deployment":::
98
+
:::image type="content" source="./media/tutorial-migrate-webapps/web-apps-deployments.png" alt-text="Screenshot of Azure Migrate deployment.":::
98
99
99
100
## Post-migration steps
100
101
101
102
Once you have successfully completed migration, you may explore the following steps based on web app specific requirement(s):
102
103
103
-
- Map existing custom DNS name - Azure App Service
104
-
- Secure a custom DNS with a TLS/SSL binding - Azure App Service
105
-
- Securely connect to Azure resources - Azure App Service
106
-
- Deployment best practices - Azure App Service
107
-
- Security recommendations - Azure App Service
108
-
- Networking features - Azure App Service
109
-
- Monitor App Service with Azure Monitor - Azure App Service
110
-
- Configure Azure AD authentication - Azure App Service
104
+
-[Map existing custom DNS name](/azure/app-service/app-service-web-tutorial-custom-domain.md).
105
+
-[Secure a custom DNS with a TLS/SSL binding](/azure/app-service/configure-ssl-bindings.md).
106
+
-[Securely connect to Azure resources](/azure/app-service/tutorial-connect-overview)
107
+
-[Deployment best practices](/azure/app-service/deploy-best-practices).
0 commit comments