Open amberUCP opened 1 year ago
Hi @amberUCP do you know what service is returning this error? That is to say, do you know which package you are using to make a request that results in this message? I presume you are doing an operation on a particular SDK client that is not handling the service responding with a 500 error.
Hi @amberUCP. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.
Hi, @xirzec The service receiving the 500 is the HTTP function, and it seems to be when calling the send()
function in the npm package @azure/eventgrid
's EventGridPublisherClient
class (though it could be when this class is instantiated or imported).
There is further error context on the RestError BadRequest response:
{ "code": "InvalidSas", "message": "Input string was not in a correct format...."}
It seems intermittent and so unrelated to our implementation, but I wanted to check if it's known bug or if there's something wrong with our application configuration.
Describe the bug The Azure Function returns 500s sporadically with no identified complicating factor in common around the circumstances of the incidents. The associated log references a RestError. Here is the associated stack trace from the logs:
To Reproduce Steps to reproduce the behavior: I have been unable to recreate this error, but have the logs of when it has taken place. It seems to be that the function is in a certain state at a certain time since the errors are in clusters of time and the issue yesterday has multiple logs since the developers were hitting it at the same time to investigate the issue.
Additional context Add any other context about the problem here.
Here is a paste of the logs where this issue has taken place in the past two weeks on one of our Azure Functions: