Skip to content

Commit d00f3b5

Browse files
committed
Minor update based on acrolinx recommendation
1 parent 6ddadff commit d00f3b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/email/includes/send-email-az-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ az extension add --name communication
3535
```
3636

3737
### 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.
3939

4040

4141
### Store your connection string in an environment variable
@@ -88,7 +88,7 @@ Make these replacements in the code:
8888
- Replace `<[email protected]>` with the email address you would like to send a message to.
8989
- Replace `<[email protected]>` with the MailFrom address of your verified domain.
9090

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

9393
### Optional parameters
9494

0 commit comments

Comments
 (0)