Skip to content

Commit fed0994

Browse files
committed
updates from review
1 parent e0fb686 commit fed0994

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ms.service: azure-communication-services
1313
## Prerequisites
1414

1515
- 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)
1717
- 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)
1919

2020
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
2121

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The **Communication and Email Service Owner** role gives access to all Communica
6666
1. Click the **Basics** tab and give a name to the new role.
6767
:::image type="content" source="../media/smtp-custom-role-basics.png" alt-text="Screenshot that shows creating a name for a new custom role.":::
6868
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.":::
7070
1. Search for **Microsoft.Communication** and select **Azure Communication Services**
7171
:::image type="content" source="../media/smtp-custom-role-permissions.png" alt-text="Screenshot that shows adding permissions for a new custom role.":::
7272
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
9696

9797
## Create an SMTP Username using the Azure Portal
9898
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.":::
100100
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.":::
102102
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.":::
104104

105105
## SMTP authentication password
106106
The password is one of the Microsoft Entra application's client secrets.

0 commit comments

Comments
 (0)