Skip to content

Commit 04fb874

Browse files
updating transitions
1 parent 442d861 commit 04fb874

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/learning-paths/servers-and-cloud-computing/dotnet-migration-nopcommerce/2-environment-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ The `docker exec` command should print `CREATE EXTENSION`. If it prints `NOTICE:
7979

8080
## What you've accomplished and what's next
8181

82-
You've set up an Arm-based environment by creating a Microsoft Azure VM powered by Cobalt 100 and installing the toolchain necessary for migration.
82+
You've set up an Arm-based environment by creating a Microsoft Azure VM powered by Cobalt 100 with Docker, .NET 9, and PostgreSQL ready for nopCommerce validation.
8383

8484
Next, you'll create a reproducible baseline to use for benchmarking.

content/learning-paths/servers-and-cloud-computing/dotnet-migration-nopcommerce/3-checkout-build-baseline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ This baseline process becomes the control for every later tuning or code-change
236236

237237
## What you've accomplished and what's next
238238

239-
You've now created a baseline before migrating the application.
239+
You've now pinned the nopCommerce source, verified the build, installed the app, and captured `arm_before.json` as your endpoint baseline.
240240

241241
Next, you'll audit dependencies before migration.
242242

content/learning-paths/servers-and-cloud-computing/dotnet-migration-nopcommerce/4-dependency-mapping-manifests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ Assume the app depends on library A, library A depends on library B, library B i
7171

7272
## What you've accomplished and what's next
7373

74-
You've reviewed application dependencies to understand what can change when you migrate to Arm.
74+
You've now mapped direct and transitive dependencies, generated an SBOM, and checked packages for native payloads that could affect Arm deployment.
7575

7676
Next, you'll explore options to containerize and migrate the application.

content/learning-paths/servers-and-cloud-computing/dotnet-migration-nopcommerce/5-containerization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ Multi-RID container publishing starts with .NET SDK versions `8.0.405`, `9.0.102
9696

9797
## What you've accomplished and what's next
9898

99-
You've learned about different containerization paths for the .NET application.
99+
You've now compared the Dockerfile and .NET SDK publish paths and identified which container workflow to validate first for nopCommerce.
100100

101101
Next, you'll tune application performance.

0 commit comments

Comments
 (0)