Skip to content

Commit 03c5f7d

Browse files
authored
Merge pull request #273088 from vac0224/vc-email-acs-2024-04-26
update
2 parents 4bcb144 + f662737 commit 03c5f7d

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
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 Service resource.
4+
description: This quickstart describes how to create and manage your first Azure Email Communication Service resource.
55
author: bashan-git
66
manager: sphenry
77
services: azure-communication-services
@@ -13,31 +13,33 @@ ms.service: azure-communication-services
1313
# Quickstart: Create and manage Email Communication Service resources
1414

1515

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.
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 using 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 using Azure's deployment and management service: [Azure Resource Manager](../../../azure-resource-manager/management/overview.md). All functions available in the client libraries are available in the Azure portal.
1717

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

2020
1. Open the [Azure portal](https://portal.azure.com/) to create a new resource.
2121
2. Search for **Email Communication Services**.
22-
3. Select **Email Communication Services** and press **Create**
2322

2423
:::image type="content" source="./media/email-communication-search.png" alt-text="Screenshot that shows how to search Email Communication Service in market place.":::
2524

25+
1. Select **Email Communication Services** and click **Create**.
26+
2627
:::image type="content" source="./media/email-communication-create.png" alt-text="Screenshot that shows Create link to create Email Communication Service.":::
2728

28-
4. Complete the required information on the basics tab:
29+
4. Enter the required information in the Basics tab:
2930
- Select an existing Azure subscription.
3031
- Select an existing resource group, or create a new one by clicking the **Create new** link.
31-
- Provide a valid name for the resource.
32+
- Provide a valid name for the resource.
33+
- Select the region where the resource needs to be available.
3234
- Select **United States** as the data location.
33-
- If you would like to add tags, click **Next: Tags**
34-
- Add any name/value pairs.
35-
- Click **Next: Review + create**.
35+
- To add tags, click **Next: Tags**
36+
- Add any name/value pairs.
3637

3738
:::image type="content" source="./media/email-communication-create-review.png" alt-text="Screenshot that shows how to the summary for review and create Email Communication Service.":::
3839

40+
5. Click **Next: Review + create**.
3941
5. Wait for the validation to pass, then click **Create**.
40-
6. Wait for the Deployment to complete, then click **Go to Resource**. This opens the Email Communication Service Overview.
42+
6. Wait for the Deployment to complete, then click **Go to Resource** to open the Email Communication Service overview.
4143

4244
:::image type="content" source="./media/email-communication-overview.png" alt-text="Screenshot that shows the overview of Email Communication Service resource.":::
4345

2.25 KB
Loading

0 commit comments

Comments
 (0)