Skip to content

Commit cf5f282

Browse files
committed
Adding documentation on how to manage suppression lists in the azure portal.
1 parent 85f1114 commit cf5f282

13 files changed

+65
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: How to manage suppression lists for a Azure Communication Email Domain using the Azure Portal
3+
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
5+
author: matthohn
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+
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
13+
zone_pivot_groups: acs-js-csharp-java-python
14+
---
15+
16+
# Quickstart: How to manage suppression lists for a Azure Communication Email Domain using the Azure Portal
17+
18+
In this quick start, you will learn how to manage suppression lists for a Azure Communication Email Domain using the Azure Portal.
19+
20+
## Prerequisites
21+
22+
- 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).
24+
- An [Azure Managed Domain](../add-azure-managed-domains.md) or [Custom Domain](../add-custom-verified-domains.md) provisioned and ready to send emails.
25+
26+
Once you have a domain provisioned, you are ready to start configuring your resource.
27+
28+
1. Navigate to the Domains blade of your EmailService resource.
29+
:::image type="content" source="./media/manage-suppressionlist-provisioned-domains.png" alt-text="Screenshot that highlights an email service with a provisioned domain.":::
30+
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.":::
34+
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.":::
37+
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.
39+
:::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.":::
40+
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.":::
43+
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.":::
46+
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.":::
49+
50+
9. The CSV will be checked for conflcts
51+
:::image type="content" source="./media/manage-suppressionlist-import-csv-conflicts.png" alt-text="Screenshot that highlights the import CSV flayout.":::
52+
53+
10. Finally, confirm the import and conflicts are resolved.
54+
:::image type="content" source="./media/manage-suppressionlist-import-csv-confirm.png" alt-text="Screenshot that highlights the import CSV flayout.":::
55+
56+
11. Recipients can be exported, edited or removed.
57+
:::image type="content" source="./media/manage-suppressionlist-recipients-view.png" alt-text="Screenshot that highlights the suppression list recipients view.":::
58+
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.":::
61+
62+
## Next steps
63+
64+
- [Quickstart: Manage Domain Suppression Lists in Azure Communication Services using the Management Client Libraries](./manage-suppression-list-mgmt-sdks.md)
65+
- [Send Mail with Azure Communication Services](./send-email.md)
38.2 KB
Loading
159 KB
Loading
163 KB
Loading
159 KB
Loading
234 KB
Loading
32 KB
Loading
41.7 KB
Loading
37.8 KB
Loading
89.5 KB
Loading

0 commit comments

Comments
 (0)