Skip to content

Commit eb1c435

Browse files
committed
update
1 parent c38007c commit eb1c435

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

articles/azure-signalr/signalr-concept-disaster-recovery.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.devlang: csharp
88
ms.custom: devx-track-csharp
99
ms.date: 03/01/2019
1010
ms.author: lianwei
11+
zone_pivot_group_filename: azure-signalr/zone-pivot-groups.json
1112
zone_pivot_groups: azure-signalr-service-mode
1213
---
1314
# Resiliency and disaster recovery in Azure SignalR Service
@@ -135,7 +136,7 @@ To enable multiple SignalR Service instances, you should:
135136
}
136137
```
137138

138-
> * When you configure Azure SignalR endpoints in the App Service on Azure portal, don't forget to replace `":"` with `"__"`, the double underscore in the keys. For reasons, see [Environment variables](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-5.0#environment-variables).
139+
> * When you configure Azure SignalR endpoints in the App Service on Azure portal, don't forget to replace `":"` with `"__"`, the double underscore in the keys. For reasons, see [Environment variables](/aspnet/core/fundamentals/configuration#environment-variables).
139140
>
140141
> * Connection string configured with the key `{ConnectionStringSetting}` (defaults to "AzureSignalRConnectionString") is also recognized as a primary service endpoint with empty name. But this configuration style is not recommended for multiple endpoints.
141142

articles/azure-signalr/signalr-howto-scale-multi-instances.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.devlang: csharp
88
ms.custom: devx-track-csharp
99
ms.date: 03/23/2023
1010
ms.author: lianwei
11+
zone_pivot_group_filename: azure-signalr/zone-pivot-groups.json
1112
zone_pivot_groups: azure-signalr-service-mode
1213
---
1314

@@ -239,7 +240,7 @@ private class CustomRouter : EndpointRouterDecorator
239240

240241
## Dynamic Scale ServiceEndpoints
241242

242-
From SDK version 1.5.0, we're enabling dynamic scale ServiceEndpoints for ASP.NET Core version first. So you don't have to restart app server when you need to add/remove a ServiceEndpoint. As ASP.NET Core is supporting a default configuration like `appsettings.json` with `reloadOnChange: true`, you don't need to change code, and it's supported by nature. And if you'd like to add some customized configuration and work with hot-reload, refer to [Configuration in ASP.NET Core](/aspnet/core/fundamentals/configuration/?view=aspnetcore-3.1&preserve-view=true).
243+
From SDK version 1.5.0, we're enabling dynamic scale ServiceEndpoints for ASP.NET Core version first. So you don't have to restart app server when you need to add/remove a ServiceEndpoint. As ASP.NET Core is supporting a default configuration like `appsettings.json` with `reloadOnChange: true`, you don't need to change code, and it's supported by nature. And if you'd like to add some customized configuration and work with hot-reload, refer to [Configuration in ASP.NET Core](/aspnet/core/fundamentals/configuration#environment-variables).
243244

244245
> [!NOTE]
245246
>
@@ -295,7 +296,7 @@ To enable multiple SignalR Service instances, you should:
295296
}
296297
```
297298

298-
> * When you configure Azure SignalR endpoints in the App Service on Azure portal, don't forget to replace `":"` with `"__"`, the double underscore in the keys. For reasons, see [Environment variables](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-5.0#environment-variables).
299+
> * When you configure Azure SignalR endpoints in the App Service on Azure portal, don't forget to replace `":"` with `"__"`, the double underscore in the keys. For reasons, see [Environment variables](/aspnet/core/fundamentals/configuration/#environment-variables).
299300
>
300301
> * Connection string configured with the key `{ConnectionStringSetting}` (defaults to "AzureSignalRConnectionString") is also recognized as a primary service endpoint with empty name. But this configuration style is not recommended for multiple endpoints.
301302

articles/azure-signalr/zone-pivot-groups.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# YamlMime:ZonePivotGroups
12
groups:
23
- id: azure-signalr-service-mode
34
title: Azure SignalR Service Mode

0 commit comments

Comments
 (0)