Skip to content

Commit f171612

Browse files
author
stevestein
committed
initial SEO pass. Clean up CATSQA errors
1 parent 58198db commit f171612

32 files changed

Lines changed: 128 additions & 95 deletions

docs/azure-data-studio/azure-resource-explorer.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
2-
title: Explore Azure SQL resources with Azure Resource Explorer | Microsoft Docs
3-
description: Learn how to explore and manage Azure SQL Server, Azure SQL DB and Azure SQL Managed Instance through Azure Resource Explorer.
2+
title: Explore Azure SQL resources with Azure Resource Explorer
3+
titleSuffix: Azure Data Studio
4+
description: Learn how to explore and manage Azure SQL Server, Azure SQL Database, and Azure SQL Managed Instance through Azure Resource Explorer.
5+
ms.custom: "seodec18"
46
author: yanancai
57
ms.author: yanacai
68
manager: craigg
@@ -10,7 +12,7 @@ ms.prod: sql
1012
ms.technology: azure-data-studio
1113
---
1214

13-
# Explore Azure SQL resources with Azure Resource Explorer
15+
# Explore and manage Azure SQL resources with Azure Resource Explorer
1416

1517
In this document, you learn how you can explore and manage Azure SQL Server, Azure SQL database, and Azure SQL Managed Instance resources through Azure Resource Explorer in [!INCLUDE [Azure Data Studio](../includes/name-sos-short.md)].
1618

docs/azure-data-studio/code-snippets.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: Create code snippets in Azure Data Studio | Microsoft Docs
2+
title: Create reusable code snippets
3+
titleSuffix: Azure Data Studio
34
description: Learn how to create and use SQL code snippets in Azure Data Studio
4-
ms.custom: "tools|sos"
5+
ms.custom: "seodec18"
56
ms.date: "09/24/2018"
67
ms.reviewer: "alayu; sstein"
78
ms.prod: sql

docs/azure-data-studio/dashboards.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: Quickly access insights and common tasks in Azure Data Studio | Microsoft Docs
3-
description: Learn about displaying insightful widgets in Azure Data Studio.
4-
ms.custom: "tools|sos"
2+
title: Quickly access insights and common tasks
3+
titleSuffix: Azure Data Studio
4+
description: Learn about displaying widgets on the database dashboard in Azure Data Studio.
5+
ms.custom: "seodec18"
56
ms.date: "09/24/2018"
67
ms.prod: sql
78
ms.technology: azure-data-studio
@@ -40,7 +41,7 @@ After following this tutorial, read on to learn more about specific widgets that
4041
The Insight details flyout provides more detailed information for a related insight widget.
4142
- An Insight widget renders an at-a-glance summary view with count, line, chart etc.
4243
- The Insight details flyout provides "drill in" details, listing deeper data insights for each item listed in the high-level Insight widget.
43-
- The details flyout contents are defined with a separate SQL query to the main widget's query.
44+
- The details flyout contents are defined with a separate SQL query to the main widget's query.
4445

4546
There is no set requirement for an Insight details query, but the layout is standard.
4647
- The top half of the view is always a 2-column "summary" view. Which columns to use are defined by the "label" and "value" properties of the JSON configuration
@@ -83,14 +84,14 @@ Sample Insight Details flyout configuration
8384
```
8485
|property|type|value|default value|description|comment|
8586
|:---|:---|:---|:---|:---|:---|
86-
|details|json object|||mandatory proerty to define insight detail definitions within its structure||
87+
|details|json object|||mandatory property to define insight detail definitions within its structure||
8788
|queryFile|string|||the insight detail sql query file path and filename relative to the location of package.json||
8889
|label|json object|||mandatory property to define each line item in the summary list view|in future the name of this property to change like 'summaryList'|
89-
|icon|string|||indicate the icon name to reder for each summary list view item.|(tbd) list of supported icons will be documented|
90+
|icon|string|||indicate the icon name to render for each summary list view item.|(tbd) list of supported icons will be documented|
9091
|column|string|||indicate the name of first column in the summary list view from the query result set|in future the name of this property will be changed to more intuitive name|
91-
|value|string|||indicate the name of second column in the summary list view from the query result set. The value of this column is used to check conditions and set color for each summary list view items's color dot|in future the name of this property will change to something more intuitive|
92+
|value|string|||indicate the name of second column in the summary list view from the query result set. The value of this column is used to check conditions and set color for each summary list view items color dot|in future the name of this property will change to something more intuitive|
9293
|condition|json object|||defines the condition check for column value and determine color for each summary list view item||
93-
|if|string|always, equals, notEquals, greaterThan, lessThan, greaterThanOrEqauls, lessThanOrEquals||condition check operator|in future the property name will change to operator|
94+
|if|string|always, equals, notEquals, greaterThan, lessThan, greaterThanOrEquals, lessThanOrEquals||condition check operator|in future the property name will change to operator|
9495
|equals|string|||condition check value|in future this property name will change to 'value'|
9596

9697
## Insight Actions
@@ -102,7 +103,7 @@ Using [!INCLUDE[name-sos](../includes/name-sos-short.md)]'s Insight Actions conf
102103

103104
## Sample Insight Action definition
104105

105-
```"actions"{}``` defines an insight action. Action can be defined over a specific scope such as ```"server"```, ```"database"``` and so on and [!INCLUDE[name-sos](../includes/name-sos-short.md)] passes the current connection context information to the action.
106+
```"actions"{}``` defines an insight action. Action can be defined over a specific scope such as ```"server"```, ```"database"``` and so on and [!INCLUDE[name-sos](../includes/name-sos-short.md)] passes the current connection context information to the action.
106107

107108
For example, when restore action is launched for WideWorldImporters database, ```"database": "${Database}"``` definition indicates to pass ```Database``` column value in your query result to the restore action. Then restore action starts for the database. ```"types"``` is a json array and multiple actions can be listed in the array. It basically becomes a context menu on Insight Details dialog that user can click and perform the action.
108109

docs/azure-data-studio/download.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: Download and install Azure Data Studio | Microsoft Docs
3-
description: 'Download and Install Azure Data Studio for Windows, macOS, or Linux'
4-
ms.custom: "tools|sos"
2+
title: Download and install
3+
titleSuffix: Azure Data Studio
4+
description: Download and Install Azure Data Studio for Windows, macOS, or Linux
5+
ms.custom: "seodec18"
56
ms.date: "11/06/2018"
67
ms.prod: sql
78
ms.technology: azure-data-studio

docs/azure-data-studio/enable-kerberos.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: Use Active Directory Authentication (Kerberos) when connecting with Azure Data Studio | Microsoft Docs
2+
title: Use Active Directory Authentication (Kerberos)
3+
titleSuffix: Azure Data Studio
34
description: Learn how to enable Kerberos to use Active Directory Authentication for Azure Data Studio
4-
ms.custom: "tools|sos"
5+
ms.custom: "seodec18"
56
ms.date: "09/24/2018"
67
ms.prod: sql
78
ms.technology: azure-data-studio

docs/azure-data-studio/extensibility-apis.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: Extensibility APIs for Azure Data Studio | Microsoft Docs
3-
description: Extensibility APIs for Azure Data Studio
4-
ms.custom: "tools|sos"
2+
title: Extensibility APIs
3+
titleSuffix: Azure Data Studio
4+
description: Learn about the extensibility APIs for Azure Data Studio
5+
ms.custom: "seodec18"
56
ms.date: "09/24/2018"
67
ms.reviewer: "alayu; sstein"
78
ms.prod: sql

docs/azure-data-studio/extensibility.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: Extend the functionality of Azure Data Studio | Microsoft Docs
3-
description: Learn about extending Azure Data Studio
4-
ms.custom: "tools|sos"
2+
title: Adding additional functionality thru extensibility
3+
titleSuffix: Azure Data Studio
4+
description: Learn about the extensibility model and key extensibility areas for extending the functionality of Azure Data Studio
5+
ms.custom: "seodec18"
56
ms.date: "09/24/2018"
67
ms.reviewer: "alayu; sstein"
78
ms.prod: sql

docs/azure-data-studio/extension-authoring.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: Create extensions for Azure Data Studio | Microsoft Docs
3-
description: Add extensions to Azure Data Studio
4-
ms.custom: "tools|sos"
2+
title: Create extensions
3+
titleSuffix: Azure Data Studio
4+
description: Learn about creating and adding extensions to Azure Data Studio
5+
ms.custom: "seodec18"
56
ms.date: "09/24/2018"
67
ms.reviewer: "alayu; sstein"
78
ms.prod: sql
@@ -11,7 +12,7 @@ author: "stevestein"
1112
ms.author: "sstein"
1213
manager: craigg
1314
---
14-
# Extend the functionality of [!INCLUDE[name-sos](../includes/name-sos-short.md)]
15+
# Extend the functionality by creating Azure Data Studio extensions
1516

1617
Extensions in [!INCLUDE[name-sos](../includes/name-sos-short.md)] provide an easy way to add more functionality to the base [!INCLUDE[name-sos](../includes/name-sos-short.md)] installation.
1718

docs/azure-data-studio/extensions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: Extend the functionality of Azure Data Studio | Microsoft Docs
3-
description: Add extensions to Azure Data Studio
4-
ms.custom: "tools|sos"
2+
title: Add extensions
3+
titleSuffix: Azure Data Studio
4+
description: Add extensions from the Extensions Marketplace to Azure Data Studio
5+
ms.custom: "seodec18"
56
ms.date: "09/24/2018"
67
ms.reviewer: "alayu; sstein"
78
ms.prod: sql

docs/azure-data-studio/faq.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: Azure Data Studio FAQ | Microsoft Docs
3-
description: Frequently asked questions (FAQ) for Azure Data Studio.
4-
ms.custom: "tools|sos"
2+
title: FAQ
3+
titleSuffix: Azure Data Studio
4+
description: Frequently asked questions (FAQ) about Azure Data Studio.
5+
ms.custom: "seodec18"
56
ms.date: "09/24/2018"
67
ms.prod: sql
78
ms.technology: azure-data-studio

0 commit comments

Comments
 (0)