Skip to content

Commit c88c4d5

Browse files
committed
Updating free tier billing doc
1 parent 455227c commit c88c4d5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/cosmos-db/free-tier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ThomasWeiss
55
ms.author: thweiss
66
ms.service: cosmos-db
77
ms.topic: how-to
8-
ms.date: 05/25/2021
8+
ms.date: 03/29/2022
99
---
1010

1111
# Azure Cosmos DB free tier

articles/cosmos-db/understand-your-bill.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: markjbrown
55
ms.author: mjbrown
66
ms.service: cosmos-db
77
ms.topic: conceptual
8-
ms.date: 08/26/2021
8+
ms.date: 03/31/2022
99
ms.reviewer: sngun
1010
---
1111

@@ -223,6 +223,9 @@ With Azure Cosmos DB free tier, you'll get the first 1000 RU/s and 25 GB of stor
223223

224224
### Billing example - container with autoscale throughput
225225

226+
> [!TIP]
227+
> When using autoscale, the entry point scale range you can set is 100 - 1000 RU/s. If you want to use autoscale and keep your account completely free, create either one container with this scale range, or a shared throughput database with up to 25 containers inside. The example below illustrates how billing works if you provision throughput higher than the 100 - 1000 RU/s scale range.
228+
226229
- Let's suppose in a free tier account, we create a container with autoscale enabled, with a maximum RU/s of 4000 RU/s. This resource will automatically scale between 400 RU/s - 4000 RU/s.
227230
- Suppose in hour 1 through hour 10, the resource is scaled to 1000 RU/s. During hour 11, the resource scales up to 1600 RU/s and then back down to 1000 RU/s within the hour.
228231
- In hours 1 through 10, you will be billed $0 for throughput, as the 1000 RU/s were covered by free tier.

0 commit comments

Comments
 (0)