Skip to content

Commit a6b1ecf

Browse files
committed
Metadata updates
1 parent 9ee1d1a commit a6b1ecf

File tree

247 files changed

+302
-691
lines changed

Some content is hidden

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

247 files changed

+302
-691
lines changed

articles/cosmos-db/access-secrets-from-keyvault.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
22
title: Use Key Vault to store and access Azure Cosmos DB keys
33
description: Use Azure Key Vault to store and access Azure Cosmos DB connection string, keys, URI's.
4-
services: cosmos-db
54
author: rafats
6-
75
ms.service: cosmos-db
6+
ms.subservice: cosmosdb-sql
87
ms.devlang: dotnet
98
ms.topic: conceptual
109
ms.date: 08/21/2018
1110
ms.author: rafats
12-
11+
ms.reviewer: sngun
1312
---
1413

1514
# Use Key Vault to store and access Azure Cosmos DB keys

articles/cosmos-db/account-overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Working with Azure Cosmos DB accounts
33
description: This article describes how create and use Azure Cosmos DB accounts
4-
author: dharmas
5-
4+
author: dharmas-cosmos
65
ms.service: cosmos-db
6+
ms.subservice: cosmosdb-sql
77
ms.topic: conceptual
88
ms.date: 11/08/2018
99
ms.author: dharmas

articles/cosmos-db/bulk-executor-dot-net.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
22
title: Using bulk executor .NET library to perform bulk import and update operations in Azure Cosmos DB
33
description: Bulk import and update Azure Cosmos DB documents using bulk executor .NET library.
4-
services: cosmos-db
54
author: tknandu
6-
75
ms.service: cosmos-db
6+
ms.subservice: cosmosdb-sql
87
ms.devlang: dotnet
98
ms.topic: conceptual
109
ms.date: 10/16/2018
1110
ms.author: ramkris
12-
11+
ms.reviewer: sngun
1312
---
1413

1514
# Use bulk executor .NET library to perform bulk operations in Azure Cosmos DB

articles/cosmos-db/bulk-executor-graph-dotnet.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
---
22
title: Using the graph BulkExecutor .NET library to perform bulk operations in Azure Cosmos DB Gremlin API
33
description: Learn how to use the BulkExecutor library to massively import graph data into an Azure Cosmos DB Gremlin API container.
4-
services: cosmos-db
5-
keywords: graph, gremlin, bulk, bulkexecutor, migration, data, cosmosdb, cosmos, database, import
64
author: luisbosquez
7-
85
ms.service: cosmos-db
9-
ms.component: cosmosdb-graph
6+
ms.subservice: cosmosdb-graph
107
ms.topic: tutorial
118
ms.date: 08/14/2018
129
ms.author: lbosq
13-
ms.custom: mvc
14-
10+
ms.reviewer: sngun
1511
---
1612

1713
# Using the graph BulkExecutor .NET library to perform bulk operations in Azure Cosmos DB Gremlin API

articles/cosmos-db/bulk-executor-java.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
22
title: Using bulk executor Java library to perform bulk import and update operations in Azure Cosmos DB
33
description: Bulk import and update Azure Cosmos DB documents using bulk executor Java library.
4-
services: cosmos-db
54
author: tknandu
6-
75
ms.service: cosmos-db
6+
ms.subservice: cosmosdb-sql
87
ms.devlang: java
98
ms.topic: conceptual
109
ms.date: 10/16/2018
1110
ms.author: ramkris
12-
11+
ms.reviewer: sngun
1312
---
1413

1514
# Use bulk executor Java library to perform bulk operations on Azure Cosmos DB data

articles/cosmos-db/bulk-executor-overview.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
22
title: Bulk import and update data in Azure Cosmos DB using the bulk executor library
33
description: Perform bulk operations in Azure Cosmos DB through bulk import and bulk update APIs offered by the bulk executor library.
4-
services: cosmos-db
54
author: tknandu
6-
75
ms.service: cosmos-db
86
ms.topic: conceptual
97
ms.date: 10/16/2018
108
ms.author: ramkris
11-
9+
ms.reviewer: sngun
1210
---
1311

1412
# Azure Cosmos DB bulk executor library overview

articles/cosmos-db/cassandra-api-load-data.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
title: 'Tutorial: Load sample data into a Cassandra API table in Azure Cosmos DB by using a Java application'
33
description: This tutorial shows how to load sample user data to a Cassandra API table in Azure Cosmos DB by using a java application.
44
author: kanshiG
5-
65
ms.service: cosmos-db
7-
ms.component: cosmosdb-cassandra
6+
ms.subservice: cosmosdb-cassandra
87
ms.topic: tutorial
98
ms.date: 12/03/2018
109
ms.author: govindk

articles/cosmos-db/cassandra-api-query-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: cosmos-db
55
author: kanshiG
66
ms.author: govindk
77
ms.reviewer: sngun
8-
ms.component: cosmosdb-cassandra
8+
ms.subservice: cosmosdb-cassandra
99
ms.topic: tutorial
1010
ms.date: 09/24/2018
1111
Customer intent: As a developer, I want to build a Java application to query data stored in a Cassandra API account of Azure Cosmos DB so that customers can manage the key/value data and utilize the global distribution, elastic scaling, multi-master, and other capabilities offered by Azure Cosmos DB.

articles/cosmos-db/cassandra-import-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: kanshiG
55
ms.author: govindk
66
ms.reviewer: sngun
77
ms.service: cosmos-db
8-
ms.component: cosmosdb-cassandra
8+
ms.subservice: cosmosdb-cassandra
99
ms.topic: tutorial
1010
ms.date: 12/03/2018
1111
ms.custom: seodec18

articles/cosmos-db/cassandra-introduction.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
22
title: Introduction to the Azure Cosmos DB Cassandra API
33
description: Learn how you can use Azure Cosmos DB to "lift-and-shift" existing applications and build new applications using Cassandra API using the Cassandra drivers and CQL you’re already familiar with.
4-
services: cosmos-db
54
author: kanshiG
6-
75
ms.service: cosmos-db
8-
ms.component: cosmosdb-cassandra
6+
ms.subservice: cosmosdb-cassandra
97
ms.topic: overview
108
ms.date: 09/24/2018
119
ms.author: govindk

articles/cosmos-db/cassandra-spark-aggregation-ops.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
---
22
title: Aggregate operations on Azure Cosmos DB Cassandra API tables from Spark
33
description: This article covers basic aggregation operations against Azure Cosmos DB Cassandra API tables from Spark
4-
services: cosmos-db
5-
author: anagha-microsoft
6-
4+
author: kanshiG
5+
ms.author: govindk
6+
ms.reviewer: sngun
77
ms.service: cosmos-db
8-
ms.component: cosmosdb-cassandra
9-
ms.custom: basics, DDL, DML
10-
ms.devlang: spark-scala
8+
ms.subservice: cosmosdb-cassandra
119
ms.topic: conceptual
1210
ms.date: 09/24/2018
13-
ms.author: ankhanol
1411

1512
---
1613

articles/cosmos-db/cassandra-spark-create-ops.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
title: Create/Insert data into Azure Cosmos DB Cassandra API from Spark
33
description: This article details how to insert sample data into Azure Cosmos DB Cassandra API tables
4-
services: cosmos-db
5-
author: anagha-microsoft
6-
4+
author: kanshiG
5+
ms.author: govindk
6+
ms.reviewer: sngun
77
ms.service: cosmos-db
8-
ms.component: cosmosdb-cassandra
9-
ms.devlang: spark-scala
8+
ms.subservice: cosmosdb-cassandra
109
ms.topic: conceptual
1110
ms.date: 09/24/2018
12-
ms.author: ankhanol
1311

1412
---
1513

articles/cosmos-db/cassandra-spark-databricks.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
title: Access Azure Cosmos DB Cassandra API from Azure Databricks
33
description: This article covers how to work with Azure Cosmos DB Cassandra API from Azure Databricks.
4-
services: cosmos-db
5-
author: anagha-microsoft
6-
4+
author: kanshiG
5+
ms.author: govindk
6+
ms.reviewer: sngun
77
ms.service: cosmos-db
8-
ms.component: cosmosdb-cassandra
9-
ms.devlang: spark-scala
8+
ms.subservice: cosmosdb-cassandra
109
ms.topic: conceptual
1110
ms.date: 09/24/2018
12-
ms.author: ankhanol
1311

1412
---
1513

articles/cosmos-db/cassandra-spark-ddl-ops.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
title: DDL operations in Azure Cosmos DB Cassandra API from Spark
33
description: This article details keyspace and table DDL operations against Azure Cosmos DB Cassandra API from Spark.
4-
services: cosmos-db
5-
author: anagha-microsoft
6-
4+
author: kanshiG
5+
ms.author: govindk
6+
ms.reviewer: sngun
77
ms.service: cosmos-db
8-
ms.component: cosmosdb-cassandra
9-
ms.devlang: spark-scala
8+
ms.subservice: cosmosdb-cassandra
109
ms.topic: conceptual
1110
ms.date: 09/24/2018
12-
ms.author: ankhanol
1311

1412
---
1513

articles/cosmos-db/cassandra-spark-delete-ops.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
title: Delete operations against Azure Cosmos DB Cassandra API from Spark
33
description: This article details how to delete data in tables in Azure Cosmos DB Cassandra API from Spark
4-
services: cosmos-db
5-
author: anagha-microsoft
6-
4+
author: kanshiG
5+
ms.author: govindk
6+
ms.reviewer: sngun
77
ms.service: cosmos-db
8-
ms.component: cosmosdb-cassandra
9-
ms.devlang: spark-scala
8+
ms.subservice: cosmosdb-cassandra
109
ms.topic: conceptual
1110
ms.date: 09/24/2018
12-
ms.author: ankhanol
1311

1412
---
1513

articles/cosmos-db/cassandra-spark-generic.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
title: Working with Azure Cosmos DB Cassandra API from Spark
33
description: This article is the main page for Cosmos DB Cassandra API integration from Spark.
4-
services: cosmos-db
5-
author: anagha-microsoft
6-
4+
author: kanshiG
5+
ms.author: govindk
6+
ms.reviewer: sngun
77
ms.service: cosmos-db
8-
ms.component: cosmosdb-cassandra
9-
ms.devlang: spark-scala
8+
ms.subservice: cosmosdb-cassandra
109
ms.topic: conceptual
1110
ms.date: 09/24/2018
12-
ms.author: ankhanol
1311

1412
---
1513

articles/cosmos-db/cassandra-spark-hdinsight.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
title: Access Azure Cosmos DB Cassandra API from Spark on YARN with HDInsight
33
description: This article covers how to work with Azure Cosmos DB Cassandra API from Spark on YARN with HDInsight
4-
services: cosmos-db
5-
author: anagha-microsoft
6-
4+
author: kanshiG
5+
ms.author: govindk
6+
ms.reviewer: sngun
77
ms.service: cosmos-db
8-
ms.component: cosmosdb-cassandra
9-
ms.devlang: spark-scala
8+
ms.subservice: cosmosdb-cassandra
109
ms.topic: conceptual
1110
ms.date: 09/24/2018
12-
ms.author: ankhanol
1311

1412
---
1513

articles/cosmos-db/cassandra-spark-read-ops.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ title: Read Cassandra API table data using Spark
33
titleSufix: Azure Cosmos DB
44
description: This article describes how to read data from Cassandra API tables in Azure Cosmos DB.
55
author: kanshiG
6-
6+
ms.author: govindk
7+
ms.reviewer: sngun
78
ms.service: cosmos-db
8-
ms.component: cosmosdb-cassandra
9-
ms.devlang: spark-scala
9+
ms.subservice: cosmosdb-cassandra
1010
ms.topic: conceptual
1111
ms.date: 12/06/2018
12-
ms.author: govindk
1312
ms.custom: seodec18
1413
---
1514

articles/cosmos-db/cassandra-spark-table-copy-ops.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
title: Table copy operations on Azure Cosmos DB Cassandra API from Spark.
33
description: This article details how to copy data between tables in Azure Cosmos DB Cassandra API
4-
services: cosmos-db
5-
author: anagha-microsoft
6-
4+
author: kanshiG
5+
ms.author: govindk
6+
ms.reviewer: sngun
77
ms.service: cosmos-db
8-
ms.component: cosmosdb-cassandra
9-
ms.devlang: spark-scala
8+
ms.subservice: cosmosdb-cassandra
109
ms.topic: conceptual
1110
ms.date: 09/24/2018
12-
ms.author: ankhanol
1311

1412
---
1513

articles/cosmos-db/cassandra-spark-upsert-ops.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
title: Upsert data into Azure Cosmos DB Cassandra API from Spark
33
description: This article details how to upsert into tables in Azure Cosmos DB Cassandra API from Spark
4-
services: cosmos-db
5-
author: anagha-microsoft
6-
4+
author: kanshiG
5+
ms.author: govindk
6+
ms.reviewer: sngun
77
ms.service: cosmos-db
8-
ms.component: cosmosdb-cassandra
9-
ms.devlang: spark-scala
8+
ms.subservice: cosmosdb-cassandra
109
ms.topic: conceptual
1110
ms.date: 09/24/2018
12-
ms.author: ankhanol
1311

1412
---
1513

articles/cosmos-db/cassandra-support.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
title: Apache Cassandra features & commands supported by Azure Cosmos DB Cassandra API
33
description: Learn about the Apache Cassandra feature support in Azure Cosmos DB Cassandra API
4-
services: cosmos-db
54
author: kanshiG
65
ms.author: govindk
76
ms.reviewer: sngun
8-
97
ms.service: cosmos-db
10-
ms.component: cosmosdb-cassandra
8+
ms.subservice: cosmosdb-cassandra
119
ms.topic: overview
1210
ms.date: 09/24/2018
1311
---

articles/cosmos-db/change-feed-functions.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: How to use Azure Cosmos DB change feed with Azure Functions
33
description: Use Azure Cosmos DB change feed with Azure Functions
44
author: rimman
5-
65
ms.service: cosmos-db
76
ms.topic: conceptual
87
ms.date: 11/06/2018
98
ms.author: rimman
10-
9+
ms.reviewer: sngun
1110
---
1211
# How to use Azure Cosmos DB change feed with Azure Functions
1312

articles/cosmos-db/change-feed-hl7-fhir-logic-apps.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
22
title: Change feed for HL7 FHIR resources - Azure Cosmos DB
33
description: Learn how to set up change notifications for HL7 FHIR patient health care records using Azure Logic Apps, Azure Cosmos DB, and Service Bus.
4-
keywords: hl7 fhir
5-
services: cosmos-db
64
author: SnehaGunda
7-
85
ms.service: cosmos-db
6+
ms.subservice: cosmosdb-sql
97
ms.topic: conceptual
108
ms.date: 02/08/2017
119
ms.author: sngun

articles/cosmos-db/change-feed-processor.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
title: Working with the change feed processor library in Azure Cosmos DB
33
description: Using the Azure Cosmos DB change feed processor library.
44
author: rafats
5-
65
ms.service: cosmos-db
76
ms.devlang: dotnet
87
ms.topic: conceptual
98
ms.date: 11/06/2018
109
ms.author: rafats
11-
10+
ms.reviewer: sngun
1211
---
1312

1413
# Using the Azure Cosmos DB change feed processor library

0 commit comments

Comments
 (0)