Skip to content

Commit 8a30303

Browse files
committed
Extra edits
1 parent 7adc7b4 commit 8a30303

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.custom: seo-java-august2019, seo-java-september2019, devx-track-java, mode-ap
2626
> * [Go](quickstart-go.md)
2727
>
2828
29-
In this quickstart, you create and manage an Azure Cosmos DB for NoSQL account, and use a Java app cloned from GitHub. You create the Java app using the SQL Java SDK, and add resources to your Azure Cosmos DB account by using the Java application.
29+
This quickstart guide explains how to build a Java app to manage an Azure Cosmos DB for NoSQL account. You create the Java app using the SQL Java SDK, and add resources to your Azure Cosmos DB account by using the Java application.
3030

3131
First, create an Azure Cosmos DB for NoSQL account using the Azure portal. 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. You can [try Azure Cosmos DB account](https://aka.ms/trycosmosdb) for free without a credit card or an Azure subscription.
3232

@@ -38,9 +38,8 @@ First, create an Azure Cosmos DB for NoSQL account using the Azure portal. Azure
3838
3939
## Prerequisites
4040

41-
- An Azure account with an active subscription.
42-
- If you don't have an Azure subscription, you can [try Azure Cosmos DB free](../try-free.md) with no credit card required.
43-
- [Java Development Kit (JDK) 8](https://www.azul.com/downloads/azure-only/zulu/?&version=java-8-lts&architecture=x86-64-bit&package=jdk). Point your `JAVA_HOME` environment variable to the folder where the JDK is installed.
41+
- An Azure account with an active subscription. If you don't have an Azure subscription, you can [try Azure Cosmos DB free](../try-free.md) with no credit card required.
42+
- [Java Development Kit (JDK) 8](https://www.oracle.com/java/technologies/javase/8u-relnotes.html). Point your `JAVA_HOME` environment variable to the folder where the JDK is installed.
4443
- A [Maven binary archive](https://maven.apache.org/download.cgi). On Ubuntu, run `apt-get install maven` to install Maven.
4544
- [Git](https://www.git-scm.com/downloads). On Ubuntu, run `sudo apt-get install git` to install Git.
4645

0 commit comments

Comments
 (0)