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/includes/send-email-az-cli.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ az extension add --name communication
35
35
```
36
36
37
37
### Sign in to Azure CLI
38
-
You'll need to [sign in to Azure CLI](/cli/azure/authenticate-azure-cli). You can sign in running the ```az login``` command from the terminal and providing your credentials.
38
+
You need to [sign in to Azure CLI](/cli/azure/authenticate-azure-cli). You can sign in running the ```az login``` command from the terminal and providing your credentials.
39
39
40
40
41
41
### Store your connection string in an environment variable
@@ -88,7 +88,7 @@ Make these replacements in the code:
88
88
- Replace `<[email protected]>` with the email address you would like to send a message to.
89
89
- Replace `<[email protected]>` with the MailFrom address of your verified domain.
90
90
91
-
To track the status of the email delivery, you'll need the `messageId` from the response.
91
+
To track the status of the email delivery, you need the `messageId` from the response.
0 commit comments