Skip to content

Commit 760c6b2

Browse files
meenag16dominicbetts
authored andcommitted
Update concept-production-guidelines.md with minor edits and additions
additions to system configuration, and minor edits
1 parent 22321dc commit 760c6b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/iot-operations/deploy-iot-ops/concept-production-guidelines.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Decide whether you're deploying Azure IoT Operations to a single-node or multi-n
1818

1919
## Platform
2020

21-
Currently, K3s v1.30 on Ubuntu 24.04 is the only generally available platform for deploying Azure IoT Operations in production.
21+
Currently, K3s on Ubuntu 24.04 is the only generally available platform for deploying Azure IoT Operations in production.
2222

2323
## Cluster setup
2424

@@ -28,6 +28,7 @@ Ensure that your hardware setup is sufficient for your scenario and that you beg
2828

2929
Create an Arc-enabled K3s cluster that meets the system requirements.
3030

31+
* Use a [supported environment for Azure IoT Operations](../overview-iot-operations.md#supported-environments).
3132
* [Configure the cluster](./howto-prepare-cluster.md) according to documentation.
3233
* If you expect intermittent connectivity for your cluster, ensure that you've allocated enough disk space to the cluster cache data and messages while the [cluster is offline](../overview-iot-operations.md#offline-support).
3334
* If possible, have a second cluster as a staging area for testing new changes before deploying to the primary production cluster.
@@ -101,7 +102,7 @@ After deployment, you can [edit BrokerListener resources](../manage-mqtt-broker/
101102

102103
* [Configure TLS with automatic certificate management](../manage-mqtt-broker/howto-configure-brokerlistener.md#configure-tls-with-automatic-certificate-management) for listeners.
103104

104-
You can also [edit BrokerAuthentication resources]
105+
You can also [edit BrokerAuthentication resources](../manage-mqtt-broker/howto-configure-authentication.md).
105106

106107
* Use [X.509 certificates or Kubernetes service account tokens for authentication](../manage-mqtt-broker/howto-configure-authentication.md#configure-authentication-method).
107108
* Don't use no-auth.

0 commit comments

Comments
 (0)