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-aspnet-aks.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,17 +26,25 @@ This article shows you how to assess Java web apps for migration to [Azure Kuber
26
26
27
27
In this tutorial, you'll learn how to:
28
28
29
-
> [!div class="checklist"]
30
29
::: zone pivot="asp-net"
30
+
> [!div class="checklist"]
31
31
> * Choose a set of discovered ASP.NET web apps to assess for migration to AKS.
32
+
> * Choose a set of discovered Java web apps to assess for migration to AKS.
33
+
> * Provide assessment configurations such as Azure Reserved Instances, target region etc.
34
+
> * Get insights about the migration readiness of their assessed apps.
35
+
> * Get insights on the AKS Node SKUs that can optimally host and run these apps.
36
+
> * Get the estimated cost of running these apps on AKS.
32
37
::: zone-end
38
+
33
39
::: zone pivot="java"
40
+
> [!div class="checklist"]
41
+
> * Choose a set of discovered ASP.NET web apps to assess for migration to AKS.
34
42
> * Choose a set of discovered Java web apps to assess for migration to AKS.
35
-
::: zone-end
36
43
> * Provide assessment configurations such as Azure Reserved Instances, target region etc.
37
44
> * Get insights about the migration readiness of their assessed apps.
38
45
> * Get insights on the AKS Node SKUs that can optimally host and run these apps.
39
46
> * Get the estimated cost of running these apps on AKS.
47
+
::: zone-end
40
48
41
49
> [!NOTE]
42
50
> Tutorials show you the simplest deployment path for a scenario so that you can quickly set up a proof-of-concept. Tutorials use default options where possible and don't show all possible settings and paths.
@@ -81,20 +89,20 @@ In this tutorial, you'll learn how to:
81
89
| Category | All <br> Compute optimized <br> General purpose <br> GPU <br> High performance compute <br> Isolated <br> Memory optimized <br> Storage optimized | Selecting a particular SKU category will ensure we recommend the best AKS Node SKUs from that category. |
82
90
| AKS pricing tier | Standard | Pricing tier for AKS |
83
91
84
-
4. After reviewing the assessment settings, select **Next: Select servers to assessext**.
92
+
4. After reviewing the assessment settings, select **Next: Select servers to assess**.
85
93
86
94
1. Under the **Select servers to assess** tab, do the following:
87
-
1.**Assessment name**: Specify a name for the assessment.
88
-
1.**Select or create a group**: Select **Create New** and specify a group name. You can also use an existing group.
89
-
1.**Appliance name**: Select the appliance.
95
+
-**Assessment name**: Specify a name for the assessment.
96
+
-**Select or create a group**: Select **Create New** and specify a group name. You can also use an existing group.
97
+
-**Appliance name**: Select the appliance.
90
98
::: zone pivot="asp-net"
91
-
1.**Web app type**: Select **ASP.NET**.
99
+
-**Web app type**: Select **ASP.NET**.
92
100
::: zone-end
93
101
::: zone pivot="java"
94
-
1.**Web app type**: Select **Java**.
102
+
-**Web app type**: Select **Java**.
95
103
::: zone-end
96
-
1. Select the servers, which host the web apps to be assessed from the table.
97
-
1. Select **Next** to review the high-level assessment details.
104
+
- Select the servers, which host the web apps to be assessed from the table.
105
+
- Select **Next** to review the high-level assessment details.
98
106
99
107
:::image type="content" source="./media/tutorial-assess-aspnet-aks/create-server-selection.png" alt-text="Screenshot of selecting servers containing the web apps to be assessed.":::
0 commit comments