Skip to content

Commit 0c2ed99

Browse files
committed
Captialization
Reverted changes that affected branding
1 parent ef2c64e commit 0c2ed99

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.service: azure-communication-services
1313

1414
# Quickstart: How to add Azure Managed Domains to email
1515

16-
In this quick start, you learn 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 in Azure Communication Services to send email.
1717

1818
## Prerequisites
1919

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To provision a custom domain, you need to:
3939

4040
In this section, you verify the custom domain ownership by adding a TXT record in your DNS.
4141

42-
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).
42+
1. Open the Overview page of the Email Communication Service resource that you created in [Get started with Creating Email Communication Resource](../../quickstarts/email/create-email-communication-resource.md).
4343
2. Create a custom domain using one of the following options.
4444
- (Option 1) Click the **Setup** button under **Setup a custom domain**. Continue to **step 3**.
4545

@@ -213,7 +213,7 @@ The following links provide more information about how to add a CNAME record usi
213213

214214
* [Get started by connecting Email Communication Service with an Azure Communication Service resource](../../quickstarts/email/connect-email-communication-resource.md)
215215

216-
* [How to send an email using Azure Communication Service](../../quickstarts/email/send-email.md)
216+
* [How to send an email using Azure Communication Services](../../quickstarts/email/send-email.md)
217217

218218

219219
## Related articles

articles/communication-services/quickstarts/email/add-multiple-senders.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ An email domain that is provisioned to send email has a default MailFrom address
2727
> [!NOTE]
2828
> Sender usernames cannot be enabled for Azure Managed Domains or custom domains with default sending limits. For more information, see [Service limits for Azure Communication Services](../../concepts/service-limits.md#rate-limits).
2929
30-
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).
30+
1. Open the Overview page of the Email Communication Service resource that you created in [Get started with Creating Email Communication Resource](../../quickstarts/email/create-email-communication-resource.md).
3131
2. Click **Provision Domains** on the left navigation panel to see list of provisioned domains.
3232
3. Click on the one of the provisioned domains to open the Domain Overview page.
3333

@@ -69,7 +69,7 @@ An email domain that is provisioned to send email has a default MailFrom address
6969

7070
## Next steps
7171

72-
* [Quickstart: Create and manage email communication services resources](../../quickstarts/email/create-email-communication-resource.md)
72+
* [Quickstart: Create and manage Email Communication Service resources](../../quickstarts/email/create-email-communication-resource.md)
7373

7474
* [Quickstart: How to connect a verified email domain](../../quickstarts/email/connect-email-communication-resource.md)
7575

articles/communication-services/quickstarts/email/connect-email-communication-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ In this quick start, you learn how to connect a verified domain in Azure Communi
4545

4646
* [How to send an Email](../../quickstarts/email/send-email.md)
4747

48-
* [What is Email Communication Resource for Azure Communication Service](../../concepts/email/prepare-email-communication-resource.md)
48+
* [What is Email Communication Resource for Azure Communication Services](../../concepts/email/prepare-email-communication-resource.md)
4949

5050

51-
The following documents may be interesting to you:
51+
## Related articles
5252

5353
- Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md)

articles/communication-services/quickstarts/email/create-email-communication-resource.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Quickstart - Create and manage Email Communication Service resource in Azure Communication Service
2+
title: Quickstart - Create and manage Email Communication Service resource in Azure Communication Services
33
titleSuffix: An Azure Communication Services quickstart
4-
description: In this quickstart, you'll learn how to create and manage your first Azure Email Communication Services resource.
4+
description: In this quickstart, you'll learn how to create and manage your first Azure Email Communication Service resource.
55
author: bashan-git
66
manager: sphenry
77
services: azure-communication-services
@@ -10,10 +10,10 @@ ms.date: 03/31/2023
1010
ms.topic: quickstart
1111
ms.service: azure-communication-services
1212
---
13-
# Quickstart: Create and manage email communication services resources
13+
# Quickstart: Create and manage Email Communication Service resources
1414

1515

16-
Get started with Email by provisioning your first email communication services resource. Communication services resources can be provisioned through the [Azure portal](https://portal.azure.com/) or with the .NET management client library. The management client library and the Azure portal enable you to create, configure, update, and delete your resources and interface with [Azure Resource Manager](../../../azure-resource-manager/management/overview.md), Azure's deployment and management service. All functions available in the client libraries are available in the Azure portal.
16+
Get started with Email by provisioning your first Email Communication Service resource. Provision Email Communication Service resources through the [Azure portal](https://portal.azure.com/) or with the .NET management client library. The management client library and the Azure portal enable you to create, configure, update, and delete your resources and interface with [Azure Resource Manager](../../../azure-resource-manager/management/overview.md), Azure's deployment and management service. All functions available in the client libraries are available in the Azure portal.
1717

1818
## Create the Email Communications Service resource using portal
1919

articles/communication-services/quickstarts/email/enable-user-engagement-tracking.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: How to enable user engagement tracking to an email domain with Azure Communication Services resource.
2+
title: How to enable user engagement tracking for an email domain with Azure Communication Services resource.
33
titleSuffix: An Azure Communication Services quick start guide
4-
description: Learn about how to enable user engagement tracking for the email domains with Azure Communication Services resource.
4+
description: Learn about how to enable user engagement tracking for an email domains with Azure Communication Services resource.
55
author: bashan-git
66
manager: sundraman
77
services: azure-communication-services
@@ -20,7 +20,7 @@ To gain insights into your customer email engagements, enable user engagement tr
2020
In this quick start, you learn how to enable user engagement tracking for a verified email domain in Azure Communication Services.
2121

2222
## Enable email engagement
23-
1. Go the overview page of the Email Communications Service resource that you created in [Quickstart: Create and manage an email communication services resource](./create-email-communication-resource.md).
23+
1. Go the overview page of the Email Communications Service resource that you created in [Quickstart: Create and manage an Email Communication Service resource](./create-email-communication-resource.md).
2424
2. In the left navigation panel, click **Provision Domains** to open a list of provisioned domains.
2525
3. Click on the name of the custom domain that you would like to update.
2626

@@ -41,7 +41,7 @@ In this quick start, you learn how to enable user engagement tracking for a veri
4141
You can now subscribe to Email User Engagement operational logs, which provide information about **open** and **click** user engagement metrics for messages sent from the email service.
4242

4343
> [!NOTE]
44-
> User Engagement Tracking cannot be enabled for Azure Managed Domains or Custom Domains with default sending limits. For more information, see [Service limits for Azure Communication Services](../../concepts/service-limits.md#rate-limits).
44+
> User Engagement Tracking cannot be enabled for Azure Managed Domains or custom domains with default sending limits. For more information, see [Service limits for Azure Communication Services](../../concepts/service-limits.md#rate-limits).
4545
4646
> [!IMPORTANT]
4747
> If you plan to enable open/click tracking for your email links, ensure that you are correctly formatting the email content in HTML. Specifically, make sure that your tracking content is properly encapsulated within the payload, as follows:
@@ -56,4 +56,4 @@ You can now subscribe to Email User Engagement operational logs, which provide i
5656
## Related articles
5757

5858
- Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md)
59-
- [Quickstart: How to connect email communication services with an Azure Communication Service resource](../../quickstarts/email/connect-email-communication-resource.md)
59+
- [Quickstart: How to connect Email Communication Service with an Azure Communication Services resource](../../quickstarts/email/connect-email-communication-resource.md)

0 commit comments

Comments
 (0)