Skip to content

Commit 1496c91

Browse files
Merge pull request #295070 from jlian/patch-711952
Be clearer about the intent of page
2 parents 4d07978 + 2e80a17 commit 1496c91

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/iot-operations/create-edge-apps/edge-apps-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Develop highly available distributed applications
3-
description: Learn how to develop highly available distributed applications that work with MQTT broker.
2+
title: Develop highly available distributed applications for Azure IoT Operations
3+
description: Learn how to develop highly available distributed applications that work with Azure IoT Operations MQTT broker
44
author: PatAltimore
55
ms.subservice: azure-mqtt-broker
66
ms.author: patricka
77
ms.topic: concept-article
88
ms.custom:
99
- ignite-2023
10-
ms.date: 10/22/2024
10+
ms.date: 2/20/2025
1111

1212
#CustomerIntent: As an developer, I want understand how to develop highly available distributed applications for my IoT Operations solution.
1313
ms.service: azure-iot-operations
1414
---
1515

16-
# Develop highly available applications with MQTT broker
16+
# Develop highly available applications for Azure IoT Operations MQTT broker
1717

1818
Creating a highly available application using MQTT broker involves careful consideration of session types, quality of service (QoS), message acknowledgments, parallel message processing, message retention, and shared subscriptions. MQTT broker features a distributed, in-memory message broker and store that provides message retention and built-in state management with MQTT semantics.
1919

articles/iot-operations/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ items:
159159
href: configure-observability-monitoring/howto-clean-up-observability-resources.md
160160
- name: Create edge apps
161161
items:
162-
- name: Edge apps overview
162+
- name: MQTT client app guidance
163163
href: create-edge-apps/edge-apps-overview.md
164164
- name: State store
165165
items:

0 commit comments

Comments
 (0)