Skip to content

Commit a5b3a5d

Browse files
committed
touchups
1 parent 5c00ac7 commit a5b3a5d

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

articles/cosmos-db/create-graph-java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ In this quickstart, you create and manage an Azure Cosmos DB Gremlin (graph) API
2626

2727
## Prerequisites
2828
- 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).
29-
- [Java Development Kit (JDK) version 8](https://aka.ms/azure-jdks). Point your `JAVA_HOME` environment variable to the folder where the JDK is installed.
30-
- A [Maven binary archive](https://maven.apache.org/download.cgi). On Linux, you can run `apt-get install maven` to install Maven.
31-
- [Git](https://www.git-scm.com/). On Linux, you can run `apt-get install git` to install Git.
29+
- [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.
30+
- A [Maven binary archive](https://maven.apache.org/download.cgi).
31+
- [Git](https://www.git-scm.com/downloads).
3232

3333
## Create a database account
3434

articles/cosmos-db/create-graph-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ In this quickstart, you create and manage an Azure Cosmos DB Gremlin (graph) API
2525

2626
## Prerequisites
2727
- 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).
28-
- [Node.js](https://nodejs.org/en/) version 0.10.29 or later
29-
- [Git](https://git-scm.com/)
28+
- [Node.js](https://nodejs.org/en/) 0.10.29+.
29+
- [Git](https://git-scm.com/downloads).
3030

3131
## Create a database account
3232

articles/cosmos-db/create-graph-python.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,10 @@ ms.author: lbosq
2424
In this quickstart, you create and manage an Azure Cosmos DB Gremlin (graph) API account from the Azure portal, and add data by using a Python 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.
2525

2626
## Prerequisites
27-
- 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).
28-
29-
Or [try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription.
30-
31-
- [Python](https://www.python.org/downloads/) version 3.5 or newer with [pip](https://pip.pypa.io/en/stable/installing/) package installer.
27+
- 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.
28+
- [Python](https://www.python.org/downloads/) 3.5+ including [pip](https://pip.pypa.io/en/stable/installing/) package installer.
3229
- [Python Driver for Gremlin](https://github.com/apache/tinkerpop/tree/master/gremlin-python).
33-
- [Git](https://git-scm.com/).
30+
- [Git](https://git-scm.com/downloads).
3431

3532
> [!NOTE]
3633
> This quickstart requires a graph database account created after December 20th, 2017. Existing accounts will support Python once they’re migrated to general availability.

0 commit comments

Comments
 (0)