-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
hello
As of now i am able to send single events to the event hub . but i need to send a batch of messages to event hub . i found this page
https://docs.microsoft.com/en-us/rest/api/eventhub/send-batch-events
it says it is possible but when i made the changes it is not working
i changed the content type to "application/vnd.microsoft.servicebus.json"
and data= "[{"Temperature":"25.25" , "Deviceid":"esp3" }, {"Temperature":"30.30" , "Deviceid":"esp3"}]'
Metadata
Metadata
Assignees
Labels
No labels