Skip to content

Commit 7e227ea

Browse files
committed
review-5
1 parent ffca5f9 commit 7e227ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/azure/design-monitoring-strategy-on-azure/2-full-stack-monitoring.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ quiz:
2020
choices:
2121
- content: During development only
2222
isCorrect: false
23-
explanation: Monitoring only during development limits problematic code from being deployed, but doesn't provide visibility when the app is live in production.
23+
explanation: When you monitor only during development it limits problematic code from being deployed, but doesn't provide visibility when the app is live in production.
2424
- content: In production only
2525
isCorrect: false
26-
explanation: Monitoring only during production provides visibility into live issues, but doesn't reveal problems and errors during development, QA, and test phases.
26+
explanation: When you monitor only during production it provides visibility into live issues, but doesn't reveal problems and errors during development, QA, and test phases.
2727
- content: During development and while in production
2828
isCorrect: true
2929
explanation: Monitoring applications in development prevent errors and exceptions later in production. By monitoring applications in production, you identify problems and risks that affect users.

0 commit comments

Comments
 (0)