Skip to content

Commit 68e246c

Browse files
authored
small changes
1 parent e2fc06b commit 68e246c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When you deploy Azure IoT Operations, the deployment creates a BrokerListener re
4141

4242
- It exposes a [ClusterIp service](https://kubernetes.io/docs/concepts/services-networking/service/#type-clusterip) on port 18883.
4343
- It requires clients to use [Kubernetes service account authentication](./howto-configure-authentication.md#default-brokerauthentication-resource).
44-
- It has an [automatically managed](#configure-tls-with-automatic-certificate-management) TLS certificate
44+
- It has an [automatically managed](#configure-tls-with-automatic-certificate-management) TLS certificate.
4545
- It doesn't configure any client authorization policies.
4646

4747
> [!CAUTION]
@@ -548,7 +548,7 @@ The following example is a BrokerListener resource that enables TLS on port 8884
548548
| Setting | Description |
549549
| -------------- | --------------------------------------------------------------------------------------------- |
550550
| Name | Name of the BrokerListener resource. Enter `aio-broker-loadbalancer-tls`. |
551-
| Port | Port number on which the BrokerListener listens for MQTT connections. Enter 8884. |
551+
| Port | Port number on which the BrokerListener listens for MQTT connections. Enter **8884**. |
552552
| Authentication | The [authentication resource reference](howto-configure-authentication.md). |
553553
| Authorization | The [authorization resource reference](howto-configure-authorization.md). |
554554
| TLS | Select the **Add** button. |

0 commit comments

Comments
 (0)