File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed
articles/communication-services/concepts Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,21 @@ Sending a high volume of messages has a set of limitations on the number of emai
84
84
85
85
### Rate Limits
86
86
87
- | Operation | Scope | Timeframe (minutes) | Azure Managed Domains Limit (number of emails) | Custom Domains Limit (number of emails) |
88
- | ---------| -----| -------------| -------------------| -------------------|
89
- | Send Email| Per Subscription| 1| 5| 30|
90
- | Send Email| Per Subscription| 60| 10| 100|
91
- | Get Email Status| Per Subscription| 1| 5| 60|
92
- | Get Email Status| Per Subscription| 60| 10| 200|
87
+ Custom Domains
88
+ | Operation | Scope | Timeframe (minutes) | Limit (number of emails) |
89
+ | ---------| -----| -------------| -------------------|
90
+ | Send Email| Per Subscription| 1| 30|
91
+ | Send Email| Per Subscription| 60| 100|
92
+ | Get Email Status| Per Subscription| 1| 60|
93
+ | Get Email Status| Per Subscription| 60| 200|
94
+
95
+ Azure Managed Domains
96
+ | Operation | Scope | Timeframe (minutes) | Limit (number of emails) |
97
+ | ---------| -----| -------------| -------------------|
98
+ | Send Email| Per Subscription| 1| 5|
99
+ | Send Email| Per Subscription| 60| 10|
100
+ | Get Email Status| Per Subscription| 1| 10|
101
+ | Get Email Status| Per Subscription| 60| 20|
93
102
94
103
### Size Limits
95
104
You can’t perform that action at this time.
0 commit comments