Skip to content

Commit 2490f05

Browse files
author
Shawn Hickey
committed
Add missing articles to AFR landing page and refactor the cards a bit
1 parent 89c9dcc commit 2490f05

File tree

1 file changed

+50
-13
lines changed

1 file changed

+50
-13
lines changed

articles/azure-fluid-relay/index.yml

Lines changed: 50 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ landingContent:
2626
url: concepts/architecture.md
2727
- text: Version compatibility with Fluid Framework releases
2828
url: concepts/version-compatibility.md
29+
- text: Service limits
30+
url: reference/service-limits.md
2931
- linkListType: get-started
3032
links:
3133
- text: Provision an Azure Fluid Relay service
@@ -37,32 +39,67 @@ landingContent:
3739
linkLists:
3840
- linkListType: concept
3941
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
4446
- text: Distributed data structures (DDS)
4547
url: concepts/data-structures.md
4648
- text: Azure Fluid Relay token contract
4749
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
4961
# Card
5062
- title: How to use Azure Fluid
5163
linkLists:
5264
- linkListType: how-to-guide
5365
links:
66+
- text: 'How to: Provision an Azure Fluid Relay service'
67+
url: how-tos/provision-fluid-azure-portal.md
5468
- text: 'How to: Connect to an Azure Fluid Relay service'
5569
url: how-tos/connect-fluid-azure-service.md
5670
- text: 'How to: Write a TokenProvider with an Azure Function'
5771
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
76+
- text: 'How to: Delete a Fluid container'
6177
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
6480
- text: 'How to: Validate a User Created a Document'
6581
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

Comments
 (0)