@@ -26,6 +26,8 @@ landingContent:
26
26
url : concepts/architecture.md
27
27
- text : Version compatibility with Fluid Framework releases
28
28
url : concepts/version-compatibility.md
29
+ - text : Service limits
30
+ url : reference/service-limits.md
29
31
- linkListType : get-started
30
32
links :
31
33
- text : Provision an Azure Fluid Relay service
@@ -37,32 +39,67 @@ landingContent:
37
39
linkLists :
38
40
- linkListType : concept
39
41
links :
40
- - text : Authentication and authorization in your app
41
- url : concepts/authentication-authorization .md
42
- - text : Data encryption in Azure Fluid Relay
43
- url : concepts/data-encryption .md
42
+ - text : Managing Fluid containers
43
+ url : concepts/container-management .md
44
+ - text : Data storage in Azure Fluid Relay
45
+ url : concepts/data-storage .md
44
46
- text : Distributed data structures (DDS)
45
47
url : concepts/data-structures.md
46
48
- text : Azure Fluid Relay token contract
47
49
url : how-tos/fluid-json-web-token.md
48
-
50
+ # Card
51
+ - title : Security in Azure Fluid Relay
52
+ linkLists :
53
+ - linkListType : concept
54
+ links :
55
+ - text : Authentication and authorization in your app
56
+ url : concepts/authentication-authorization.md
57
+ - text : Data encryption in Azure Fluid Relay
58
+ url : concepts/data-encryption.md
59
+ - text : Customer-managed keys for Azure Fluid Relay encryption
60
+ url : concepts/customer-managed-keys.md
49
61
# Card
50
62
- title : How to use Azure Fluid
51
63
linkLists :
52
64
- linkListType : how-to-guide
53
65
links :
66
+ - text : ' How to: Provision an Azure Fluid Relay service'
67
+ url : how-tos/provision-fluid-azure-portal.md
54
68
- text : ' How to: Connect to an Azure Fluid Relay service'
55
69
url : how-tos/connect-fluid-azure-service.md
56
70
- text : ' How to: Write a TokenProvider with an Azure Function'
57
71
url : how-tos/azure-function-token-provider.md
58
- - text : ' How to: Use AzureClient for local testing'
59
- url : how-tos/local-mode-with-azure-client.md
60
- - text : Delete Fluid containers in Microsoft Azure Fluid Relay Server
72
+ - text : ' How to: Deploy Fluid applications using Azure Static Web Apps'
73
+ url : how-tos/deploy-fluid-static-web-apps.md
74
+ - text : ' How to: Use JWT tokens'
75
+ url : how-tos/fluid-json-web-token.md
76
+ - text : ' How to: Delete a Fluid container'
61
77
url : how-tos/container-deletion.md
62
- - text : ' How to: Use test automation with Azure Fluid Relay '
63
- url : how-tos/test-automation .md
78
+ - text : ' How to: Recover Fluid container data '
79
+ url : how-tos/container-recovery .md
64
80
- text : ' How to: Validate a User Created a Document'
65
81
url : how-tos/validate-document-creator.md
66
-
67
-
68
-
82
+ - text : ' How to: Use audience features in the Fluid Framework'
83
+ url : how-tos/use-audience-in-fluid.md
84
+ # Card
85
+ - title : Test your Azure Fluid Relay app
86
+ linkLists :
87
+ - linkListType : how-to-guide
88
+ links :
89
+ - text : ' How to: Use test automation with Azure Fluid Relay'
90
+ url : how-tos/test-automation.md
91
+ - text : ' How to: Use AzureClient for local testing'
92
+ url : how-tos/local-mode-with-azure-client.md
93
+ # Card
94
+ - title : More information
95
+ linkLists :
96
+ - linkListType : reference
97
+ links :
98
+ - text : Fluid Framework home page
99
+ url : https://fluidframework.com/
100
+ - text : Azure Fluid Relay FAQ
101
+ url : resources/faq.md
102
+ - text : API documentation
103
+ url : https://fluidframework.com/docs/apis/
104
+ - text : Help and support options for Azure Fluid Relay
105
+ url : resources/support.md
0 commit comments