Skip to content

Commit 4a645f2

Browse files
committed
2024_12 - Fix monthly broken links - PatAltimore
1 parent 934f781 commit 4a645f2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 11/11/2024
1717

1818
[!INCLUDE [kubernetes-management-preview-note](../includes/kubernetes-management-preview-note.md)]
1919

20-
MQTT broker supports multiple authentication methods for clients, and you can configure each listener port to have its own authentication settings with a *BrokerAuthentication* resource. For a list of the available settings, see the [Broker Authentication](/rest/api/iotoperationsmq/broker-authentication) API reference.
20+
MQTT broker supports multiple authentication methods for clients, and you can configure each listener port to have its own authentication settings with a *BrokerAuthentication* resource. For a list of the available settings, see the [Broker Authentication](/azure/templates/microsoft.iotoperationsmq/change-log/mq/broker/authentication) API reference.
2121

2222
## Link BrokerListener and BrokerAuthentication
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To learn more about *BrokerListener*, see [BrokerListener resource](howto-config
3030

3131
## Authorization rules
3232

33-
To configure authorization, create a *BrokerAuthorization* resource in your Kubernetes cluster. The following sections provide examples of how to configure authorization for clients that use usernames, attributes, X.509 certificates, and Kubernetes Service Account Tokens (SATs). For a list of the available settings, see the [Broker Authorization](/rest/api/iotoperationsmq/broker-authorization) API reference.
33+
To configure authorization, create a *BrokerAuthorization* resource in your Kubernetes cluster. The following sections provide examples of how to configure authorization for clients that use usernames, attributes, X.509 certificates, and Kubernetes Service Account Tokens (SATs). For a list of the available settings, see the [Broker Authorization](/azure/templates/microsoft.iotoperationsmq/change-log/mq/broker/authorization) API reference.
3434

3535
The following example shows how to create a *BrokerAuthorization* resource using both usernames and attributes:
3636

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Broker resource is the main resource that defines the overall settings for M
1919

2020
You can horizontally scale the MQTT broker by adding more frontend replicas and backend partitions. The frontend replicas are responsible for accepting MQTT connections from clients and forwarding them to the backend partitions. The backend partitions are responsible for storing and delivering messages to the clients. The frontend pods distribute message traffic across the backend pods, and the backend redundancy factor determines the number of data copies to provide resiliency against node failures in the cluster.
2121

22-
For a list of the available settings, see the [Broker](/rest/api/iotoperationsmq/broker) API reference.
22+
For a list of the available settings, see the [Broker](/azure/templates/microsoft.iotoperationsmq/change-log/mq/broker) API reference.
2323

2424
## Configure scaling settings
2525

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Broker listeners have the following characteristics:
3333
- **TLS**: [Manual](#enable-tls-manual-certificate-management-for-a-port) or [automatic](#enable-tls-automatic-certificate-management-for-a-port) TLS configuration is applied per port.
3434
- **Protocol**: [MQTT over WebSockets](#websockets-support) can be enabled per port.
3535

36-
For a list of all available settings, see the [Broker Listener API reference](/rest/api/iotoperationsmq/broker-listener).
36+
For a list of all available settings, see the [Broker Listener API reference](/azure/templates/microsoft.iotoperationsmq/change-log/mq/broker/listener).
3737

3838
## Default BrokerListener
3939

@@ -652,7 +652,7 @@ Once the BrokerListener resource is configured, MQTT broker automatically create
652652

653653
The only required parameters are Issuer name and Issuer kind. All other properties of the generated TLS server certificates are automatically chosen. However, MQTT broker allows certain properties to be customized following the same syntax as cert-manager Certificates. For example, you can specify the private key algorithm and rotation policy. These settings are under `tls.certManagerCertificateSpec` or the **TLS configuration** pane in the Azure portal.
654654

655-
For a full list of these settings, see [Broker Listener CertManagerCertificateSpec API reference](/rest/api/iotoperationsmq/broker-listener/create-or-update#certmanagercertificatespec).
655+
For a full list of these settings, see [Broker Listener CertManagerCertificateSpec API reference](/azure/templates/microsoft.iotoperationsmq/change-log/mq/broker/listener).
656656

657657
#### Verify deployment
658658

0 commit comments

Comments
 (0)