Skip to content

Commit c3f707b

Browse files
committed
seo fix ref #1601587
1 parent 6f30315 commit c3f707b

12 files changed

+24
-24
lines changed

articles/azure-signalr/scripts/signalr-cli-create-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Azure CLI Script Sample - Create a SignalR Service
3-
description: Azure CLI Script Sample - Create SignalR Service
3+
description: Learn by following the sample script to create a new Azure SignalR Service in a new resource group, with a random name.
44
author: sffamily
55
ms.service: signalr
66
ms.devlang: azurecli
77
ms.topic: sample
8-
ms.date: 04/20/2018
8+
ms.date: 11/13/2018
99
ms.author: zhshang
1010
ms.custom: mvc
1111
---

articles/azure-signalr/scripts/signalr-cli-create-with-app-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Create SignalR Service with App Service using Azure CLI
3-
description: Azure CLI Script Sample - Create SignalR Service with an App Service
3+
description: Use Azure CLI to create SignalR Service with App Service. Learn all CLI commands for Azure SignalR Service.
44
author: sffamily
55
ms.service: signalr
66
ms.devlang: azurecli
77
ms.topic: sample
8-
ms.date: 04/20/2018
8+
ms.date: 11/13/2018
99
ms.author: zhshang
1010
ms.custom: mvc
1111
---

articles/azure-signalr/signalr-concept-authenticate-oauth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Guide for authenticating Azure SignalR Service clients
3-
description: In this guide, you learn how to authenticate Azure SignalR Service clients
3+
description: Learn how to implement your own authentication and integrate it with Azure SignalR Service by following the e2e example.
44
author: sffamily
55
ms.service: signalr
66
ms.topic: conceptual
7-
ms.date: 03/01/2019
7+
ms.date: 11/13/2019
88
ms.author: zhshang
99
---
1010
# Azure SignalR Service authentication

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Build Real-time app - Azure Functions & Azure SignalR Service
3-
description: An overview of using Azure SignalR Service in serverless applications.
3+
description: Learn how to develop real-time serverless web application with Azure SignalR Service by following example.
44
author: sffamily
55
ms.service: signalr
66
ms.topic: conceptual
7-
ms.date: 03/01/2019
7+
ms.date: 11/13/2019
88
ms.author: zhshang
99
---
1010
# Build real-time Apps with Azure Functions and Azure SignalR Service

articles/azure-signalr/signalr-concept-event-grid-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Reacting to Azure SignalR Service events
3-
description: Use Azure Event Grid to subscribe to Azure SignalR Service events.
2+
title: React to Azure SignalR Service events
3+
description: Use Azure Event Grid to subscribe to Azure SignalR Service events. Other downstream services can be triggered by these events.
44
services: azure-signalr,event-grid
55
author: chenyl
66

77
ms.author: chenyl
88
ms.reviewer: zhshang
9-
ms.date: 06/12/2019
9+
ms.date: 11/13/2019
1010
ms.topic: conceptual
1111
ms.service: signalr
1212
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Azure SignalR Service internals
3-
description: An overview of Azure SignalR Service internals.
3+
description: Learn about Azure SignalR Service internals, the architecture, the connections and how data is transmitted.
44
author: sffamily
55
ms.service: signalr
66
ms.topic: conceptual
7-
ms.date: 03/01/2019
7+
ms.date: 11/13/2019
88
ms.author: zhshang
99
---
1010
# Azure SignalR Service internals

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Performance guide for Azure SignalR Service
3-
description: An overview of the performance of Azure SignalR Service.
3+
description: An overview of the performance and benchmark of Azure SignalR Service. Key metrics to consider when planning the capacity.
44
author: sffamily
55
ms.service: signalr
66
ms.topic: conceptual
7-
ms.date: 04/08/2019
7+
ms.date: 11/13/2019
88
ms.author: zhshang
99
---
1010
# Performance guide for Azure SignalR Service

articles/azure-signalr/signalr-howto-event-grid-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: chenyl
66

77
ms.service: signalr
88
ms.topic: conceptual
9-
ms.date: 06/12/2019
9+
ms.date: 11/13/2019
1010
ms.author: chenyl
1111
---
1212

articles/azure-signalr/signalr-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: What is Azure SignalR Service?
3-
description: An overview of the Azure SignalR Service.
3+
description: Better understand what typical use case scenarios to use Azure SignalR, and learn the key benefits of Azure SignalR.
44
author: sffamily
55
ms.service: signalr
66
ms.topic: overview
7-
ms.date: 06/20/2019
7+
ms.date: 11/13/2019
88
ms.author: zhshang
99
---
1010

articles/azure-signalr/signalr-quickstart-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Quickstart - Azure SignalR Service REST API
3-
description: A quickstart for using the Azure SignalR Service REST API.
3+
description: Learn how to use REST API with Azure SignalR Service following samples. Find details of REST API specification.
44
author: sffamily
55
ms.service: signalr
66
ms.topic: quickstart
7-
ms.date: 03/01/2019
7+
ms.date: 11/13/2019
88
ms.author: zhshang
99
---
1010
# Quickstart: Broadcast real-time messages from console app

0 commit comments

Comments
 (0)