Skip to content

Commit 30feb07

Browse files
Merge pull request #296640 from bishal41/brokercustomization
AIO - Broker customization (add important note)
2 parents 78d5240 + e719783 commit 30feb07

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ To customize the default Broker during deployment:
191191

192192
# [Portal](#tab/portal)
193193

194-
When you follow the guide to [deploy IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md), in the **Configuration** section, look under **MQTT broker configuration**. Here, you can [customize cardinality and memory profile settings](./howto-configure-availability-scale.md). To configure other settings, including disk-backed message buffer and advanced MQTT client options, use the Azure CLI.
194+
When you follow the guide to [deploy IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md), in the **Configuration** section, look under **MQTT broker configuration**. Here, you can [customize cardinality and memory profile settings](./howto-configure-availability-scale.md). To configure other settings, including disk-backed message buffer, and advanced MQTT client options, use the Azure CLI.
195195

196196
# [Azure CLI](#tab/azure-cli)
197197

@@ -207,6 +207,9 @@ Use the Azure portal or the Azure CLI to customize the default Broker resource.
207207

208208
---
209209

210+
> [!IMPORTANT]
211+
> You can't update the broker resource after the initial deployment. Configuration changes to cardinality, memory profile, or disk buffer aren't allowed post-deployment.
212+
210213
### View default Broker settings
211214

212215
To view the settings for the default Broker:

articles/iot-operations/troubleshoot/known-issues.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ This article lists the known issues for Azure IoT Operations.
4242

4343
- MQTT broker resources created in your cluster using Kubernetes aren't visible Azure portal. This is expected because [managing Azure IoT Operations components using Kubernetes is in preview](../deploy-iot-ops/howto-manage-update-uninstall.md#preview-manage-components-using-kubernetes-deployment-manifests), and synchronizing resources from the edge to the cloud isn't currently supported.
4444

45-
- You can't update the Broker resource after the initial deployment. You can't make configuration changes to cardinality, memory profile, or disk buffer.
46-
4745
As a workaround, when deploying Azure IoT Operations with the [az iot ops init](/cli/azure/iot/ops#az-iot-ops-init) command, you can include the `--broker-config-file` parameter with a JSON configuration file for the MQTT broker. For more information, see [Advanced MQTT broker config](https://github.com/Azure/azure-iot-ops-cli-extension/wiki/Advanced-Mqtt-Broker-Config) and [Configure core MQTT broker settings](../manage-mqtt-broker/howto-configure-availability-scale.md).
4846

4947
- If a Broker only has one backend replica (`backendChain.redundancyFactor` is set to 1) upgrading Azure IoT Operations might fail. Only upgrade Azure IoT Operations if the Broker has more than one backend replica.

0 commit comments

Comments
 (0)