Azure service bus in Streamlit App

Hello,
I am new to streamlit …
I am working on an application that would :-

  1. Take an input from application.
  2. Send the input to a WebJob via Azure Service Bus (request queue).
  3. Recieve the response via reponce queque.

Can someone please throw, light on how this can be done? I also want to see the logs on the screen once we do “streamlit run app.py”.

If you can also share a code on this. That would be really helpful.

Thanks

Hey @Developer,

Thanks for sharing your question. Can you share a code snippet to show what you’ve tried to implement this so far?