Cause of intermittent 'BadRequest' error in Send Multiple Events action for Azure Event Hubs

Veli-Jussi Raitila 386 Reputation points
2024-11-08T07:38:41.6233333+00:00

I use the Send Multiple Events built-in connector action in a Azure Logic Apps Standard stateful workflow and I've recently started getting random 'BadRequest' errors. The action is not automatically retried in such a situation, but having implemented an explicit routine to attempt delivery several times, the request will ultimately go through to the Event Hub.

This is the more detailed error I get:

{
    "statusCode": "BadRequest",
    "body": {
        "code": "ServiceProviderActionFailed",
        "message": "The service provider action failed with error code 'BadRequest' and error message 'No such host is known.'."
    }
}

What could be root cause for such an error?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,228 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.