Skip to content

Commit

Permalink
More fixes to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandersen committed Jun 18, 2016
1 parent 3de1ce7 commit ac3275e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Labs/lab06.md
Expand Up @@ -66,15 +66,17 @@
1. Watch load test running in the cloud. Analyze load test results in Visual Studio and in Visual Studio Online (*web report*). Test test will probably fail.<br/>
![Failing load test](img/failing-load-test.png)

1. **Discussion points:**
* Discuss the consequences of this result (our app has a scalability problem)
* Use Application Insights (see also [exercise 4](lab04.md)) to detect the source of the problem (requests to Blob Storage start to fail after a certain period of time).

<!-- How could we gather more detailed exception information?<br/>
Add OWIN unhandled exception handler that logs to Application Insights.<br/>
![Detailed exception message in AI](img/detailed-exception-message.png)<br/>
-->

1. **Discussion points:**
* Discuss the consequences of this result (our app has a scalability problem)
* Use Application Insights (see also [exercise 4](lab04.md)) to detect the source of the problem (requests to Blob Storage start to fail after a certain period of time).



<!--
Here is the necessary code (only recommended in a rather dev-oriented audience):
```
Expand Down

0 comments on commit ac3275e

Please sign in to comment.