We are using Azure APIM for using the APIs , From backend we send geneic response such as
{
"result" :[
.....
],
"status": {
"code": 500,
"message": "Internal Error due to xyz"
}
}
And i want a record to see what are the different types of 500 errors we are getting at one place and its frequency.
Where in azure i can log these things or can show these things at one place.