Skip to content

Commit 5fd28c7

Browse files
committed
fixes
1 parent 888dcc6 commit 5fd28c7

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ In this quickstart, you create an Azure Cosmos DB Cassandra API account, and use
2424

2525
## Prerequisites
2626

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-
- [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.
31-
- A [Maven binary archive](https://maven.apache.org/download.cgi). On Linux, you can run `apt-get install maven` to install Maven.
32-
- [Git](https://www.git-scm.com/). On Linux, you can run `apt-get install git` to install Git.
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+
- [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.
29+
- A [Maven binary archive](https://maven.apache.org/download.cgi).
30+
- [Git](https://www.git-scm.com/downloads).
3331

3432
## Create a database account
3533

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ In this quickstart, you create an Azure Cosmos DB Cassandra API account, and use
2222

2323
## Prerequisites
2424

25-
- 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).
26-
27-
Or [try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription.
28-
- [Node.js](https://nodejs.org/en/) version 0.10.29 or higher.
29-
- [Git](https://www.git-scm.com/).
25+
- 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.
26+
- [Node.js](https://nodejs.org/en/) 0.10.29+.
27+
- [Git](https://www.git-scm.com/downloads).
3028

3129
## Create a database account
3230

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ In this quickstart, you create an Azure Cosmos DB Cassandra API account, and use
2222

2323
## Prerequisites
2424

25-
- 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).
26-
27-
Or [try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription.
28-
- [Python](https://www.python.org/downloads/) version 2.7.14 or above.
29-
- [Git](https://git-scm.com/).
25+
- 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.
26+
- [Python](https://www.python.org/downloads/) 3.4+.
27+
- [Git](https://git-scm.com/downloads).
3028
- [Python Driver for Apache Cassandra](https://github.com/datastax/python-driver).
3129

3230
## Create a database account

0 commit comments

Comments
 (0)