Sending message with topic to Azure Service bus Queue via HTTP POST?

Viewed 3453

I was wondering if there is a good way to send a message with a topic to a service bus queue via HTTP Post in postman for example.

I red something about Sas-key encryption but, lets say I would like to expose the url to someone for them to send my service bus messages, how do I do that the simplest way for them so to speak?

I just want them to have a url not crating a program to generate w token for it..

I know the Service Bus has a URL linked to it but I cant seem to send anything to it...

Is this possible?

1 Answers
Related