Skip to content

Commit e9d38a6

Browse files
authored
Merge pull request #93530 from MicrosoftDocs/revert-93390-master
Revert "Updated mete data for "Tutorial" & "Quickstart""
2 parents 93f4623 + 08f5ffc commit e9d38a6

File tree

54 files changed

+203
-201
lines changed

Some content is hidden

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

54 files changed

+203
-201
lines changed

articles/cosmos-db/create-notebook-visualize-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Tutorial: Create a notebook in Azure Cosmos DB to analyze and visualize the data
3-
description: Tutorial: Learn how to use built-in Jupyter notebooks to import data to Azure Cosmos DB, analyze the data, and visualize the output.
2+
title: Create a notebook in Azure Cosmos DB to analyze and visualize the data
3+
description: Learn how to use built-in Jupyter notebooks to import data to Azure Cosmos DB, analyze the data, and visualize the output.
44
author: deborahc
55
ms.topic: tutorial
66
ms.service: cosmos-db
7-
ms.date: 10/23/2019
7+
ms.date: 09/25/2019
88
ms.author: de
99
ms.reviewer: sngun
1010
---
1111

12-
# Tutorial: Create a notebook in Azure Cosmos DB to analyze and visualize the data
12+
# Create a notebook in Azure Cosmos DB to analyze and visualize the data
1313

1414
This article describes how to use built-in Jupyter notebooks to import sample retail data to Azure Cosmos DB. You will see how to use the SQL and Azure Cosmos DB magic commands to run queries, analyze the data, and visualize the results.
1515

articles/cosmos-db/import-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Tutorial: Database migration tool for Azure Cosmos DB
3-
description: Tutorial: Learn how to use the open-source Azure Cosmos DB data migration tools to import data to Azure Cosmos DB from various sources including MongoDB, SQL Server, Table storage, Amazon DynamoDB, CSV, and JSON files. CSV to JSON conversion.
2+
title: Database migration tool for Azure Cosmos DB
3+
description: Learn how to use the open-source Azure Cosmos DB data migration tools to import data to Azure Cosmos DB from various sources including MongoDB, SQL Server, Table storage, Amazon DynamoDB, CSV, and JSON files. CSV to JSON conversion.
44
author: deborahc
55
ms.service: cosmos-db
66
ms.topic: tutorial
7-
ms.date: 10/23/2019
7+
ms.date: 05/20/2019
88
ms.author: dech
99

1010
---
11-
# Tutorial: Use Data migration tool to migrate your data to Azure Cosmos DB
11+
# Use Data migration tool to migrate your data to Azure Cosmos DB
1212

1313
This tutorial provides instructions on using the Azure Cosmos DB Data Migration tool, which can import data from various sources into Azure Cosmos containers and tables. You can import from JSON files, CSV files, SQL, MongoDB, Azure Table storage, Amazon DynamoDB, and even Azure Cosmos DB SQL API collections. You migrate that data to collections and tables for use with Azure Cosmos DB. The Data Migration tool can also be used when migrating from a single partition collection to a multi-partition collection for the SQL API.
1414

articles/cosmos-db/mobile-apps-with-xamarin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Tutorial: Build mobile applications with Xamarin and Azure Cosmos DB
2+
title: Build mobile applications with Xamarin and Azure Cosmos DB
33
description: A tutorial that creates a Xamarin iOS, Android, or Forms application by using Azure Cosmos DB. Azure Cosmos DB is a fast, planet scale, cloud database for mobile apps.
44
author: SnehaGunda
55
ms.service: cosmos-db
66
ms.devlang: dotnet
77
ms.topic: tutorial
8-
ms.date: 10/23/2019
8+
ms.date: 11/15/2018
99
ms.author: sngun
1010

1111
---
12-
# Tutorial: Build mobile applications with Xamarin and Azure Cosmos DB
12+
# Build mobile applications with Xamarin and Azure Cosmos DB
1313

1414
> [!div class="op_single_selector"]
1515
> * [.NET](sql-api-dotnet-application.md)

articles/cosmos-db/sql-api-async-java-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: java
88
ms.topic: tutorial
9-
ms.date: 10/23/2019
9+
ms.date: 12/15/2018
1010
ms.author: sngun
1111
Customer intent: As a developer, I want to build a Java application with the Async Java SDK to access and manage Azure Cosmos DB resources so that customers can utilize the global distribution, elastic scaling, multi-master, and other capabilities offered by Azure Cosmos DB.
1212

articles/cosmos-db/sql-api-dotnet-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: dotnet
88
ms.topic: tutorial
9-
ms.date: 10/23/2019
9+
ms.date: 09/24/2019
1010
ms.author: sngun
1111
---
1212

articles/cosmos-db/sql-api-get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Tutorial: Build a .NET console app to manage data in Azure Cosmos DB SQL API account
3-
description: Tutorial: Learn how to create Azure Cosmos DB SQL API resources using a C# console application.
2+
title: Build a .NET console app to manage data in Azure Cosmos DB SQL API account
3+
description: Learn how to create Azure Cosmos DB SQL API resources using a C# console application.
44
author: kirankumarkolli
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: dotnet
88
ms.topic: tutorial
9-
ms.date: 10/23/2019
9+
ms.date: 09/24/2019
1010
ms.author: kirankk
1111

1212
---
13-
# Tutorial: Build a .NET console app to manage data in Azure Cosmos DB SQL API account
13+
# Build a .NET console app to manage data in Azure Cosmos DB SQL API account
1414

1515
> [!div class="op_single_selector"]
1616
> * [.NET](sql-api-get-started.md)

articles/cosmos-db/sql-api-java-application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Tutorial: Java application development tutorial using Azure Cosmos DB
2+
title: Java application development tutorial using Azure Cosmos DB
33
description: This Java web application tutorial shows you how to use the Azure Cosmos DB and the SQL API to store and access data from a Java application hosted on Azure Websites.
44
author: tknandu
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: java
88
ms.topic: tutorial
9-
ms.date: 10/23/2019
9+
ms.date: 12/22/2018
1010
ms.author: ramkris
1111

1212
---
13-
# Tutorial: Build a Java web application using Azure Cosmos DB and the SQL API
13+
# Build a Java web application using Azure Cosmos DB and the SQL API
1414

1515
> [!div class="op_single_selector"]
1616
> * [.NET](sql-api-dotnet-application.md)

articles/cosmos-db/sql-api-java-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: java
88
ms.topic: tutorial
9-
ms.date: 10/23/2019
9+
ms.date: 12/22/2018
1010
ms.author: sngun
1111

1212
---

articles/cosmos-db/sql-api-nodejs-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: nodejs
88
ms.topic: tutorial
9-
ms.date: 10/23/2019
9+
ms.date: 08/06/2019
1010
ms.author: sngun
1111
Customer intent: As a developer, I want to build a Node.js web application to access and manage SQL API account resources in Azure Cosmos DB, so that customers can better use the service.
1212
---

articles/cosmos-db/tutorial-global-distribution-sql-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Azure Cosmos DB global distribution tutorial for the SQL API
3-
description: Tutorial: Learn how to set up Azure Cosmos DB global distribution using the SQL API.
3+
description: Learn how to set up Azure Cosmos DB global distribution using the SQL API.
44
author: markjbrown
55
ms.author: mjbrown
66
ms.service: cosmos-db
77
ms.topic: tutorial
8-
ms.date: 10/23/2019
8+
ms.date: 07/15/2019
99
ms.reviewer: sngun
1010

1111
---
12-
# Tutorial: Set up Azure Cosmos DB global distribution using the SQL API
12+
# Set up Azure Cosmos DB global distribution using the SQL API
1313

1414
In this article, we show how to use the Azure portal to setup Azure Cosmos DB global distribution and then connect using the SQL API.
1515

0 commit comments

Comments
 (0)