Skip to content

Commit f23d1ab

Browse files
authored
Merge pull request #270472 from vac0224/vc-email-throttling-tier
Reviewed and edited new email articles
2 parents 251aefe + 6636b2c commit f23d1ab

13 files changed

+145
-130
lines changed

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

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@ ms.service: azure-communication-services
1313

1414
# Quickstart: How to add Azure Managed Domains to Email Communication Service
1515

16-
In this quick start, you learn about how to provision the Azure Managed domain in Azure Communication Services to send email.
16+
In this quick start, you learn how to provision the Azure Managed Domain to Email Communication Service in Azure Communication Services.
1717

1818
## Prerequisites
1919

2020
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet/).
21-
- An Azure Email Communication Services Resource created and ready to provision the domains [Get started with Creating Email Communication Resource](../../quickstarts/email/create-email-communication-resource.md)
21+
- An Azure Communication Services Email Resource created and ready to add the domains. See [Get started with Creating Email Communication Resource](../../quickstarts/email/create-email-communication-resource.md).
2222

23-
## Azure Managed Domains vs. Custom Domains
23+
## Azure Managed Domains compared to Custom Domains
2424

25-
Before provisioning an Azure Managed Domain, review the following table to determine which domain type is most appropriate for your particular use case.
25+
Before provisioning an Azure Managed Domain, review the following table to decide which domain type best meets your needs.
2626

2727
| | [Azure Managed Domains](./add-azure-managed-domains.md) | [Custom Domains](./add-custom-verified-domains.md) |
2828
|---|---|---|
2929
|**Pros:** | - Setup is quick & easy<br/>- No domain verification required<br /> | - Emails are sent from your own domain |
30-
|**Cons:** | - Sender domain is not personalized and cannot be changed<br/>- Sender usernames cannot be personalized<br/>- Very limited sending volume<br />- User Engagement Tracking cannot be enabled <br /> | - Requires verification of domain records <br /> - Longer setup for verification |
30+
|**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 |
3131

3232

3333
## Provision Azure Managed Domain
3434

35-
1. Go the overview page of the Email Communications Service resource that you created earlier.
36-
2. Create the Azure Managed Domain.
37-
- (Option 1) Click the **1-click add** button under **Add a free Azure subdomain**. Move to the next step.
35+
1. Open the Overview page of the Email Communications Service resource that you created in [Get started with Creating Email Communication Resource](../../quickstarts/email/create-email-communication-resource.md).
36+
2. Create an Azure Managed Domain using one of the following options.
37+
- (Option 1) Click the **1-click add** button under **Add a free Azure subdomain**. Continue to **step 3**.
3838

3939
:::image type="content" source="./media/email-add-azure-domain.png" alt-text="Screenshot that highlights the adding a free Azure Managed Domain.":::
4040

@@ -44,30 +44,32 @@ Before provisioning an Azure Managed Domain, review the following table to deter
4444

4545
- Click **Add domain** on the upper navigation bar.
4646
- Select **Azure domain** from the dropdown.
47+
4748
3. Wait for the deployment to complete.
4849

4950
:::image type="content" source="./media/email-add-azure-domain-progress.png" alt-text="Screenshot that shows the Deployment Progress." lightbox="media/email-add-azure-domain-progress-expanded.png":::
5051

51-
4. After domain creation is completed, you'll see a list view with the created domain.
52+
4. Once the domain is created, you see a list view with the new domain.
5253

5354
:::image type="content" source="./media/email-add-azure-domain-created.png" alt-text="Screenshot that shows the list of provisioned email domains." lightbox="media/email-add-azure-domain-created-expanded.png":::
5455

55-
5. Click the name of the provisioned domain, which navigates you to the overview page for the domain resource type.
56+
5. Click the name of the provisioned domain to open the overview page for the domain resource type.
5657

5758
:::image type="content" source="./media/email-azure-domain-overview.png" alt-text="Screenshot that shows Azure Managed Domain overview page." lightbox="media/email-azure-domain-overview-expanded.png":::
5859

5960
## Sender authentication for Azure Managed Domain
60-
Azure communication Services Email automatically configures the required email authentication protocols to set proper authentication for the email as detailed in [Email Authentication best practices](../../concepts/email/email-authentication-best-practice.md).
61+
62+
Azure Communication Services automatically configures the required email authentication protocols for the email as described in [Email Authentication best practices](../../concepts/email/email-authentication-best-practice.md).
6163

6264
**Your email domain is now ready to send emails.**
6365

6466
## Next steps
6567

66-
* [Get started by connecting Email Communication Service with Azure Communication Service resource](../../quickstarts/email/connect-email-communication-resource.md)
68+
* [Quickstart: How to connect a verified email domain](../../quickstarts/email/connect-email-communication-resource.md)
6769

6870
* [How to send an email using Azure Communication Service](../../quickstarts/email/send-email.md)
6971

70-
The following documents may be interesting to you:
72+
## Related articles
7173

72-
- Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md)
73-
- How to send emails with custom verified domains? [Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
74+
* Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md)
75+
* 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)

0 commit comments

Comments
 (0)