Skip to content

Commit 69487a2

Browse files
adding per-page metadata descriptions
1 parent 8f5db2d commit 69487a2

7 files changed

Lines changed: 9 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Set up an Arm-based environment
3+
description: Set up an Ubuntu Azure Cobalt VM with Docker, .NET 9, and PostgreSQL so you can build and validate nopCommerce on Arm.
34
weight: 2
45

56
### FIXED, DO NOT MODIFY
@@ -79,4 +80,4 @@ The `docker exec` command should print `CREATE EXTENSION`. If it prints `NOTICE:
7980

8081
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.
8182

82-
Next, you'll create a reproducible baseline to use for benchmarking.
83+
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
@@ -1,5 +1,6 @@
11
---
22
title: Create a nopCommerce endpoint benchmark baseline on Arm
3+
description: Build a pinned nopCommerce release on Arm and run a repeatable endpoint benchmark to create a baseline for later tuning.
34
weight: 3
45

56
### FIXED, DO NOT MODIFY
@@ -237,4 +238,3 @@ You've now created a baseline before migrating the application.
237238

238239
Next, you'll audit dependencies before migration.
239240

240-

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Generate an SBOM and run .NET dependency discovery before migration
3+
description: Audit .NET dependencies, generate a CycloneDX SBOM, and inspect native package payloads before migrating nopCommerce to Arm.
34
weight: 4
45

56
### FIXED, DO NOT MODIFY
@@ -71,4 +72,4 @@ You must resolve B first, then validate A, then validate the app.
7172

7273
You've reviewed application dependencies to understand what can change when you migrate to Arm.
7374

74-
Next, you'll explore options to containerize the application.
75+
Next, you'll explore options to containerize the application.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Choose a containerization path for the nopCommerce application
3+
description: Compare Dockerfile and .NET SDK container publish workflows so you can choose a reproducible arm64 container path for nopCommerce.
34
weight: 5
45

56
### FIXED, DO NOT MODIFY

content/learning-paths/servers-and-cloud-computing/dotnet-migration-nopcommerce/6-deploy-verify-cobalt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Tune the performance of the .NET application on Azure
3+
description: Apply .NET runtime tuning on Azure Cobalt and compare endpoint benchmark results to decide whether a profile improves nopCommerce performance.
34
weight: 6
45

56
### FIXED, DO NOT MODIFY
@@ -99,4 +100,3 @@ When interpreting metric improvements, consider the following:
99100
You've applied performance tuning changes to the .NET application.
100101

101102
Next, you'll use the Arm MCP Server to optimize application performance.
102-

content/learning-paths/servers-and-cloud-computing/dotnet-migration-nopcommerce/7-arm-mcp-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Use the Arm MCP Server to optimize .NET performance
3+
description: Use the Arm MCP Server to rank endpoints, generate targeted tests, and plan evidence-based .NET performance optimizations on Azure Cobalt.
34
weight: 7
45

56
### FIXED, DO NOT MODIFY

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Migrate and optimize a .NET nopCommerce application on Microsoft Azure
3+
description: Migrate, containerize, benchmark, and tune a .NET nopCommerce application on Azure Cobalt so you can validate Arm-based performance before rollout.
34

45
minutes_to_complete: 75
56

0 commit comments

Comments
 (0)