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
# Quickstart: How to add Azure Managed Domains to Email Communication Service
15
15
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.
17
17
18
18
## Prerequisites
19
19
20
20
- 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).
22
22
23
-
## Azure Managed Domains vs. Custom Domains
23
+
## Azure Managed Domains compared to Custom Domains
24
24
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.
|**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 |
31
31
32
32
33
33
## Provision Azure Managed Domain
34
34
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**.
38
38
39
39
:::image type="content" source="./media/email-add-azure-domain.png" alt-text="Screenshot that highlights the adding a free Azure Managed Domain.":::
40
40
@@ -44,30 +44,32 @@ Before provisioning an Azure Managed Domain, review the following table to deter
44
44
45
45
- Click **Add domain** on the upper navigation bar.
46
46
- Select **Azure domain** from the dropdown.
47
+
47
48
3. Wait for the deployment to complete.
48
49
49
50
:::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":::
50
51
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.
52
53
53
54
:::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":::
54
55
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.
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).
61
63
62
64
**Your email domain is now ready to send emails.**
63
65
64
66
## Next steps
65
67
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)
67
69
68
70
*[How to send an email using Azure Communication Service](../../quickstarts/email/send-email.md)
69
71
70
-
The following documents may be interesting to you:
72
+
## Related articles
71
73
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