How do I view or collect SqlClient Traces on Azure? #2169
Trivedi-Ashish
started this conversation in
General
Replies: 1 comment 3 replies
-
Create your own listener in your app: In OnEventWritten, you can log to your app service logs. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I enable and view SqlClient traces if I have a web app hosted on Azure and it uses SqlClient. I know that we can use XPerf/PerfView to collect and view traces. But I am not sure how to use it when the web app is hosted on Azure app service.
Beta Was this translation helpful? Give feedback.
All reactions