Skip to content

Commit 86fe94d

Browse files
authored
Update send-email-net.md
1 parent 8edad63 commit 86fe94d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/communication-services/quickstarts/email/includes/send-email-net.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ EmailSendResult returns the following status on the email operation performed.
4949
- An Azure Email Communication Services Resource created and ready with a provisioned domain [Get started with Creating Email Communication Resource](../create-email-communication-resource.md)
5050
- An active 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)
5151

52+
### Prerequisite check
53+
54+
- In a terminal or command window, run the `dotnet` command to check that the .NET client library is installed.
55+
- To view the subdomains associated with your Email Communication Services resource, sign in to the [Azure portal](https://portal.azure.com/), locate your Email Communication Services resource and open the **Provision domains** tab from the left navigation pane.
56+
5257
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
5358

5459
### Create a new C# application
@@ -72,11 +77,6 @@ While still in the application directory, install the Azure Communication Servic
7277
dotnet add package Azure.Communication.Email --prerelease
7378
```
7479

75-
### Prerequisite check
76-
77-
- In a terminal or command window, run the `dotnet` command to check that the .NET client library is installed.
78-
- To view the subdomains associated with your Email Communication Services resource, sign in to the [Azure portal](https://portal.azure.com/), locate your Email Communication Services resource and open the **Provision domains** tab from the left navigation pane.
79-
8080
## Creating the email client with authentication
8181

8282
Open **Program.cs** and replace the existing code with the following

0 commit comments

Comments
 (0)