How to get notification from azure service bus topic from frontend?
we are using azure-service-bus for notification services. in azure portal., service bus topic has been created and message is available in topic. Iam trying to use REST API services to get the topic data. This is the code I have…