Payload/Message Encryption in Azure Signalr Service related Information

Banerjee, Somdutta 161 Reputation points
2022-09-02T18:41:34.79+00:00

Does Azure SignalR service have visibility of the messages that it channels?
Does the Payload encryption of the messages take place at the Application server end or can something be configured at the Azure SignalR service ?
From the documentation - "SignalR Service does not save or store customer data, all customer data received is transmitted to target server or clients in real-time."
Azure Signalr service acts as a data processor - so the data is not stored not even in memory?
Please can you advise.

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

Accepted answer
  1. VenkateshDodda-MSFT 19,646 Reputation points Microsoft Employee
    2022-09-05T09:16:11.96+00:00

    @Banerjee, Somdutta Thank you for reaching out to Microsoft Q&A. Based on your questions I have checked with internal team on this and below is the feedback.

    1. Does Azure SignalR service have visibility of the messages that it channels?
      Yes. It’s “visible” to the Service and handled at service-level.
    2. Does the Payload encryption of the messages take place at the Application server end or can something be configured at the Azure SignalR service ?
      *The encryption is done by the TLS. It’s in transport layer. *App Server -->(tls) Azure SignalR -->(tls) Customer’s Clients**
    3. From the documentation - "SignalR Service does not save or store customer data, all customer data received is transmitted to target server or clients in real-time."
      Azure Signalr service acts as a data processor - so the data is not stored not even in memory?
      It’s stored in memory. But not persistent to disk.

    Feel free to reach back to me if you have any further questions on this.


0 additional answers

Sort by: Most helpful