You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-fluid-relay/reference/service-limits.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Azure Fluid Relay service limits
2
+
title: Azure Fluid Relay limits
3
3
description: Limits and throttles applied in Azure Fluid Relay.
4
4
services: azure-fluid
5
5
author: hickeys
@@ -9,25 +9,25 @@ ms.topic: reference
9
9
ms.service: azure-fluid
10
10
---
11
11
12
-
# Azure Fluid Relay Service Limits
12
+
# Azure Fluid Relay Limits
13
13
14
-
This article lists limits in different areas of Azure Fluid Relay.
14
+
This article outlines known limitation of Azure Fluid Relay.
15
15
16
16
## Distributed Data Structures
17
17
18
-
The Fluid Framework offers various [distributed data structures (DDSes)](https://fluidframework.com/docs/data-structures/overview/). The Azure Fluid Relay doesn't support the [experimental DDSes](https://fluidframework.com/docs/data-structures/experimental/).
18
+
The Azure Fluid Relay doesn't support [experimental distributed data structures (DDSes)](https://fluidframework.com/docs/data-structures/experimental/). These include but are not limited to DDS packages with the `@fluid-experimental` package namespace.
19
19
20
20
## Fluid sessions
21
21
22
22
The maximum number of simultaneous users in one session on Azure Fluid Relay is 100 users. This limit is on simultaneous users. What this means is that the 101st user won't be allowed to join the session. In the case where an existing user leaves the session, a new user will be able to join. This is because the number of simultaneous users at that point will be less than the limit.
23
23
24
24
## Fluid Summaries
25
25
26
-
Incremental summaries that can be uploaded to Azure Fluid Relay can't exceed 28 MB in size. More info [here](https://fluidframework.com/docs/concepts/summarizer).
26
+
Incremental summaries uploaded to Azure Fluid Relay can't exceed 28 MB in size. More info [here](https://fluidframework.com/docs/concepts/summarizer).
27
27
28
28
## Signals
29
29
30
-
The Fluid Framework has a concept of Signals that can be sent to participating clients in the session. More info [here](https://fluidframework.com/docs/concepts/signals/). The Azure Fluid Relay doesn't support the Signals.
30
+
Azure Fluid Relay doesn't currently have support for Signals. Learn about Signals [here](https://fluidframework.com/docs/concepts/signals/).
0 commit comments