|
1 | 1 | ---
|
2 |
| -title: Azure Cosmos DB free tier |
3 |
| -description: Use Azure Cosmos DB free tier to get started, develop, test your applications. With free tier, you'll get the first 1000 RU/s and 25 GB of storage in the account for free. |
| 2 | +title: Azure Cosmos DB lifetime free tier |
| 3 | +description: Use Azure Cosmos DB lifetime free tier to get started, develop, test your applications. With free tier, you'll get the first 1000 RU/s and 25 GB of storage in the account for free. |
4 | 4 | author: seesharprun
|
5 | 5 | ms.author: sidandrews
|
6 | 6 | ms.service: cosmos-db
|
7 | 7 | ms.topic: how-to
|
8 | 8 | ms.date: 07/08/2022
|
9 | 9 | ---
|
10 | 10 |
|
11 |
| -# Azure Cosmos DB free tier |
| 11 | +# Azure Cosmos DB lifetime free tier |
12 | 12 |
|
13 | 13 | [!INCLUDE[NoSQL, MongoDB, Cassandra, Gremlin, Table](includes/appliesto-nosql-mongodb-cassandra-gremlin-table.md)]
|
14 | 14 |
|
| 15 | +> [!NOTE] |
| 16 | +> Free tier for **Azure Cosmos DB for MongoDB vCore-based model** can be found [here](mongodb/vcore/free-tier.md). |
| 17 | +> |
| 18 | +> Free tier is currently not available for serverless accounts. |
| 19 | +
|
| 20 | + |
15 | 21 | Azure Cosmos DB free tier makes it easy to get started, develop, test your applications, or even run small production workloads for free. When free tier is enabled on an account, you'll get the first 1000 RU/s and 25 GB of storage in the account for free. The throughput and storage consumed beyond these limits are billed at regular price. Free tier is available for all API accounts with provisioned throughput, autoscale throughput, single, or multiple write regions.
|
16 | 22 |
|
17 | 23 | Free tier lasts indefinitely for the lifetime of the account and it comes with all the [benefits and features](introduction.md#with-unmatched-reliability-and-flexibility) of a regular Azure Cosmos DB account. These benefits include unlimited storage and throughput (RU/s), SLAs, high availability, turnkey global distribution in all Azure regions, and more.
|
18 | 24 |
|
19 | 25 | You can have up to one free tier Azure Cosmos DB account per an Azure subscription and you must opt in when creating the account. If you don't see the option to apply the free tier discount, another account in the subscription has already been enabled with free tier. If you create an account with free tier and then delete it, you can apply free tier for a new account. When creating a new account, it’s recommended to enable the free tier discount if it’s available.
|
20 | 26 |
|
21 |
| -> [!NOTE] |
22 |
| -> Free tier is currently not available for serverless accounts. |
23 |
| -
|
24 | 27 | ## Free tier with shared throughput database
|
25 | 28 |
|
26 | 29 | In shared throughput model, when you provision throughput on a database, the throughput is shared across all the containers in the database. When using the free tier, you can provision a shared database with up to 1000 RU/s for free. All containers in the database will share the throughput.
|
|
0 commit comments