Search errors in App insights
Open
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
I'm making calls to my Functions in azure and sometimes I get a response like this:
`{
"id": "434026cb-dd11-4f9a-855e-7313c8250020",
"requestId": "653649e9-9094-472f-b452-61a3e171ae42",
"statusCode": 500,
"errorCode": 0,
"message": "An error has occurred. For more information, please check the logs for error ID 434026cb-dd11-4f9a-855e-7313c8250020"
}`
I try to use those IDs in app insights but I can't find anything that corresponds with them. Can someone give me some guidance on how I can use those values to query app insights?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.