PubSub Support for Streamlit

Hello, I am working on a Streamlit app that needs to be deployed behind the Azure Front Door. Azure Fornt Door Does not support Websockets that are needed for Streamlit communication. One suggestion from the Microsoft team was to use Azure Web PubSub. Is there any way to connect Streamlit with Azure Web PubSub?

Hi @al-yakubovich,

Thanks for posting! Do you have example code you’re working with so we can troubleshoot for you?

My app is just hello-world:

import streamlit as st
st.write(“# Welcome to Streamlit! :wave:”)