Skip to content

Commit c4a7e18

Browse files
Minor update.
1 parent 0680c7a commit c4a7e18

File tree

2 files changed

+25
-17
lines changed

2 files changed

+25
-17
lines changed

articles/migrate/tutorial-assess-aspnet-aks.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,25 @@ This article shows you how to assess Java web apps for migration to [Azure Kuber
2626

2727
In this tutorial, you'll learn how to:
2828

29-
> [!div class="checklist"]
3029
::: zone pivot="asp-net"
30+
> [!div class="checklist"]
3131
> * 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.
3237
::: zone-end
38+
3339
::: zone pivot="java"
40+
> [!div class="checklist"]
41+
> * Choose a set of discovered ASP.NET web apps to assess for migration to AKS.
3442
> * Choose a set of discovered Java web apps to assess for migration to AKS.
35-
::: zone-end
3643
> * Provide assessment configurations such as Azure Reserved Instances, target region etc.
3744
> * Get insights about the migration readiness of their assessed apps.
3845
> * Get insights on the AKS Node SKUs that can optimally host and run these apps.
3946
> * Get the estimated cost of running these apps on AKS.
47+
::: zone-end
4048

4149
> [!NOTE]
4250
> 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:
8189
| 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. |
8290
| AKS pricing tier | Standard | Pricing tier for AKS |
8391

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**.
8593

8694
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.
9098
::: zone pivot="asp-net"
91-
1. **Web app type**: Select **ASP.NET**.
99+
- **Web app type**: Select **ASP.NET**.
92100
::: zone-end
93101
::: zone pivot="java"
94-
1. **Web app type**: Select **Java**.
102+
- **Web app type**: Select **Java**.
95103
::: 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.
98106

99107
:::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.":::
100108

articles/migrate/tutorial-assess-webapps.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,17 @@ To run an assessment, follow these steps:
8686
1. Select **Save** if you made any changes.
8787
1. On the **Create assessment** page, select **Next: Select servers to assessext**.
8888
1. Under the **Select servers to assess** tab, do the following:
89-
1. **Assessment name**: Specify a name for the assessment.
90-
1. **Select or create a group**: Select **Create New** and specify a group name. You can also use an existing group.
91-
1. **Appliance name**: Select the appliance.
89+
- **Assessment name**: Specify a name for the assessment.
90+
- **Select or create a group**: Select **Create New** and specify a group name. You can also use an existing group.
91+
- **Appliance name**: Select the appliance.
9292
::: zone pivot="asp-net"
93-
1. **Web app type**: Select **ASP.NET**.
93+
- **Web app type**: Select **ASP.NET**.
9494
::: zone-end
9595
::: zone pivot="java"
96-
1. **Web app type**: Select **Java**.
96+
- **Web app type**: Select **Java**.
9797
::: zone-end
98-
1. Select the servers that you want to add to the group from the table.
99-
1. Select **Next**.
98+
- Select the servers that you want to add to the group from the table.
99+
- Select **Next**.
100100

101101
:::image type="content" source="./media/tutorial-assess-webapps/server-selection.png" alt-text="Screenshot of selected servers.":::
102102

0 commit comments

Comments
 (0)