Azure SignalR message count shows inbound messages

Ivan Ferro 20 Reputation points
2023-09-28T07:20:42.88+00:00

I created a serverless Azure SignalR service with Azure Functions.

I'm invoking a "sendToGroup" method from a client application with noone subscribed to said group for testing purposes, so I'm sending a message with no recipient for it.

From what I understand, messages sent from a client to the service aren't counted for billing, since only outbound messages are counted. But when I go to the overview page on my Azure SignalR service, I can see that the message count is going up. Source

Does that overview page Message Count graph show both inbound and outbound messages? And if so, is there any way I can see only outbound messages to estimate costs?

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
122 questions
{count} votes