Does Azure Fluid Relay have to be publicly facing for the service to work properly or is a private connection an option?

Alpha 0 Reputation points
2024-03-14T16:58:25.0066667+00:00

The Azure Fluid Relay Service documentation does not talk about the network connectivity options and or information about it.

Azure Fluid Relay
Azure Fluid Relay
An Azure service used to add real-time collaborative experiences to apps with Fluid Framework.
5 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 18,471 Reputation points
    2024-03-14T21:40:25.41+00:00

    Hi @Alpha the short answer is no, it doesn't have to be public facing.

    Azure Fluid Relay currently doesn't offer direct support for private connections via Azure Private Link like other Azure services such as Azure Relay. However, your data remains secure during communication with Azure Fluid Relay even though it uses a public endpoint.

    Azure Fluid Relay utilizes HTTPS for communication, ensuring encrypted data transfer between your application and the service. Fluid Relay employs JSON Web Tokens (JWT) for authorization and authentication. JWTs verify the legitimacy of requests and ensure only authorized users can access your data. While a private connection isn't available yet, you can leverage the built-in security mechanisms of Azure Fluid Relay for a safe communication channel. See more in this Azure doc: https://learn.microsoft.com/en-us/azure/azure-fluid-relay/concepts/authentication-authorization

    Best,

    Grace

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.