-
Notifications
You must be signed in to change notification settings - Fork 21.7k
/
Copy pathindex.yml
150 lines (140 loc) · 5.33 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
### YamlMime:Landing
title: Azure SignalR Service documentation
summary: Azure SignalR Service is an Azure-managed service that helps developers easily build web applications with real-time features.
metadata:
title: Azure SignalR Service documentation
description: Build and scale real-time web app easily in serverless or server mode. Based on WebSocket supporting broad range of languages and frameworks.
ms.service: azure-signalr-service
ms.topic: landing-page
author: vicancy
ms.author: lianwei
ms.date: 07/24/2024
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
landingContent:
# Card
- title: About Azure SignalR Service
linkLists:
- linkListType: overview
links:
- text: What is Azure SignalR Service?
url: signalr-overview.md
- linkListType: concept
links:
- text: Service mode
url: concept-service-mode.md
- text: Messages and connections
url: signalr-concept-messages-and-connections.md
- text: Service internals
url: signalr-concept-internals.md
- text: Azure SignalR service FAQ
url: signalr-resource-faq.yml
# Card
- title: Get started
linkLists:
- linkListType: quickstart
links:
- text: ASP.NET Core - C#
url: signalr-quickstart-dotnet-core.md
- text: ASP.NET - C#
url: signalr-quickstart-dotnet.md
- text: Azure Functions - JavaScript
url: signalr-quickstart-azure-functions-javascript.md
- text: Azure Functions - C#
url: signalr-quickstart-azure-functions-csharp.md
- text: Azure Functions - Java
url: signalr-quickstart-azure-functions-java.md
- text: Azure Functions - Python
url: signalr-quickstart-azure-functions-python.md
- text: Broadcast real-time messages from console app
url: signalr-quickstart-rest-api.md
- linkListType: deploy
links:
- text: Azure SignalR Service deployment - ARM template
url: signalr-quickstart-azure-signalr-service-arm-template.md
# Card
- title: Build Azure SignalR Service apps
linkLists:
- linkListType: tutorial
links:
- text: Integrate Azure SignalR Service with ASP.NET Core Identity
url: signalr-concept-authenticate-oauth.md
- text: Build a Serverless Real-time App with Authentication
url: signalr-tutorial-authenticate-azure-functions.md
- text: Build a Blazor server chat app
url: signalr-tutorial-build-blazor-server-chat-app.md
- linkListType: sample
links:
- text: Azure SignalR Code Samples
url: https://github.com/aspnet/AzureSignalR-samples
# Card
- title: High availability
linkLists:
- linkListType: concept
links:
- text: Performance consideration
url: signalr-concept-performance.md
- linkListType: how-to-guide
links:
- text: Resiliency and disaster recovery
url: signalr-concept-disaster-recovery.md
- text: Autoscale
url: signalr-howto-scale-autoscale.md
- text: Server graceful shutdown
url: server-graceful-shutdown.md
- text: Availability Zones
url: availability-zones.md
# Card
- title: Serverless
linkLists:
- linkListType: concept
links:
- text: Serverless scenarios
url: signalr-concept-azure-functions.md
- linkListType: how-to-guide
links:
- text: Develop and configure with Azure Functions
url: signalr-concept-serverless-development-config.md
- text: Upstream endpoints
url: concept-upstream.md
- linkListType: reference
links:
- text: Azure Functions bindings
url: ../azure-functions/functions-bindings-signalr-service.md
# Card
- title: Common tasks
linkLists:
- linkListType: concept
links:
- text: Metrics
url: concept-metrics.md
- linkListType: how-to-guide
links:
- text: Use private endpoints
url: howto-private-endpoints.md
- text: Manage network acess
url: howto-network-access-control.md
- text: Custom domain
url: howto-custom-domain.md
- text: Managed identites
url: howto-use-managed-identity.md
- text: Availability Zones
url: availability-zones.md
# Card
- title: More resources
linkLists:
- linkListType: concept
links:
- text: Choose between Azure SignalR service and Azure Web PubSub service
url: signalr-resource-faq.yml#how-do-i-choose-between-azure-signalr-service-and-azure-web-pubsub-service-
- linkListType: how-to-guide
links:
- text: Troubleshooting guide
url: signalr-howto-troubleshoot-guide.md
- linkListType: reference
links:
- text: REST API
url: /rest/api/signalr/
- text: Azure CLI
url: /cli/azure/signalr?view=azure-cli-latest
- text: ASP.NET Core SignalR
url: /aspnet/core/signalr/introduction