Skip to content

Commit fee12a9

Browse files
committed
Cosmos DB: Updates to link to Cass sign up now section.
1 parent c17be55 commit fee12a9

6 files changed

+22
-17
lines changed

articles/cosmos-db/cassandra-introduction.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ The Cassandra API enables you to interact with data stored in Azure Cosmos DB us
5656

5757
**Enterprise grade**: Secure and compliant by default – Azure cosmos DB provides [compliance certifications](https://www.microsoft.com/trustcenter) to ensure users can use the platform without worrying about compliance issues. Azure Cosmos DB also provides encryption at rest and in motion, IP firewall, and audit logs for control plane activities.
5858

59+
<a id="sign-up-now"></a>
5960
## Sign up now
6061

6162
If you already have an Azure subscription, you can sign up to join the Cassandra API (preview) program in the [Azure portal](https://aka.ms/cosmosdb-cassandra-signup). If you’re new to Azure, sign up for a [free trial](https://azure.microsoft.com/free) where you get 12 months of free access to Azure Cosmos DB. Complete the following steps to request access to the Cassandra API (preview) program.

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Azure Cosmos DB is Microsoft's globally distributed multi-model database service
2626

2727
## Prerequisites
2828

29-
Access to the Azure Cosmos DB Cassandra API preview program. If you haven't applied for access yet, [sign up now](https://aka.ms/cosmosdb-cassandra-signup).
30-
31-
If you don't already have Visual Studio 2017 installed, you can download and use the **free** [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** during the Visual Studio setup.
32-
3329
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)] Alternatively, you can [Try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription, free of charge and commitments.
3430

35-
Install [Git](https://www.git-scm.com/) to clone the example.
31+
Access to the Azure Cosmos DB Cassandra API preview program. If you haven't applied for access yet, [sign up now](cassandra-introduction.md#sign-up-now).
32+
33+
In addition:
34+
* If you don't already have Visual Studio 2017 installed, you can download and use the **free** [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** during the Visual Studio setup.
35+
* Install [Git](https://www.git-scm.com/) to clone the example.
3636

3737
<a id="create-account"></a>
3838
## Create a database account

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Azure Cosmos DB is Microsoft's globally distributed multi-model database service
2626

2727
## Prerequisites
2828

29-
Access to the Azure Cosmos DB Cassandra API preview program. If you haven't applied for access yet, [sign up now](https://aka.ms/cosmosdb-cassandra-signup).
30-
3129
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)] Alternatively, you can [Try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription, free of charge and commitments.
3230

31+
Access to the Azure Cosmos DB Cassandra API preview program. If you haven't applied for access yet, [sign up now](cassandra-introduction.md#sign-up-now).
32+
3333
In addition:
3434

3535
* [Java Development Kit (JDK) 1.7+](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
@@ -40,6 +40,8 @@ In addition:
4040
* [Git](https://www.git-scm.com/)
4141
* On Ubuntu, you can run `sudo apt-get install git` to install Git.
4242

43+
44+
4345
## Create a database account
4446

4547
Before you can create a document database, you need to create a Cassandra account with Azure Cosmos DB.

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

+5-4
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ Azure Cosmos DB is Microsoft's globally distributed multi-model database service
2626

2727
## Prerequisites
2828

29-
* Access to the Azure Cosmos DB Cassandra API preview program. If you haven't applied for access yet, [sign up now](https://aka.ms/cosmosdb-cassandra-signup).
30-
* [Node.js](https://nodejs.org/en/) version v0.10.29 or higher
31-
* [Git](http://git-scm.com/)
32-
3329
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)] Alternatively, you can [Try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription, free of charge and commitments.
3430

31+
Access to the Azure Cosmos DB Cassandra API preview program. If you haven't applied for access yet, [sign up now](cassandra-introduction.md#sign-up-now).
32+
33+
In addition:
34+
* [Node.js](https://nodejs.org/en/) version v0.10.29 or higher
35+
* [Git](http://git-scm.com/)
3536

3637
## Create a database account
3738

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

+6-5
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ Azure Cosmos DB is Microsoft's globally distributed multi-model database service
2626

2727
## Prerequisites
2828

29-
* Before you can run this sample, you must have the following prerequisites:
30-
* [Python](https://www.python.org/downloads/) version v2.7.14
31-
* [Git](http://git-scm.com/)
32-
* [Python Driver for Apache Cassandra](https://github.com/datastax/python-driver)
33-
3429
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)] Alternatively, you can [Try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription, free of charge and commitments.
3530

31+
Access to the Azure Cosmos DB Cassandra API preview program. If you haven't applied for access yet, [sign up now](cassandra-introduction.md#sign-up-now).
32+
33+
In addition:
34+
* [Python](https://www.python.org/downloads/) version v2.7.14
35+
* [Git](http://git-scm.com/)
36+
* [Python Driver for Apache Cassandra](https://github.com/datastax/python-driver)
3637

3738
## Create a database account
3839

includes/cosmos-db-create-dbaccount-cassandra.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Setting|Suggested value|Description
99
---|---|---
1010
ID|*Enter a unique name*|Enter a unique name to identify this Azure Cosmos DB account. Because *documents.azure.com* is appended to the ID that you provide to create your contact point, use a unique but identifiable ID.<br><br>The ID can contain only lowercase letters, numbers, and the hyphen (-) character, and it must contain 3 to 50 characters.
11-
API|Cassandra|The API determines the type of account to create. Azure Cosmos DB provides five APIs to suits the needs of your application: SQL (document database), Gremlin (graph database), MongoDB (document database), Azure Table, and Cassandra, each which currently require a separate account. <br><br>Select **Cassandra** because in this quickstart you are creating a wide-column database that is queryable using CQL syntax.<br><br>If Cassandra (wide-column) is not displayed in your list, then you need to [apply to join](https://aka.ms/cosmosdb-cassandra-signup) the Cassandra API preview program.<br><br> [Learn more about the Cassandra API](../articles/cosmos-db/cassandra-introduction.md)|
11+
API|Cassandra|The API determines the type of account to create. Azure Cosmos DB provides five APIs to suits the needs of your application: SQL (document database), Gremlin (graph database), MongoDB (document database), Azure Table, and Cassandra, each which currently require a separate account. <br><br>Select **Cassandra** because in this quickstart you are creating a wide-column database that is queryable using CQL syntax.<br><br>If Cassandra (wide-column) is not displayed in your list, then you need to [apply to join](cassandra-introduction.md#sign-up-now) the Cassandra API preview program.<br><br> [Learn more about the Cassandra API](../articles/cosmos-db/cassandra-introduction.md)|
1212
Subscription|*Your subscription*|Select Azure subscription that you want to use for this Azure Cosmos DB account.
1313
Resource Group|*Enter the same unique name as provided above in ID*|Enter a new resource-group name for your account. For simplicity, you can use the same name as your ID.
1414
Location|*Select the region closest to your users*|Select geographic location in which to host your Azure Cosmos DB account. Use the location that's closest to your users to give them the fastest access to the data.

0 commit comments

Comments
 (0)