Skip to content

Commit c8ce21a

Browse files
authored
small changes
1 parent 68e246c commit c8ce21a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-operations/manage-mqtt-broker/overview-broker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ In a full deployment, you could have multiple BrokerListeners, each with multipl
9999

100100
For example, starting from the default setup, you add:
101101

102-
- A LoadBalancer BrokerListener named *example-lb-listener*, with two ports 1883 and 8883.
103-
- A NodePort BrokerListener named *example-nodeport-listener*, with a single port 1884 (`nodePort` 31884).
102+
- A LoadBalancer BrokerListener named *example-lb-listener*, with the two ports 1883 and 8883.
103+
- A NodePort BrokerListener named *example-nodeport-listener*, with the single port 1884 (`nodePort` 31884).
104104
- A BrokerAuthentication resource named *example-authn*, with a custom authentication method.
105105
- A BrokerAuthorization resource named *example-authz*, with your custom authorization settings.
106106

@@ -185,7 +185,7 @@ Customizing the default Broker resource isn't required for most setups. The sett
185185
- [Advanced MQTT client options](./howto-broker-mqtt-client-options.md): Configuration for advanced MQTT client options like session expiry, message expiry, and keep-alive settings.
186186
- [Encryption of internal traffic](./howto-encrypt-internal-traffic.md): Configuration for encrypting internal traffic between broker frontend and backend pods.
187187

188-
Customizing the default broker must be done during initial deployment time by using the Azure CLI or the Azure portal. A new deployment is required if different Broker configuration settings are needed.
188+
You can customize the default broker only during initial deployment time, by using the Azure CLI or the Azure portal. A new deployment is required if you need different Broker configuration settings.
189189

190190
To customize the default Broker during deployment:
191191

0 commit comments

Comments
 (0)