Skip to content

Commit c612ca0

Browse files
committed
Fix links
1 parent 53dd35d commit c612ca0

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: azure-mqtt-broker
77
ms.topic: how-to
88
ms.custom:
99
- ignite-2023
10-
ms.date: 10/29/2024
10+
ms.date: 10/30/2024
1111

1212
#CustomerIntent: As an operator, I want to configure authentication so that I have secure MQTT broker communications.
1313
ms.service: azure-iot-operations
@@ -728,5 +728,3 @@ Successful reauthentication updates the client's credential expiry with the expi
728728

729729
- About [BrokerListener resource](howto-configure-brokerlistener.md)
730730
- [Configure authorization for a BrokerListener](./howto-configure-authorization.md)
731-
- [Configure TLS with manual certificate management](./howto-configure-tls-manual.md)
732-
- [Configure TLS with automatic certificate management](./howto-configure-tls-auto.md)

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: azure-mqtt-broker
77
ms.topic: how-to
88
ms.custom:
99
- ignite-2023
10-
ms.date: 10/29/2024
10+
ms.date: 10/30/2024
1111

1212
#CustomerIntent: As an operator, I want to configure authorization so that I have secure MQTT broker communications.
1313
ms.service: azure-iot-operations
@@ -479,5 +479,3 @@ With MQTT 3.1.1, when a publish is denied, the client receives the PUBACK with n
479479

480480
- About [BrokerListener resource](howto-configure-brokerlistener.md)
481481
- [Configure authentication for a BrokerListener](./howto-configure-authentication.md)
482-
- [Configure TLS with manual certificate management](./howto-configure-tls-manual.md)
483-
- [Configure TLS with automatic certificate management](./howto-configure-tls-auto.md)

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

Lines changed: 2 additions & 2 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/29/2024
11+
ms.date: 10/30/2024
1212

1313
#CustomerIntent: As an operator, I want understand options to secure MQTT communications for my IoT Operations solution.
1414
---
@@ -648,7 +648,7 @@ The `--cafile` argument enables TLS on the mosquitto client and specifies that t
648648

649649
Replace `$HOST` with the appropriate host:
650650

651-
- If connecting from [within the same cluster](howto-test-connection.md#connect-from-a-pod-within-the-cluster-with-default-configuration), replace with the service name given (`my-new-tls-listener` in example) or the service `CLUSTER-IP`.
651+
- If connecting from [within the same cluster](howto-test-connection.md#connect-to-the-default-listener-inside-the-cluster), replace with the service name given (`my-new-tls-listener` in example) or the service `CLUSTER-IP`.
652652
- If connecting from outside the cluster, the service `EXTERNAL-IP`.
653653

654654
Remember to specify authentication methods if needed.

0 commit comments

Comments
 (0)