Skip to content

Commit ae3c065

Browse files
authored
Update service-limits.md
1 parent 2e059c2 commit ae3c065

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-fluid-relay/reference/service-limits.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Fluid Relay service limits
2+
title: Azure Fluid Relay limits
33
description: Limits and throttles applied in Azure Fluid Relay.
44
services: azure-fluid
55
author: hickeys
@@ -9,25 +9,25 @@ ms.topic: reference
99
ms.service: azure-fluid
1010
---
1111

12-
# Azure Fluid Relay Service Limits
12+
# Azure Fluid Relay Limits
1313

14-
This article lists limits in different areas of Azure Fluid Relay.
14+
This article outlines known limitation of Azure Fluid Relay.
1515

1616
## Distributed Data Structures
1717

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.
1919

2020
## Fluid sessions
2121

2222
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.
2323

2424
## Fluid Summaries
2525

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).
2727

2828
## Signals
2929

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/).
3131

3232
## Need help?
3333

0 commit comments

Comments
 (0)