Skip to content

Commit af8cef8

Browse files
Merge pull request #271559 from wmwxwa/patch-16
Update free-tier.md
2 parents c6bf05b + 9fda677 commit af8cef8

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

articles/cosmos-db/free-tier.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
---
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.
44
author: seesharprun
55
ms.author: sidandrews
66
ms.service: cosmos-db
77
ms.topic: how-to
88
ms.date: 07/08/2022
99
---
1010

11-
# Azure Cosmos DB free tier
11+
# Azure Cosmos DB lifetime free tier
1212

1313
[!INCLUDE[NoSQL, MongoDB, Cassandra, Gremlin, Table](includes/appliesto-nosql-mongodb-cassandra-gremlin-table.md)]
1414

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+
1521
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.
1622

1723
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.
1824

1925
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.
2026

21-
> [!NOTE]
22-
> Free tier is currently not available for serverless accounts.
23-
2427
## Free tier with shared throughput database
2528

2629
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

Comments
 (0)