I would like to get help in routing traffic to servicebus through api management.
I am able to send a message to a queue on servicebus through its REST API endpoint: POST https://<mynamespace>.servicebus.windows.net/personqueue/messages, but when I try to route traffic from an API endpoint for example: POST https://<apiname>.azure-api.net/servicebus/personqueue/messages, I am unable to do so.
I have tried setting this up accordingly to this article, but that does not work:
https://www.serverlessnotes.com/docs/expose-service-bus-queue-through-api-management
Can you walk me through the steps required to accomplish this?
In addition when I have processed from the queue I need to send back a REST API response from one of my services behind the servicebus and I am not sure how to get the response call associated with the existing client session.
Can you walk me through this as well?
Here is the topology and the topic flow I am using


Please ask me any questions if you are unsure what the question is about :)
