Skip to content

Commit 2b0af16

Browse files
committed
escape angle brackets for messageId
1 parent 0d59471 commit 2b0af16

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
@@ -118,10 +118,10 @@ Also, you can use a list of recipients with `--to`, similar to `--cc` and `--bcc
118118
We can keep checking the email delivery status until the status is `OutForDelivery`.
119119

120120
```azurecli-interactive
121-
az communication email status get --message-id "<messageId>"
121+
az communication email status get --message-id "\<messageId\>"
122122
```
123123

124-
- Replace "<messageId>" with the messageId from the response of the send request.
124+
- Replace "\<messageId\>" with the messageId from the response of the send request.
125125

126126
[!INCLUDE [Email Message Status](./email-message-status.md)]
127127

0 commit comments

Comments
 (0)