Skip to content

Commit 9a16131

Browse files
Merge pull request #290730 from dominicbetts/post-ga-fixes
AIO: Fix deploy checklist
2 parents 1a49e2b + 760c6b2 commit 9a16131

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
@@ -41,8 +42,8 @@ Consider the following measures to ensure your cluster setup is secure before de
4142
* [Validate images](../secure-iot-ops/howto-validate-images.md) to ensure they're signed by Microsoft.
4243
* When doing TLS encryption, [bring your own issuer](../secure-iot-ops/concept-default-root-ca.md#bring-your-own-issuer) and integrate with an enterprise PKI.
4344
* [Use secrets](../secure-iot-ops/howto-manage-secrets.md) for on-premises authentication.
44-
* Keep your cluster and Azure IoT Operations deployment up to date with the latest patches and minor releases to get all available security and bug fixes.
4545
* Use [user-assigned managed identities](./howto-enable-secure-settings.md#set-up-a-user-assigned-managed-identity-for-cloud-connections) for cloud connections.
46+
* Keep your cluster and Azure IoT Operations deployment up to date with the latest patches and minor releases to get all available security and bug fixes.
4647

4748
### Networking
4849

@@ -79,7 +80,7 @@ In the Azure portal deployment wizard, the broker resource is set up in the **Co
7980

8081
In the Azure portal deployment wizard, the schema registry and its required storage account are set up in the **Dependency management** tab.
8182

82-
* The storage account must have public network access enabled.
83+
* The storage account is only supported with public network access enabled.
8384
* The storage account must have hierarchical namespace enabled.
8485
* The schema registry's managed identity must have contributor permissions for the storage account.
8586

@@ -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)