Skip to content

Commit 5069e7b

Browse files
Merge pull request #95765 from sffamily/seo_fix
seo fix ref: #1598823 #1604928 #1601587
2 parents 5b3a42b + c3f707b commit 5069e7b

18 files changed

+33
-33
lines changed

articles/azure-signalr/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ documentType: LandingData
33
title: Azure SignalR Service Documentation
44
metadata:
55
document_id: 44409b3f-ab8c-053d-cdf4-5d7e823a275f
6-
title: Azure SignalR Service Documentation - Tutorials, API Reference
7-
meta.description: Azure SignalR Service is an Azure managed service that helps developers easily build web applications with real-time features. This service is based on ASP.NET Core SignalR which is an open source library that simplifies adding real-time web functionality to applications.
6+
title: Documentation - Azure SignalR Service
7+
description: Build and scale real-time web app easily in serverless or server mode. Based on WebSocket supporting broad range of languages and frameworks.
88
services: azure-signalr
99
author: v-chmccl
1010
manager: wesmc

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-github-oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure CLI Script Sample - Create a web app that uses SignalR Service and GitHub authentication
2+
title: Create web app using SignalR Service and GitHub authentication
33
description: Azure CLI Script Sample - Create a web app that uses SignalR Service and GitHub authentication
44
author: sffamily
55
ms.service: signalr

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Azure CLI Script Sample - Create a SignalR Service with an App Service
3-
description: Azure CLI Script Sample - Create SignalR Service with an App Service
2+
title: Create SignalR Service with App Service using Azure CLI
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Build Real-time apps with Azure Functions and Azure SignalR Service
3-
description: An overview of using Azure SignalR Service in serverless applications.
2+
title: Build Real-time app - Azure Functions & Azure SignalR Service
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-concept-serverless-development-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Develop and configure Azure Functions SignalR Service applications
2+
title: Develop & configure Azure Functions app - Azure SignalR
33
description: Details on how to develop and configure serverless real-time applications using Azure Functions and Azure SignalR Service
44
author: anthonychu
55
ms.service: signalr

0 commit comments

Comments
 (0)