You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What am I doing wrong?
Do you have any workarounds?
It there better place to file this bug?
The text was updated successfully, but these errors were encountered:
gaevoy
changed the title
Sending to ServiceBus with BrokerProperties provided fails
Sending to ServiceBus with BrokerProperties fails
Oct 5, 2023
gaevoy
changed the title
Sending to ServiceBus with BrokerProperties fails
Sending to ServiceBus with BrokerProperties fails with Bad RequestOct 5, 2023
When I run the following SQL script to send a
TestMessage
message to Azure Service Bus topic{ServiceBusTopicName}
:It fails with
400 Bad Request
pointing to'BrokerProperties' is invalid
:However, once I remove
BrokerProperties
from the header, it works returning201 Created
:My best guess is
sp_invoke_external_rest_endpoint
does not correctly decode a value that contains encoded JSONWhat am I doing wrong?
Do you have any workarounds?
It there better place to file this bug?
The text was updated successfully, but these errors were encountered: