You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/email/send-email-smtp/smtp-authentication.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: How to create authentication credentials for sending emails using SMTP
3
3
titleSuffix: An Azure Communication Services Quickstart
4
4
description: Learn about how to use a service principal to create authentication credentials for sending emails using SMTP.
5
-
author: ddouglas
5
+
author: ddouglas-msft
6
6
services: azure-communication-services
7
7
ms.author: ddouglas
8
8
ms.date: 10/18/2023
@@ -28,7 +28,7 @@ Application developers who build apps that send email using the SMTP protocol ne
28
28
29
29
### Creating a custom email role for the Entra application
30
30
31
-
The Entra application must be assigned a role with both the **Microsoft.Communication/CommunicationServices/Read** and the **Microsoft.Communication/EmailServices/write** permissions on the Azure Communication Service Resource. This can be done either by using the **Contributor** role, or by creating a **custom role**. Follow these steps to create a custom role by cloning an existing role.
31
+
The Entra application must be assigned a role with both the **Microsoft.Communication/CommunicationServices/Read**, **Microsoft.Communication/CommunicationServices/Write**, and the **Microsoft.Communication/EmailServices/write** permissions on the Azure Communication Service Resource. This can be done either by using the **Contributor** role, or by creating a **custom role**. Follow these steps to create a custom role by cloning an existing role.
32
32
33
33
1. In the portal, a custom role can be created by first navigating to the subscription, resource group, or Azure Communication Service Resource where you want the custom role to be assignable and then open **Access control (IAM)**.
34
34
:::image type="content" source="../media/smtp-custom-role-iam.png" alt-text="Screenshot that shows Access control.":::
@@ -40,7 +40,7 @@ The Entra application must be assigned a role with both the **Microsoft.Communic
40
40
:::image type="content" source="../media/smtp-custom-role-basics.png" alt-text="Screenshot that shows creating a name for a new custom role.":::
41
41
1. Click the **Permissions** tab and click **Add permissions**. Search for **Microsoft.Communication** and select **Azure Communication Services**
42
42
:::image type="content" source="../media/smtp-custom-role-permissions.png" alt-text="Screenshot that shows adding permissions for a new custom role.":::
43
-
1. Select the **Microsoft.Communication/CommunicationServices****Read**and the **Microsoft.Communication/EmailServices****Write*** permissions. Click **Add**.
43
+
1. Select the **Microsoft.Communication/CommunicationServices****Read**, **Microsoft.Communication/CommunicationServices****Write**, and the **Microsoft.Communication/EmailServices****Write** permissions. Click **Add**.
44
44
:::image type="content" source="../media/smtp-custom-role-add-permissions.png" alt-text="Screenshot that shows adding Azure Communication Services' permissions.":::
45
45
1. Review the permissions for the new role. Click **Review + create** and then **Create** on the next page.
46
46
:::image type="content" source="../media/smtp-custom-role-review.png" alt-text="Screenshot that shows reviewing the new custom role.":::
0 commit comments