We are currently making use of Azure API management + Web PubSub to establish a websocket endpoint. An Azure Function App listens to the websocket to process the incoming messages.
This works fine for notifications/chat scenarios but we are wondering if this will work well (scale) if we stream audio over the websocket as it would trigger the functionapp almost continuously. If not what would be the recommended ('as much serverless as possible') approach?