Skip to content

Commit e280b2d

Browse files
authored
Merge pull request #286632 from joexumsft/xuxu/add_premium
[Azure App Configuration] Update app-configuration-limits.md with Premium tier info
2 parents b08496f + c3468dd commit e280b2d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

includes/app-configuration-limits.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,18 @@ ms.author: tomfitz
99
| --- | --- | ---|
1010
| Configuration stores for Free tier | One store per region per subscription. |
1111
| Configuration stores for Standard tier | Unlimited stores per subscription. |
12+
| Configuration stores for Premium tier | Unlimited stores per subscription. |
1213
| Configuration store requests for Free tier | 1,000 requests per day | Once the quota is exhausted, HTTP status code 429 is returned for all requests until the end of the day. |
13-
| Configuration store requests for Standard tier | 30,000 per hour |Once the quota is exhausted, requests may return HTTP status code 429 indicating Too Many Requests - until the end of the hour.|
14+
| Configuration store requests for Standard tier | 30,000 per hour | Once the quota is exhausted, requests may return HTTP status code 429 indicating Too Many Requests - until the end of the hour.|
15+
| Configuration store requests for Premium tier | No quota limit on requests. |
16+
| Throughput for Free tier | No guaranteed throughput. |
17+
| Throughput for Standard tier | Allow up to 300 requests per second (RPS) for read requests and up to 60 RPS for write requests. |
18+
| Throughput for Premium tier | Allow up to 450 requests per second (RPS) for read requests and up to 100 RPS for write requests. |
1419
| Storage for Free tier | 10 MB | There is no limit on the number of keys and labels as long as their total size is below the storage limit. |
1520
| Storage for Standard tier | 1 GB | There is no limit on the number of keys and labels as long as their total size is below the storage limit. |
21+
| Storage for Premium tier | 4 GB | There is no limit on the number of keys and labels as long as their total size is below the storage limit. |
1622
| Keys and values | 10 KB | For a single key-value item, including all metadata. |
1723
| Snapshots storage for Free tier | 10 MB | Snapshots storage is extra and in addition to "Storage for Free Tier". Storage for both archived and active snapshots is counted towards this limit. |
1824
| Snapshots storage for Standard tier | 1 GB | Snapshots storage is extra and in addition to "Storage for Standard Tier". Storage for both archived and active snapshots is counted towards this limit. |
25+
| Snapshots storage for Premium tier | 4 GB | Snapshots storage is extra and in addition to "Storage for Premium Tier". Storage for both archived and active snapshots is counted towards this limit. |
1926
| Snapshot size | 1 MB | |

0 commit comments

Comments
 (0)