Skip to content

Commit e43a5a2

Browse files
committed
Draft Email service limit links
Example of links from Azure managed domains and Custom domains to Service limits.
1 parent 4d54535 commit e43a5a2

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

articles/communication-services/concepts/service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Azure Communication Services provides rich logs and analytics to help monitor an
139139
| Operation | Scope | Timeframe (minutes) | Limit (number of emails) |
140140
|---------|-----|-------------|-------------------|
141141
|Send Email|Per Subscription|1|30|
142-
|Send Email|Per Subscription|60|100|
142+
|Send Email|Per Subscription|60|?100?|
143143
|Get Email Status|Per Subscription|1|60|
144144
|Get Email Status|Per Subscription|60|200|
145145

articles/communication-services/quickstarts/email/add-azure-managed-domains.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.devlang: azurecli
1616

1717
# Quickstart: How to add Azure Managed Domains to Email Communication Service
1818

19-
In this quick start, you learn how to provision the Azure Managed Domain to Email Communication Service in Azure Communication Services.
19+
This article describes how to provision an Azure Managed Domain for Email Communication Service in Azure Communication Services.
2020

2121
::: zone pivot="platform-azp"
2222
[!INCLUDE [Azure portal](./includes/create-azure-managed-domain-resource-az-portal.md)]
@@ -43,6 +43,9 @@ Before provisioning an Azure Managed Domain, review the following table to decid
4343
|**Pros:** | - Setup is quick & easy<br/>- No domain verification required<br /> | - Emails are sent from your own domain |
4444
|**Cons:** | - Sender domain is not personalized and cannot be changed<br/>- Sender usernames can't be personalized<br/>- Very limited sending volume<br />- User Engagement Tracking can't be enabled <br /> | - Requires verification of domain records <br /> - Longer setup for verification |
4545

46+
### Service limits
47+
48+
Both Azure managed domains and Custom domains are subject to service limits. Service limits include failure, rate, and size limits. For more informations, see [Service limits for Azure Communication Services > Email](../../concepts/service-limits.md#email).
4649

4750
## Sender authentication for Azure Managed Domain
4851

@@ -58,5 +61,6 @@ Azure Communication Services automatically configures the required email authent
5861

5962
## Related articles
6063

61-
* Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md)
62-
* Learn how to send emails with custom verified domains in [Quickstart: How to add custom verified email domains](../../quickstarts/email/add-custom-verified-domains.md)
64+
* Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md).
65+
* Review email failure limits, rate limits, and size limits in [Service limits for Azure Communication Services > Email](../../concepts/service-limits.md#email).
66+
* Learn how to send emails with custom verified domains in [Quickstart: How to add custom verified email domains](../../quickstarts/email/add-custom-verified-domains.md).

articles/communication-services/quickstarts/email/add-custom-verified-domains.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Before provisioning a custom email domain, review the following table to decide
4242
|**Pros:** | - Setup is quick & easy<br/>- No domain verification required<br /> | - Emails are sent from your own domain |
4343
|**Cons:** | - Sender domain isn't personalized and can't be changed<br/>- Sender usernames can't be personalized<br/>- Limited sending volume<br />- User Engagement Tracking can't be enabled<br /> | - Requires verification of domain records<br /> - Longer setup for verification |
4444

45+
### Service limits
46+
47+
Both Azure managed domains and Custom domains are subject to service limits. Service limits include failure, rate, and size limits. For more informations, see [Service limits for Azure Communication Services > Email](../../concepts/service-limits.md#email).
48+
4549
## Change MailFrom and FROM display names for custom domains
4650

4751
You can optionally configure your `MailFrom` address to be something other than the default `DoNotReply` and add more than one sender username to your domain. For more information about how to configure your sender address, see [Quickstart: How to add multiple sender addresses](add-multiple-senders.md).
@@ -96,3 +100,5 @@ The following links provide more information about how to add a CNAME record usi
96100
## Related articles
97101

98102
* Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md)
103+
* Review email failure limits, rate limits, and size limits in [Service limits for Azure Communication Services > Email](../../concepts/service-limits.md#email).
104+
* Learn how to send emails with Azure Managed Domains in [Quickstart: How to add Azure Managed Domains to Email Communication Service](../../quickstarts/email/add-azure-managed-domains.md).

0 commit comments

Comments
 (0)