You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/app-configuration-limits.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,18 @@ ms.author: tomfitz
9
9
| --- | --- | ---|
10
10
| Configuration stores for Free tier | One store per region per subscription. |
11
11
| Configuration stores for Standard tier | Unlimited stores per subscription. |
12
+
| Configuration stores for Premium tier | Unlimited stores per subscription. |
12
13
| 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. |
14
19
| 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. |
15
20
| 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. |
16
22
| Keys and values | 10 KB | For a single key-value item, including all metadata. |
17
23
| 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. |
18
24
| 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. |
0 commit comments