Skip to content

Commit 6cfd894

Browse files
committed
update custom role permissions for smtp auth
1 parent 6757176 commit 6cfd894

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
19.8 KB
Loading
56.8 KB
Loading

articles/communication-services/quickstarts/email/send-email-smtp/send-email-smtp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to use SMTP to send an email with Azure Communication Services.
33
titleSuffix: An Azure Communication Services quick start guide.
44
description: Learn about how to use SMTP to send emails to Email Communication Services.
5-
author: ddouglas
5+
author: ddouglas-msft
66
services: azure-communication-services
77
ms.author: ddouglas
88
ms.date: 10/18/2023

articles/communication-services/quickstarts/email/send-email-smtp/smtp-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to create authentication credentials for sending emails using SMTP
33
titleSuffix: An Azure Communication Services Quickstart
44
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
66
services: azure-communication-services
77
ms.author: ddouglas
88
ms.date: 10/18/2023
@@ -28,7 +28,7 @@ Application developers who build apps that send email using the SMTP protocol ne
2828

2929
### Creating a custom email role for the Entra application
3030

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.
3232

3333
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)**.
3434
:::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
4040
:::image type="content" source="../media/smtp-custom-role-basics.png" alt-text="Screenshot that shows creating a name for a new custom role.":::
4141
1. Click the **Permissions** tab and click **Add permissions**. Search for **Microsoft.Communication** and select **Azure Communication Services**
4242
:::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**.
4444
:::image type="content" source="../media/smtp-custom-role-add-permissions.png" alt-text="Screenshot that shows adding Azure Communication Services' permissions.":::
4545
1. Review the permissions for the new role. Click **Review + create** and then **Create** on the next page.
4646
:::image type="content" source="../media/smtp-custom-role-review.png" alt-text="Screenshot that shows reviewing the new custom role.":::

0 commit comments

Comments
 (0)