Skip to content

Commit 7a1c34c

Browse files
committed
Merge branch 'patricka-mqtt-m2-updates' of https://github.com/PatAltimore/azure-docs-pr into patricka-mqtt-m2-updates
2 parents ac599bd + 43846bb commit 7a1c34c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
77
ms.subservice: azure-mqtt-broker
88
ms.custom:
99
- ignite-2023
10-
ms.date: 10/18/2024
10+
ms.date: 11/01/2024
1111

1212
#CustomerIntent: As an operator, I want to understand the settings for the MQTT broker so that I can configure it for high availability and scale.
1313
ms.service: azure-iot-operations
@@ -28,7 +28,7 @@ For a list of the available settings, see the [Broker](/rest/api/iotoperationsmq
2828
> [!IMPORTANT]
2929
> At this time, the *Broker* resource can only be configured at initial deployment time using the Azure CLI, Portal or GitHub Action. A new deployment is required if *Broker* configuration changes are needed.
3030
31-
To configure the scaling settings MQTT broker, you need to specify the `cardinality` fields in the specification of the *Broker* custom resource. For more information on setting the mode and cardinality settings using Azure CLI, see [az iot ops init](/cli/azure/iot/ops#az-iot-ops-init).
31+
To configure the scaling settings MQTT broker, you need to specify the `cardinality` fields in the specification of the *Broker* custom resource. For more information on setting the mode and cardinality settings using Azure CLI, see [az iot ops create](/cli/azure/iot/ops#az-iot-ops-create).
3232

3333
### Automatic deployment cardinality
3434

@@ -55,7 +55,7 @@ When you increase these values, the broker's capacity to handle more connections
5555
> [!IMPORTANT]
5656
> At this time, the *Broker* resource can only be configured at initial deployment time using the Azure CLI, Portal or GitHub Action. A new deployment is required if *Broker* configuration changes are needed.
5757
58-
To configure the memory profile settings MQTT broker, specify the `memoryProfile` fields in the spec of the *Broker* custom resource. For more information on setting the memory profile setting using Azure CLI, see [az iot ops init](/cli/azure/iot/ops#az-iot-ops-init).
58+
To configure the memory profile settings MQTT broker, specify the `memoryProfile` fields in the spec of the *Broker* custom resource. For more information on setting the memory profile setting using Azure CLI, see [az iot ops create](/cli/azure/iot/ops#az-iot-ops-create).
5959

6060
`memoryProfile`: This subfield defines the settings for the memory profile. There are a few profiles for the memory usage you can choose:
6161

@@ -151,7 +151,7 @@ Here's an example of a *Broker* custom resource with metrics and tracing enabled
151151
apiVersion: mqttbroker.iotoperations.azure.com/v1beta1
152152
kind: Broker
153153
metadata:
154-
name: broker
154+
name: default
155155
namespace: azure-iot-operations
156156
spec:
157157
diagnostics:

0 commit comments

Comments
 (0)