Skip to content

Commit 97970a3

Browse files
authored
Merge pull request #201942 from hickeys/users/ahmedb/frs2
adding service limits and support pages
2 parents 0381646 + 8055478 commit 97970a3

File tree

3 files changed

+77
-1
lines changed

3 files changed

+77
-1
lines changed

articles/azure-fluid-relay/TOC.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,16 @@
4646
href: how-tos/validate-document-creator.md
4747
- name: Reference
4848
items:
49+
- name: Service limits
50+
href: reference/service-limits.md
4951
- name: API documentation
5052
href: https://fluidframework.com/docs/apis/
5153
- name: Resources
5254
items:
5355
- name: Fluid Framework home page
5456
href: https://fluidframework.com
5557
- name: FAQ
56-
href: resources/faq.md
58+
href: resources/faq.md
59+
- name: Support
60+
href: resources/support.md
61+
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Azure Fluid Relay limits
3+
description: Limits and throttles applied in Azure Fluid Relay.
4+
services: azure-fluid
5+
author: hickeys
6+
ms.author: hickeys
7+
ms.date: 08/19/2021
8+
ms.topic: reference
9+
ms.service: azure-fluid
10+
---
11+
12+
# Azure Fluid Relay Limits
13+
14+
This article outlines known limitation of Azure Fluid Relay.
15+
16+
## Distributed Data Structures
17+
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+
20+
## Fluid sessions
21+
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+
24+
## Fluid Summaries
25+
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+
28+
## Signals
29+
30+
Azure Fluid Relay doesn't currently have support for Signals. Learn about Signals [here](https://fluidframework.com/docs/concepts/signals/).
31+
32+
## Need help?
33+
34+
If you need help with any of the above limits or other Azure Fluid Relay topics, see the [support](../resources/support.md) options available to you.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Azure Fluid Relay support
3+
description: Help and support options for Azure Fluid Relay.
4+
services: azure-fluid
5+
author: hickeys
6+
ms.author: hickeys
7+
ms.date: 08/19/2021
8+
ms.topic: reference
9+
ms.service: azure-fluid
10+
---
11+
12+
# Help and Support options for Azure Fluid Relay
13+
14+
If you have an issue or question involving Azure Fluid Relay, the following options are available.
15+
16+
## Check out Frequently Asked Questions
17+
18+
You can see if your question is already answered on our Frequently Asked Questions [page](faq.md).
19+
20+
## Create an Azure Support Request
21+
22+
With Azure, there are many [support options and plans](https://azure.microsoft.com/support/plans/) available, which you can explore and review. You can create a support ticket in the [Azure portal](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview).
23+
24+
## Post a question to Microsoft Q&A
25+
26+
For quick and reliable answers to product or technical questions you might have about Azure Fluid Relay from Microsoft Engineers, Azure Most Valuable Professionals (MVPs), or our community, engage with us on [Microsoft Q&A](/answers/products/azure).
27+
28+
If you can't find an answer to your problem by searching you can, submit a new question to Microsoft Q&A. When creating a question, make sure to use the [Azure Fluid Relay tag](/answers/topics/azure-fluid-relay.html).
29+
30+
## Post a question on Stack Overflow
31+
32+
You can also try asking your question on Stack Overflow, which has a large community developer community and ecosystem. Azure Fluid Relay has a [dedicated tag](https://stackoverflow.com/questions/tagged/azure-fluid-relay) there too.
33+
34+
## Fluid Framework
35+
36+
For questions about the Fluid Framework, you can file issues on [GitHub](https://github.com/microsoft/fluidframework). The [Fluid Framework site](https://fluidframework.com) is another good source of information about the framework.
37+

0 commit comments

Comments
 (0)