Skip to content

Commit 53ad5ad

Browse files
committed
Clarity
1 parent 655e50e commit 53ad5ad

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/iot-operations/manage-mqtt-broker/howto-configure-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: azure-mqtt-broker
88
ms.topic: how-to
99
ms.custom:
1010
- ignite-2023
11-
ms.date: 10/30/2024
11+
ms.date: 11/02/2024
1212

1313
#CustomerIntent: As an operator, I want to configure authentication so that I have secure MQTT broker communications.
1414
---
@@ -279,7 +279,7 @@ az deployment group create --resource-group <RESOURCE_GROUP> --template-file <FI
279279

280280
# [Kubernetes](#tab/kubernetes)
281281

282-
Modify the *BrokerAuthentication* resource for a authentication policy by adding new methods to the `authenticationMethods` section. The following example shows multiple authentication methods for a *BrokerAuthentication* resource:
282+
Modify the *BrokerAuthentication* resource for an authentication policy by adding new methods to the `authenticationMethods` section. The following example shows multiple authentication methods for a *BrokerAuthentication* resource:
283283

284284
```yaml
285285
apiVersion: mqttbroker.iotoperations.azure.com/v1beta1
@@ -762,7 +762,7 @@ MQTT broker disconnects clients when their credentials expire. Disconnect after
762762

763763
On disconnect, the client's network connection is closed. The client won't receive an MQTT DISCONNECT packet, but the broker logs a message that it disconnected the client.
764764

765-
MQTT v5 clients authenticated with SATs and custom authentication can reauthenticate with a new credential before their initial credential expires. X.509 clients cannot reauthenticate and must re-establish the connection since authentication is done at the TLS layer.
765+
MQTT v5 clients authenticated with SATs and custom authentication can reauthenticate with a new credential before their initial credential expires. X.509 clients can't reauthenticate and must re-establish the connection since authentication is done at the TLS layer.
766766

767767
Clients can reauthenticate by sending an MQTT v5 AUTH packet.
768768

articles/iot-operations/manage-mqtt-broker/howto-configure-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ spec:
303303

304304
---
305305

306-
Here, if the `clientIds` were not set under the `Connect` method, a client with any client ID could connect as long as it had the `building` attribute set to `building22` or `building23`. By adding the `clientIds` field, only clients with client IDs that start with `building22` or `building23` can connect. This ensures not only that the client has the correct attribute but also that the client ID matches the expected pattern.
306+
Here, if the `clientIds` weren't set under the `Connect` method, a client with any client ID could connect as long as it had the `building` attribute set to `building22` or `building23`. By adding the `clientIds` field, only clients with client IDs that start with `building22` or `building23` can connect. This ensures not only that the client has the correct attribute but also that the client ID matches the expected pattern.
307307

308308
## Authorize clients that use X.509 authentication
309309

articles/iot-operations/manage-mqtt-broker/howto-configure-brokerlistener.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Listeners have the following characteristics:
3131
- BrokerAuthentication and BrokerAuthorization references are per port
3232
- TLS configuration is per port
3333
- Service names must be unique
34-
- Ports cannot conflict over different listeners
34+
- Ports can't conflict over different listeners
3535

3636
For a list of the available settings, see the [Broker Listener](/rest/api/iotoperationsmq/broker-listener) API reference.
3737

@@ -56,7 +56,7 @@ To view or edit the listener:
5656

5757
# [Bicep](#tab/bicep)
5858

59-
You should not modify the default listener using Bicep. Instead, create a new listener and configure it as needed.
59+
You shouldn't modify the default listener using Bicep. Instead, create a new listener and configure it as needed.
6060

6161
# [Kubernetes](#tab/kubernetes)
6262

0 commit comments

Comments
 (0)