Skip to content

Commit db6f67e

Browse files
Merge pull request #308753 from sethmanheim/addcon
Restore related content per guidelines
2 parents 0eac288 + 4f4bedb commit db6f67e

9 files changed

Lines changed: 9 additions & 9 deletions

articles/iot-operations/manage-mqtt-broker/howto-broker-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ az iot ops create ... --broker-config-file <FILE>.json
8787

8888
Learn more in [Azure CLI support for advanced MQTT broker configuration](https://aka.ms/aziotops-broker-config) and [Broker examples](/rest/api/iotoperations/broker/create-or-update#examples).
8989

90-
## Next steps
90+
## Related content
9191

9292
- [Deploy observability resources and set up logs](../configure-observability-monitoring/howto-configure-observability.md)

articles/iot-operations/manage-mqtt-broker/howto-broker-mqtt-client-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The `maxMessageExpirySeconds` setting defines a global upper limit for message e
9090

9191
By default, `maxMessageExpirySeconds` is not set. In this case, retained messages do not expire unless an expiry interval is explicitly defined in the message.
9292

93-
## Next steps
93+
## Related content
9494

9595
- [Configure listeners for the MQTT broker](./howto-configure-brokerlistener.md)
9696
- [Test connectivity to the MQTT broker](./howto-test-connection.md)

articles/iot-operations/manage-mqtt-broker/howto-broker-persistence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,6 @@ az iot ops broker persist update --resource-group myResourceGroup --instance myA
345345

346346
---
347347

348-
## Next steps
348+
## Related content
349349

350350
To learn more about Azure CLI support for advanced MQTT broker configuration, see [Azure CLI support for advanced MQTT broker configuration](https://aka.ms/aziotops-broker-config).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ SAT clients send an AUTH client with the fields `method: K8S-SAT` and `data: <to
13051305

13061306
Successful reauthentication updates the client's credential expiry with the expiry time of its new credential. The broker responds with a `Success` AUTH packet. Failed authentication because of transient issues, such as the custom authentication server being unavailable, causes the broker to respond with a `ContinueAuthentication` AUTH packet. The client can try again later. Other authentication failures cause the broker to send a DISCONNECT packet and close the client's network connection.
13071307

1308-
## Next steps
1308+
## Related content
13091309

13101310
- [BrokerListener resource](howto-configure-brokerlistener.md)
13111311
- [Configure authorization for a BrokerListener](./howto-configure-authorization.md)

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
@@ -338,6 +338,6 @@ affinity:
338338
339339
These rules are the only anti-affinity rules set for the broker.
340340
341-
## Next steps
341+
## Related content
342342
343343
- [Configure listeners for the MQTT broker](./howto-configure-brokerlistener.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ mqtts-endpoint LoadBalancer 10.X.X.X 172.X.X.X 8885:30674/T
997997

998998
From here, follow the same steps as previously shown to create a server certificate with this external IP in `--san` and create the Kubernetes secret in the same way. After the secret is created, it's automatically imported to the listener.
999999

1000-
## Next steps
1000+
## Related content
10011001

10021002
- [Configure MQTT broker authorization](howto-configure-authorization.md)
10031003
- [Configure MQTT broker authentication](howto-configure-authentication.md)

articles/iot-operations/manage-mqtt-broker/howto-encrypt-internal-traffic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ Then, deploy IoT Operations by using the `az iot ops create` command with `--bro
6767

6868
To learn more, see [Azure CLI support for advanced MQTT broker configuration](https://aka.ms/aziotops-broker-config) and [Broker examples](/rest/api/iotoperations/broker/create-or-update#examples).
6969

70-
## Next steps
70+
## Related content
7171

7272
- [Configure broker listeners](./howto-configure-brokerlistener.md)

articles/iot-operations/manage-mqtt-broker/howto-test-connection.md

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

575575
---
576576

577-
## Next steps
577+
## Related content
578578

579579
- [Configure TLS with manual certificate management to secure MQTT communication](howto-configure-tls-manual.md)
580580
- [Configure authentication](howto-configure-authentication.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,6 @@ kubectl get broker default -n azure-iot-operations -o yaml
242242

243243
---
244244

245-
## Next steps
245+
## Related content
246246

247247
- [Deploy IoT Operations to an Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-deploy-iot-operations.md)

0 commit comments

Comments
 (0)