Skip to content

Commit 27df822

Browse files
Merge pull request #269962 from matthohn-msft/matthohn/acs-manage-suppressionlist-documentation
Adding documentation on how to manage suppression lists in the azure portal.
2 parents 8626060 + e484cca commit 27df822

14 files changed

+65
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Manage domain suppression lists in Azure Communication Services using the Azure portal
3+
titleSuffix: An Azure Communication Services quick start guide.
4+
description: Learn about managing domain suppression lists in Azure Communication Services using the Azure portal
5+
author: matthohn-msft
6+
manager: koagbakp
7+
services: azure-communication-services
8+
ms.author: matthohn
9+
ms.date: 03/21/2024
10+
ms.topic: quickstart
11+
ms.service: azure-communication-services
12+
---
13+
14+
# Quickstart: How to manage suppression lists for an Azure Communication Email Domain using the Azure portal
15+
16+
In this quick start, you learn how to manage suppression lists for an Azure Communication Email Domain using the Azure portal.
17+
18+
## Prerequisites
19+
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 ready to provision domains. [Get started creating an Email Communication Resource](./create-email-communication-resource.md).
22+
- An [Azure Managed Domain](./add-azure-managed-domains.md) or [Custom Domain](./add-custom-verified-domains.md) provisioned and ready to send emails.
23+
24+
Once you have a domain provisioned, you're ready to start configuring your resource.
25+
26+
1. Navigate to the Domains configuration page of your EmailService resource.
27+
:::image type="content" source="./media/manage-suppression-list-provisioned-domains.png" alt-text="Screenshot that highlights an email service with a provisioned domain.":::
28+
29+
2. Select on the link for your provisioned domain, under the Domain name column.
30+
3. Then navigate to the Suppression Lists configuration page of your domain resource.
31+
:::image type="content" source="./media/manage-suppression-list-blade.png" alt-text="Screenshot that highlights the Suppression List configuration page on a domains resource.":::
32+
33+
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).
34+
:::image type="content" source="./media/manage-suppression-list-select-sender-domain.png" alt-text="Screenshot that highlights the dropdown list of mail from email addresses.":::
35+
36+
5. Once you choose a sender username to create the list for, either select the Add button or the Create new Suppression List button.
37+
:::image type="content" source="./media/manage-suppression-list-add-new-list.png" alt-text="Screenshot that highlights the options to add a new suppression list for a mail from address.":::
38+
39+
6. Once you have a SuppressionList created, you see options to add a new recipient or upload a CSV of contacts.
40+
:::image type="content" source="./media/manage-suppression-list-add-recipients.png" alt-text="Screenshot that highlights the options to add a recipient to a suppression.":::
41+
42+
7. Adding a single user shows the Added Recipient flyout. Here you can enter the recipients email address and some basic contact information.
43+
:::image type="content" source="./media/manage-suppression-list-add-single-recipient-flyout.png" alt-text="Screenshot that highlights the Added Recipient flyout.":::
44+
45+
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.
46+
:::image type="content" source="./media/manage-suppression-list-import-csv.png" alt-text="Screenshot that highlights the import CSV flyout.":::
47+
48+
9. Checks with existing records are done for the selected CSV.
49+
:::image type="content" source="./media/manage-suppression-list-import-csv-conflicts.png" alt-text="Screenshot showing the import conflicts that need to be resolved.":::
50+
51+
10. Finally, confirm the import and conflicts are resolved.
52+
:::image type="content" source="./media/manage-suppression-list-import-csv-confirm.png" alt-text="Screenshot that import summary and confirmation page.":::
53+
54+
11. Export, edit, or remove recipients from the list view page.
55+
:::image type="content" source="./media/manage-suppression-list-recipients.png" alt-text="Screenshot that highlights the suppression list recipients view.":::
56+
57+
12. Edit or delete recipients from the Edit Recipient flyout.
58+
:::image type="content" source="./media/manage-suppression-list-edit-recipient.png" alt-text="Screenshot that highlights the edited recipient flyout.":::
59+
60+
## Next steps
61+
62+
- [Quickstart: Manage Domain Suppression Lists in Azure Communication Services using the Management Client Libraries](./manage-suppression-list-management-sdks.md)
63+
- [Send Mail with Azure Communication Services](./send-email.md)
158 KB
Loading
163 KB
Loading
159 KB
Loading
234 KB
Loading
32 KB
Loading
38.2 KB
Loading
41.7 KB
Loading
37.8 KB
Loading
89.5 KB
Loading

0 commit comments

Comments
 (0)