You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

64
64
65
65
### 3. Log information containing SQL Server response
66
66
67
-
As the sample application is using Application Insights as logging provider the screenshot below shows how the log can be scoped to the end to end transaction.
67
+
As the sample application is using Application Insights as logging provider the screenshot below shows how the log can be scoped to the end-to-end transaction.
68
68
69
69

70
70
71
-
This is powerful! If you have distinct system taking care of tracing and logging finding logs for a trace won't be so simple.
71
+
This is powerful. If you have distinct system taking care of tracing and logging finding logs for a trace won't be so simple.
72
72
73
73
## Running this scenario
74
74
75
-
In order to run this scenario locally ensure that following requirements are met:
75
+
In order to run this scenario locally ensure the following requirements are met:
76
76
77
77
- SQL Server is available at `server=localhost;user id=sa;password=Pass@Word1;`<br/>
78
78
A way to accomplish it is to run as a linux docker container:
@@ -103,3 +103,8 @@ To run the sample start the project Sample.TimeApi. To generate load use the fol
103
103
```bash
104
104
watch -n 1 curl --request GET http://localhost:5002/api/time/dbtime
105
105
```
106
+
107
+
## Where to go next
108
+
109
+
-[Back to overview](./README.md)
110
+
-[Scenario 2: REST API call chain](./scenario2.md)
0 commit comments