Skip to content

Commit c56a56f

Browse files
committed
fix build errors
1 parent 4be5ecf commit c56a56f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/azure-signalr/concept-connection-string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Endpoint=https://<resource_name>.service.signalr.net;AccessKey=<access_key>;Clie
188188

189189
The app server returns a response to the client's negotiate request containing the correct endpoint URL for the client to connect to. For more information about client connections, see [Azure SignalR Service internals](signalr-concept-internals.md#client-connections).
190190

191-
Similarly, the server wants to make [server connections](signalr-concept-internals.md#azure-signalr-service-internals) or call [REST APIs](https://github.com/Azure/azure-signalr/blob/dev/docs/rest-api.md) to the service, the SignalR service may also be behind another service like [Azure Application Gateway](/application-gateway/overview). In that case, you can use `ServerEndpoint` to specify the actual endpoint for server connections and REST APIs:
191+
Similarly, the server wants to make [server connections](signalr-concept-internals.md#azure-signalr-service-internals) or call [REST APIs](https://github.com/Azure/azure-signalr/blob/dev/docs/rest-api.md) to the service, the SignalR service may also be behind another service like [Azure Application Gateway](../application-gateway/overview). In that case, you can use `ServerEndpoint` to specify the actual endpoint for server connections and REST APIs:
192192

193193
```text
194194
Endpoint=https://<resource_name>.service.signalr.net;AccessKey=<access_key>;ServerEndpoint=https://<url_to_app_gateway>;Version=1.0;

articles/azure-signalr/howto-network-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: signalr
66
author: vicancy
77
ms.service: signalr
88
ms.topic: conceptual
9-
ms.date: 35/29/2023
9+
ms.date: 03/29/2023
1010
ms.author: lianwei
1111
---
1212

articles/azure-signalr/signalr-concept-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: conceptual
77
ms.devlang: csharp
88
ms.custom: devx-track-csharp
99
ms.date: 03/29/2023
10-
ms.author: lanwei
10+
ms.author: lianwei
1111
---
1212
# Azure SignalR Service internals
1313

articles/azure-signalr/signalr-reference-data-plane-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: vicancy
55
ms.author: lianwei
66
ms.service: signalr
77
ms.topic: reference
8-
ms.date: 03/29/3023
8+
ms.date: 03/29/2023
99
---
1010

1111
# Azure SignalR service data plane REST API reference

0 commit comments

Comments
 (0)