Skip to content

Commit af0a358

Browse files
authored
Apply suggestions from code review
1 parent ee01e0f commit af0a358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/monitor-mqtt-delivery-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following properties are common for all the resource logs from MQTT broker.
7878
| `resultType` | `String` | Result of the operation. For example: `Failed`, `Succeeded`. |
7979
| `resultSignature` | `String` | Result of the failed operation. For example: `QuotaExceeded`, `ClientAuthenticationError`, `AuthorizationError`. This property isn't included for the successful events like `SuccessfulMQTTConnections`. |
8080
| `resultDescription` | `String` | More description about the result of the failed operation. This property isn't included for the successful events like `SuccessfulMQTTConnections`. |
81-
| `AuthenticationAuthority` | `String` | Type of authority used to authenticate your MQTT client. It's set to one of the following values: `Local` for clients regisered in Event Grid's local registry, or `AAD` for clients using Microsoft Entra for authentication. |
81+
| `AuthenticationAuthority` | `String` | Type of authority used to authenticate your MQTT client. It's set to one of the following values: `Local` for clients registered in Event Grid's local registry, or `AAD` for clients using Microsoft Entra for authentication. |
8282
| `authenticationType` | `String` | Type of authentication used by the client. It's set to one of the following values: `CertificateThumbprintMatch`, `AccessToken`, or `CACertificate`. |
8383
| `clientIdentitySource` | `String` | Source of the client’s identity. It's `JWT` when you use Microsoft Entra ID authentication. |
8484
| `authenticationAuthority` | `String` | Authority of the client's identity. It's set to one of the following values: `local` for the clients in Event Grid namespace's local registry, `AAD` for AAD clients. |
@@ -124,7 +124,7 @@ Here are the properties and their descriptions.
124124
| `traceId` | `Int` | Generated trace ID. |
125125

126126

127-
### Successful MQTT connections:
127+
### Successful MQTT connections
128128
This log includes an entry for every successful `MQTT CONNECT` operation by the client. This log can be used for auditing purposes.
129129

130130
```json

0 commit comments

Comments
 (0)