Skip to content

Commit 92adf35

Browse files
committed
acrolinx fix to assessment
1 parent a15861f commit 92adf35

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

learn-pr/wwl-data-ai/manage-containers-azure-container-apps/8-module-assessment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ quiz:
2323
explanation: "Tags like `latest` can move to a different image over time, which reduces traceability and can lead to deploying an unintended artifact."
2424
- content: "Rebuild the image locally on each environment to ensure the image matches the environment."
2525
isCorrect: false
26-
explanation: "Rebuilding in each environment can produce different artifacts and does not improve traceability. A single, immutable artifact is easier to audit and promote."
27-
- content: "A new revision starts but should not receive traffic while you investigate. Which action removes the revision from traffic without deleting it?"
26+
explanation: "Rebuilding in each environment can produce different artifacts and doesn't improve traceability. A single, immutable artifact is easier to audit and promote."
27+
- content: "A new revision starts but shouldn't receive traffic while you investigate. Which action removes the revision from traffic without deleting it?"
2828
choices:
2929
- content: "Run `az containerapp revision deactivate` for the revision."
3030
isCorrect: true
@@ -42,8 +42,8 @@ quiz:
4242
explanation: "Probe misconfiguration is a frequent cause of immediate readiness failure, especially during image updates that change ports or routes."
4343
- content: "The container image is too small to include all required libraries."
4444
isCorrect: false
45-
explanation: "Image size does not directly determine library availability. Missing dependencies show up as application startup errors, not as a general image size issue."
46-
- content: "The container app environment cannot route traffic to the public internet."
45+
explanation: "Image size doesn't directly determine library availability. Missing dependencies show up as application startup errors, not as a general image size issue."
46+
- content: "The container app environment can't route traffic to the public internet."
4747
isCorrect: false
4848
explanation: "Outbound routing issues can cause failures for dependency calls, but immediate readiness failures are more commonly due to probe settings or startup behavior."
4949
- content: "You suspect only one revision has a runtime exception after an update. What is the most effective first step to confirm the problem?"
@@ -61,10 +61,10 @@ quiz:
6161
choices:
6262
- content: "Increase the per-replica CPU allocation, and then reassess scaling rules based on throughput."
6363
isCorrect: true
64-
explanation: "CPU throttling indicates the replica does not have enough CPU for its workload. Increasing CPU per replica is a direct fix, and you can then tune scaling for cost and throughput."
64+
explanation: "CPU throttling indicates the replica doesn't have enough CPU for its workload. Increasing CPU per replica is a direct fix, and you can then tune scaling for cost and throughput."
6565
- content: "Deactivate the newest revision to reduce load on the system."
6666
isCorrect: false
67-
explanation: "Deactivation changes which revision receives traffic but does not directly resolve CPU limits if the active revision still runs underprovisioned."
67+
explanation: "Deactivation changes which revision receives traffic but doesn't directly resolve CPU limits if the active revision still runs underprovisioned."
6868
- content: "Switch the image reference from digest to tag."
6969
isCorrect: false
7070
explanation: "Image identity affects traceability, not runtime CPU availability."

0 commit comments

Comments
 (0)