Skip to content

Commit 1da2b2d

Browse files
committed
Fixing Acrolinx errors
1 parent 47d4f77 commit 1da2b2d

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

articles/communication-services/quickstarts/email/manage-suppression-lists.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: How to manage suppression lists for a Azure Communication Email Domain using the Azure Portal
2+
title: How to manage suppression lists for an Azure Communication Email Domain using the Azure portal
33
titleSuffix: An Azure Communication Services quick start guide.
4-
description: Learn about managing suppression lists for a Azure Communication Email Domain using the Azure Portal
4+
description: Learn about managing suppression lists for an Azure Communication Email Domain using the Azure portal
55
author: matthohn-msft
66
manager: koagbakp
77
services: azure-communication-services
@@ -13,51 +13,51 @@ ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
1313
zone_pivot_groups: acs-js-csharp-java-python
1414
---
1515

16-
# Quickstart: How to manage suppression lists for a Azure Communication Email Domain using the Azure Portal
16+
# Quickstart: How to manage suppression lists for an Azure Communication Email Domain using the Azure portal
1717

18-
In this quick start, you will learn how to manage suppression lists for a Azure Communication Email Domain using the Azure Portal.
18+
In this quick start, you learn how to manage suppression lists for an Azure Communication Email Domain using the Azure portal.
1919

2020
## Prerequisites
2121

2222
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet/).
23-
- An Azure Email Communication Services Resource ready to provision domains. [Get started creating an Email Communication Resource](./create-email-communication-resource.md).
23+
- An Azure Email Communication Services Resource ready to = domains. [Get started creating an Email Communication Resource](./create-email-communication-resource.md).
2424
- An [Azure Managed Domain](./add-azure-managed-domains.md) or [Custom Domain](./add-custom-verified-domains.md) provisioned and ready to send emails.
2525

26-
Once you have a domain provisioned, you are ready to start configuring your resource.
26+
Once you have a domain provisioned, you're ready to start configuring your resource.
2727

28-
1. Navigate to the Domains blade of your EmailService resource.
28+
1. Navigate to the Domains configuration page of your EmailService resource.
2929
:::image type="content" source="./media/manage-suppressionlist-provisioned-domains.png" alt-text="Screenshot that highlights an email service with a provisioned domain.":::
3030

31-
2. Click on the link for your provisioned domain, under the Domain name column.
32-
3. Then navigate to the Suppression Lists blade of your domain resource.
33-
:::image type="content" source="./media/manage-suppressionlist-blade.png" alt-text="Screenshot that highlights the Suppression List blade on a domains resource.":::
31+
2. Select on the link for your provisioned domain, under the Domain name column.
32+
3. Then navigate to the Suppression Lists configuration page of your domain resource.
33+
:::image type="content" source="./media/manage-suppressionlist-blade.png" alt-text="Screenshot that highlights the Suppression List configuration page on a domains resource.":::
3434

35-
4. Select your desired domain from the dropdown list. You will see entry in the dropdown for each sender username that has been provisioned for the domains. See here for more details on SenderUsernames [link to sender username docs].
36-
:::image type="content" source="./media/manage-suppressionlist-select-sender-domain.png" alt-text="Screenshot that highlights the dropdown list of mailfrom email addresses.":::
35+
4. Select your desired domain from the dropdown list. You see entry in the dropdown for each sender username that is provisioned for the domains. For more information, see here for more details on [SenderUsername management](add-multiple-senders-mgmt-sdks.md).
36+
:::image type="content" source="./media/manage-suppressionlist-select-sender-domain.png" alt-text="Screenshot that highlights the dropdown list of mail from email addresses.":::
3737

38-
5. Once you have chosen a sender username to create the list for, either click the Add button or the Create new Suppression List button.
38+
5. Once you choose a sender username to create the list for, either select the Add button or the Create new Suppression List button.
3939
:::image type="content" source="./media/manage-suppressionlist-add-new-list.png" alt-text="Screenshot that highlights the options to add a new suppression list for a mail from address.":::
4040

41-
6. Once you have a SuppressionList created, you will see options to add a new recipient or upload an CSV of contacts.
42-
:::image type="content" source="./media/manage-suppressionlist-add-recipients.png" alt-text="Screenshot that highlights the options to add a recipients to a suppression.":::
41+
6. Once you have a SuppressionList created, you see options to add a new recipient or upload a CSV of contacts.
42+
:::image type="content" source="./media/manage-suppressionlist-add-recipients.png" alt-text="Screenshot that highlights the options to add a recipient to a suppression.":::
4343

44-
7. Adding a single user will show the Add Recipient flyout. Here you can enter the recipients email address and some basic contact information.
45-
:::image type="content" source="./media/manage-suppressionlist-add-single-recipient-flyout.png" alt-text="Screenshot that highlights the Add Recipient flayout.":::
44+
7. Adding a single user shows the Added Recipient flyout. Here you can enter the recipients email address and some basic contact information.
45+
:::image type="content" source="./media/manage-suppressionlist-add-single-recipient-flyout.png" alt-text="Screenshot that highlights the Added Recipient flyout.":::
4646

47-
8. If you do not want to add a single recipient at a time, you can choose the upload CSV option. When you click on Upload CSV File, the import csv flyout will be shown. Here you can select a CSV file from your machine.
48-
:::image type="content" source="./media/manage-suppressionlist-import-csv.png" alt-text="Screenshot that highlights the import CSV flayout.":::
47+
8. Choose the upload CSV option, if you don't want to add a single recipient at a time. When you select on Upload CSV File, the import csv flyout is shown. Here you can select a CSV file from your machine.
48+
:::image type="content" source="./media/manage-suppressionlist-import-csv.png" alt-text="Screenshot that highlights the import CSV flyout.":::
4949

50-
9. The CSV will be checked for conflcts
51-
:::image type="content" source="./media/manage-suppressionlist-import-csv-conflicts.png" alt-text="Screenshot showing the import conflicts that will need to be resolved.":::
50+
9. Checks with existing records are done for the selected CSV.
51+
:::image type="content" source="./media/manage-suppressionlist-import-csv-conflicts.png" alt-text="Screenshot showing the import conflicts that need to be resolved.":::
5252

5353
10. Finally, confirm the import and conflicts are resolved.
5454
:::image type="content" source="./media/manage-suppressionlist-import-csv-confirm.png" alt-text="Screenshot that import summary and confirmation page.":::
5555

56-
11. Recipients can be exported, edited or removed.
56+
11. Export, edit, or remove recipients from the list view page.
5757
:::image type="content" source="./media/manage-suppressionlist-recipients.png" alt-text="Screenshot that highlights the suppression list recipients view.":::
5858

59-
12. Recipients can be editied and deleted from the Edit Recipient flyout.
60-
:::image type="content" source="./media/manage-suppressionlist-edit-recipient.png" alt-text="Screenshot that highlights the edit recipient flayout.":::
59+
12. Edit or delete recipients from the Edit Recipient flyout.
60+
:::image type="content" source="./media/manage-suppressionlist-edit-recipient.png" alt-text="Screenshot that highlights the edited recipient flyout.":::
6161

6262
## Next steps
6363

0 commit comments

Comments
 (0)