Skip to content

Commit 9d0bff6

Browse files
authored
Merge pull request #187628 from grminch/signalr-meta-update
Metadata bulk update
2 parents 47846d1 + 7b457ba commit 9d0bff6

File tree

53 files changed

+111
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+111
-122
lines changed

articles/azure-signalr/concept-service-mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Service mode in Azure SignalR Service
33
description: An overview of different service modes in Azure SignalR Service, explain their differences and applicable user scenarios
4-
author: chenkennt
4+
author: vicancy
55
ms.service: signalr
66
ms.topic: conceptual
77
ms.date: 08/19/2020
8-
ms.author: kenchen
8+
ms.author: lianwei
99
---
1010
# Service mode in Azure SignalR Service
1111

articles/azure-signalr/concept-upstream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Upstream settings in Azure SignalR Service
33
description: Get an introduction of upstream settings and protocols of upstream messages.
4-
author: chenyl
4+
author: vicancy
55
ms.service: signalr
66
ms.topic: conceptual
77
ms.date: 06/11/2020
8-
ms.author: chenyl
8+
ms.author: lianwei
99
---
1010

1111
# Upstream settings

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ title: Configure network access control
33
titleSuffix: Azure SignalR Service
44
description: Configure network access control for your Azure SignalR Service.
55
services: signalr
6-
author: ArchangelSDY
7-
6+
author: vicancy
87
ms.service: signalr
98
ms.topic: conceptual
109
ms.date: 05/06/2020
11-
ms.author: dayshen
10+
ms.author: lianwei
1211
---
1312

1413
# Configure network access control
@@ -58,4 +57,4 @@ You can manage network access control for Azure SignalR Service through the Azur
5857

5958
## Next steps
6059

61-
Learn more about [Azure Private Link](../private-link/private-link-overview.md).
60+
Learn more about [Azure Private Link](../private-link/private-link-overview.md).

articles/azure-signalr/howto-private-endpoints.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ title: Use private endpoints
33
titleSuffix: Azure SignalR Service
44
description: Overview of private endpoints for secure access to Azure SignalR Service from virtual networks.
55
services: signalr
6-
author: ArchangelSDY
7-
6+
author: vicancy
87
ms.service: signalr
98
ms.topic: article
109
ms.date: 05/06/2020
11-
ms.author: dayshen
10+
ms.author: lianwei
1211
---
1312

1413
# Use private endpoints for Azure SignalR Service

articles/azure-signalr/howto-service-tags.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ title: Use service tags
33
titleSuffix: Azure SignalR Service
44
description: Use service tags to allow outbound traffic to your Azure SignalR Service
55
services: signalr
6-
author: ArchangelSDY
7-
6+
author: vicancy
87
ms.service: signalr
98
ms.topic: article
109
ms.date: 05/06/2020
11-
ms.author: dayshen
10+
ms.author: lianwei
1211
---
1312

1413
# Use service tags for Azure SignalR Service

articles/azure-signalr/howto-shared-private-endpoints.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ title: Secure Azure SignalR outbound traffic through Shared Private Endpoints
33
titleSuffix: Azure SignalR Service
44
description: How to secure outbound traffic through Shared Private Endpoints to avoid traffic go to public network
55
services: signalr
6-
author: ArchangelSDY
7-
6+
author: vicancy
87
ms.service: signalr
98
ms.topic: article
109
ms.date: 07/08/2021
11-
ms.author: dayshen
10+
ms.author: lianwei
1211
---
1312

1413
# Secure Azure SignalR outbound traffic through Shared Private Endpoints

articles/azure-signalr/howto-use-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Managed identities in Azure SignalR Service
33
description: Learn how managed identities work in Azure SignalR Service, and how to use a managed identity in serverless scenarios.
4-
author: chenyl
4+
author: vicancy
55
ms.service: signalr
66
ms.topic: article
77
ms.date: 06/8/2020
8-
ms.author: chenyl
8+
ms.author: lianwei
99
---
1010

1111
# Managed identities for Azure SignalR Service

articles/azure-signalr/includes/signalr-quickstart-cleanup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: include file
33
description: include file
4-
author: anthonychu
4+
author: vicancy
55
ms.service: signalr
66
ms.topic: include
77
ms.date: 09/14/2018
8-
ms.author: antchu
8+
ms.author: lianwei
99
ms.custom: include file
1010
---
1111
## Clean up resources

articles/azure-signalr/includes/signalr-quickstart-clone-application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: include file
33
description: include file
4-
author: anthonychu
4+
author: vicancy
55
ms.service: signalr
66
ms.topic: include
77
ms.date: 09/14/2018
8-
ms.author: antchu
8+
ms.author: lianwei
99
ms.custom: include file
1010
---
1111
## Clone the sample application
@@ -18,4 +18,4 @@ While the service is deploying, let's switch to working with code. Clone the [sa
1818

1919
```bash
2020
git clone https://github.com/Azure-Samples/signalr-service-quickstart-serverless-chat.git
21-
```
21+
```

articles/azure-signalr/includes/signalr-quickstart-create-instance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: include file
33
description: include file
4-
author: anthonychu
4+
author: vicancy
55
ms.service: signalr
66
ms.topic: include
77
ms.date: 09/14/2018
8-
ms.author: antchu
8+
ms.author: lianwei
99
ms.custom: include file
1010
---
1111
## Create an Azure SignalR Service instance
@@ -22,9 +22,9 @@ Your application will connect to a SignalR Service instance in Azure.
2222

2323
| Setting | Suggested value | Description |
2424
| ------------ | ------- | -------------------------------------------------- |
25-
| **Resource name** | Globally unique name | Name that identifies your new SignalR Service instance. Valid characters are `a-z`, `0-9`, and `-`. |
26-
| **Subscription** | Your subscription | The subscription under which this new SignalR Service instance is created. |
27-
| **[Resource Group](../../azure-resource-manager/management/overview.md)** | myResourceGroup | Name for the new resource group in which to create your SignalR Service instance. |
25+
| **Resource name** | Globally unique name | Name that identifies your new SignalR Service instance. Valid characters are `a-z`, `0-9`, and `-`. |
26+
| **Subscription** | Your subscription | The subscription under which this new SignalR Service instance is created. |
27+
| **[Resource Group](../../azure-resource-manager/management/overview.md)** | myResourceGroup | Name for the new resource group in which to create your SignalR Service instance. |
2828
| **Location** | West US | Choose a [region](https://azure.microsoft.com/regions/) near you. |
2929
| **Pricing tier** | Free | Try Azure SignalR Service for free. |
3030
| **Unit count** | Not applicable | Unit count specifies how many connections your SignalR Service instance can accept. It is only configurable in the Standard tier. |

0 commit comments

Comments
 (0)