Skip to content

Commit 820337d

Browse files
Merge pull request #226816 from mayssamm/main
[Communication] using backticks for email addresses in the text
2 parents 37b99f9 + d00f3b5 commit 820337d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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
@@ -85,10 +85,10 @@ az communication email send
8585
Make these replacements in the code:
8686

8787
- Replace `<yourConnectionString>` with your connection string.
88-
- Replace "<[email protected]>" with the email address you would like to send a message to.
89-
- Replace "<[email protected]>" with the MailFrom address of your verified domain.
88+
- Replace `<[email protected]>` with the email address you would like to send a message to.
89+
- 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)