Skip to content

Commit c17db68

Browse files
committed
added links to preview program signup
1 parent df6f604 commit c17db68

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

articles/cosmos-db/cassandra-introduction.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ ms.author: mimig
2121

2222
[Azure Cosmos DB](introduction.md) provides the Cassandra API (preview) for applications that are written for Apache Cassandra that need premium capabilities like:
2323

24-
* [Turnkey global distribution](distribute-data-globally.md).
25-
* [Dedicated throughput](partition-data.md) worldwide.
24+
* [Scalable storage size and throughput](partition-data.md).
2625
* Single-digit millisecond latencies at the 99th percentile.
2726
* Guaranteed high availability.
2827

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ This quick start demonstrates how to create an Azure Cosmos DB account for the [
2828

2929
## Prerequisites
3030

31-
* Before you can run this sample, you must have the following prerequisites:
32-
* [Node.js](https://nodejs.org/en/) version v0.10.29 or higher
33-
* [Git](http://git-scm.com/)
31+
* 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).
32+
* [Node.js](https://nodejs.org/en/) version v0.10.29 or higher
33+
* [Git](http://git-scm.com/)
3434

3535
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
3636

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 (wide-column)|The API determines the type of account to create. Azure Cosmos DB provides five APIs to suits the needs of your application: Gremlin (graph), MongoDB, SQL (DocumentDB), Table (key-value), and Cassandra, each which currently require a separate account. <br><br>Select **Cassandra (wide-column)** because in this quickstart you are creating a wide-column database that is queryable using CQL syntax.<br><br>[Learn more about the Cassandra API](../articles/cosmos-db/cassandra-introduction.md)|
11+
API|Cassandra (wide-column)|The API determines the type of account to create. Azure Cosmos DB provides five APIs to suits the needs of your application: Gremlin (graph), MongoDB, SQL (DocumentDB), Table (key-value), and Cassandra, each which currently require a separate account. <br><br>Select **Cassandra (wide-column)** 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)|
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)