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
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
16
-
- An Azure Communication Email Resource created and ready with a provisioned domain [Get started with Creating Email Communication Resource](../../create-email-communication-resource.md)
16
+
- An Azure Communication Email Resource created and ready with a provisioned domain.[Get started with Creating Email Communication Resource](../../create-email-communication-resource.md)
17
17
- An active Azure Communication Services Resource connected with Email Domain and a Connection String. [Get started by Connecting Email Resource with a Communication Resource](../../connect-email-communication-resource.md)
18
-
-Smtp credentials created using an Entra application with access to the Azure Communication Services Resource. [Create credentials for Simple Mail Transfer Protocol (SMTP) authentication](../smtp-authentication.md)
18
+
-SMTP credentials created using a Microsoft Entra application with access to the Azure Communication Services Resource. [Create credentials for Simple Mail Transfer Protocol (SMTP) authentication](../smtp-authentication.md)
19
19
20
20
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/email/send-email-smtp/smtp-authentication.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The **Communication and Email Service Owner** role gives access to all Communica
66
66
1. Click the **Basics** tab and give a name to the new role.
67
67
:::image type="content" source="../media/smtp-custom-role-basics.png" alt-text="Screenshot that shows creating a name for a new custom role.":::
68
68
1. Click the **Permissions** tab and click **Add permissions**.
69
-
:::image type="content" source="../media/smtp-custom-role-addpermissions.png" alt-text="Screenshot that shows how to add permissions to custom role.":::
69
+
:::image type="content" source="../media/smtp-custom-role-click-add-permissions.png" alt-text="Screenshot that shows how to add permissions to custom role.":::
70
70
1. Search for **Microsoft.Communication** and select **Azure Communication Services**
71
71
:::image type="content" source="../media/smtp-custom-role-permissions.png" alt-text="Screenshot that shows adding permissions for a new custom role.":::
72
72
1. Select the **Microsoft.Communication/CommunicationServices****Read**, **Microsoft.Communication/CommunicationServices****Write**, and the **Microsoft.Communication/EmailServices****Write** permissions. Click **Add**.
@@ -96,11 +96,11 @@ When you assign the Microsoft Entra application a role for the Azure Communicati
96
96
97
97
## Create an SMTP Username using the Azure Portal
98
98
1. In the portal, navigate to the Azure Communication Service Resource and then open **SMTP Usernames**.
99
-
:::image type="content" source="../media/smtpusernames-1-usernameblade.png" alt-text="Screenshot that shows SMTP Usernames.":::
99
+
:::image type="content" source="../media/smtp-usernames-1-username-blade.png" alt-text="Screenshot that shows SMTP Usernames.":::
100
100
1. Click **+Add SMTP Username** and then select the Microsoft Entra application. If the Microsoft Entra application doesn't appear in the drop-down, see the previous steps to assign a role. The username can be custom text or an email address.
101
-
:::image type="content" source="../media/smtpusernames-2-addsmtpusername.png" alt-text="Screenshot that shows adding an SMTP username.":::
101
+
:::image type="content" source="../media/smtp-usernames-2-add-smtp-username.png" alt-text="Screenshot that shows adding an SMTP username.":::
102
102
1. Verify the SMTP Username is in the list. The status changes to **Ready to use** once all of the requirements for sending an email using the username and SMTP are met.
103
-
:::image type="content" source="../media/smtpusernames-3-list.png" alt-text="Screenshot that shows newly created SMTP username in the list.":::
103
+
:::image type="content" source="../media/smtp-usernames-3-list.png" alt-text="Screenshot that shows newly created SMTP username in the list.":::
104
104
105
105
## SMTP authentication password
106
106
The password is one of the Microsoft Entra application's client secrets.
0 commit comments