Skip to content

Commit 015127c

Browse files
author
Pat Altimore
committed
Add screenshots
1 parent 6a52845 commit 015127c

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

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

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ This setting controls which retained messages are persisted to disk.
143143

144144
# [Azure portal](#tab/portal)
145145

146-
[Screenshot placeholder: Retained messages persistence configuration in Azure portal]
146+
:::image type="content" source="media/howto-broker-persistence/data-persistence-retained-messages.png" alt-text="[Screenshot changing data persistence retained messages options the Azure portal]":::
147147

148148
To configure retained messages persistence in the Azure portal:
149149

@@ -155,24 +155,6 @@ To configure retained messages persistence in the Azure portal:
155155

156156
# [Azure CLI](#tab/azurecli)
157157

158-
To configure retained messages persistence using Azure CLI, add the following to your Broker configuration file:
159-
160-
```json
161-
{
162-
"persistence": {
163-
"retain": {
164-
"mode": "Custom",
165-
"retainSettings": {
166-
"topics": ["my/+/topics"],
167-
"dynamic": {
168-
"mode": "Enabled"
169-
}
170-
}
171-
}
172-
}
173-
}
174-
```
175-
176158
Use the [az iot ops broker persist update](/cli/azure/iot/ops/broker/persist) command to update MQTT broker data persistence settings.
177159

178160
```azurecli
@@ -206,7 +188,7 @@ This setting controls which subscriber message queues are persisted to disk. Ses
206188

207189
# [Azure portal](#tab/portal)
208190

209-
[Screenshot placeholder: Subscriber queue persistence configuration in Azure portal]
191+
:::image type="content" source="media/howto-broker-persistence/data-persistence-subscriber.png" alt-text="[Screenshot changing data persistence subscriber options the Azure portal]":::
210192

211193
To configure subscriber queue persistence in the Azure portal:
212194

15.5 KB
Loading
42.2 KB
Loading

0 commit comments

Comments
 (0)