I have a logic app and sedning messages to service bus using service bus connector
when a message is more than 1mb i'm getting below error -
{
"status": 400,
"message": "A request has exceeded the maximum message size for 'demo.servicebus.windows.net' Service Bus namespace and 'demo' entity. Validate the content size before retrying.",
"error": {
"message": "A request has exceeded the maximum message size for 'demo.servicebus.windows.net' Service Bus namespace and 'demo' entity. Validate the content size before retrying."
}
}
Is there any way to handle such scenarios ?