Skip to content

Commit 442d861

Browse files
converting some bullets to prose
1 parent c5fd0c4 commit 442d861

2 files changed

Lines changed: 4 additions & 18 deletions

File tree

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,9 @@ If the command prints `runtimes/linux-arm64`, the package already carries an Arm
6565

6666
### Dependency cascade rule
6767

68-
Treat dependencies as a chain, not isolated items:
68+
Treat dependencies as a chain, not isolated items.
6969

70-
- App depends on library A
71-
- Library A depends on library B
72-
- Library B is architecture-sensitive
73-
74-
You must resolve B first, then validate A, then validate the app.
70+
Assume the app depends on library A, library A depends on library B, library B is architecture-sensitive. In this scenario, you must resolve B first, then validate A, then validate the app.
7571

7672
## What you've accomplished and what's next
7773

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

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ Identify endpoints most likely to benefit from Arm tuning.
2525
Rank them by expected impact and explain why.
2626
```
2727

28-
The output should include the following:
29-
30-
- Ranked endpoint list
31-
- Bottleneck hypotheses per endpoint
32-
- Instrumentation plan to validate hypotheses
28+
The output should include a ranked endpoint list, bottleneck hypotheses per endpoint, and an instrumentation plan to validate the hypotheses.
3329

3430
### Generate and run a targeted endpoint test suite
3531

@@ -43,13 +39,7 @@ Use concurrency, iterations, and JSON output.
4339
Include pass/fail checks for HTTP behavior and error rate.
4440
```
4541

46-
The suite should produce the following:
47-
48-
- Per-endpoint latency percentiles
49-
- Throughput summary
50-
- Error counts
51-
- Before/after comparison artifacts
52-
- The exact route list and request method for each endpoint
42+
The suite should produce per-endpoint latency percentiles, a throughput summary, and error counts. It should also produce before and after comparison artifacts, and the exact route list and request method for each endpoint.
5343

5444
### Plan and implement Arm optimizations on Azure Cobalt
5545

0 commit comments

Comments
 (0)