Hi, I have a requirement where an application running outside of Azure posts messages to the service bus Queue I have configured in Azure. After creating the service bus and the queue I can see a HTTPS endpoint.
A. How to connect to the Https end point. https://namespace.servicebus.windows.net/queuename
B. How to configure the Authentication mechanism for the same.? Certificates for e.g
Thanks
Prabhu