Skip to content

Commit 01c42df

Browse files
authored
Update quickstart-java.md
1 parent a5cdcdd commit 01c42df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/mongodb/quickstart-java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Quickstart: Build a web app using the Azure Cosmos DB for MongoDB and Java SDK'
3-
description: Learn to build a Java code sample you can use to connect to and query using Azure Cosmos DB's API for MongoDB.
3+
description: Learn to build a Java code sample you can use to connect to and query using Azure Cosmos DB for MongoDB.
44
author: gahl-levy
55
ms.author: gahllevy
66
ms.service: cosmos-db
@@ -11,7 +11,7 @@ ms.date: 04/26/2022
1111
ms.custom: devx-track-java, mode-api, devx-track-extended-java
1212
---
1313

14-
# Quickstart: Create a console app with Java and the API for MongoDB in Azure Cosmos DB
14+
# Quickstart: Create a console app with Java and Azure Cosmos DB for MongoDB
1515
[!INCLUDE[MongoDB](../includes/appliesto-mongodb.md)]
1616

1717
> [!div class="op_single_selector"]
@@ -23,7 +23,7 @@ ms.custom: devx-track-java, mode-api, devx-track-extended-java
2323
> * [Go](quickstart-go.md)
2424
>
2525
26-
In this quickstart, you create and manage an Azure Cosmos DB for API for MongoDB account from the Azure portal, and add data by using a Java SDK app cloned from GitHub. Azure Cosmos DB is a multi-model database service that lets you quickly create and query document, table, key-value, and graph databases with global distribution and horizontal scale capabilities.
26+
In this quickstart, you create and manage an Azure Cosmos DB for MongoDB account from the Azure portal, and add data by using a Java SDK app cloned from GitHub. Azure Cosmos DB is a multi-model database service that lets you quickly create and query document, table, key-value, and graph databases with global distribution and horizontal scale capabilities.
2727

2828
## Prerequisites
2929
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio). Or [try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription. You can also use the [Azure Cosmos DB Emulator](https://aka.ms/cosmosdb-emulator) with the connection string `.mongodb://localhost:C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==@localhost:10255/admin?ssl=true`.

0 commit comments

Comments
 (0)