Skip to content

Commit 67b2042

Browse files
committed
code review fixes
Signed-off-by: Ryan Winter <[email protected]>
1 parent 04b8a19 commit 67b2042

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

articles/iot-operations/develop/howto-deploy-dapr.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Deploy Dapr Pluggable Components
2+
title: Deploy Dapr pluggable components
33
titleSuffix: Azure IoT MQ
4-
description: Deploy Dapr and the IoT MQ Pluggable Components to a cluster.
4+
description: Deploy Dapr and the IoT MQ pluggable components to a cluster.
55
author: timlt
66
ms.author: timlt
77
ms.subservice: mq
@@ -10,18 +10,18 @@ ms.custom:
1010
ms.date: 1/31/2024
1111
---
1212

13-
# Deploy Dapr Pluggable Components
13+
# Deploy Dapr pluggable components
1414

1515
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
1616

17-
The Distributed Application Runtime (Dapr) is a portable, serverless, event-driven runtime that simplifies the process of building distributed application. Dapr enables developers to build stateful or stateless apps without worrying about how the building blocks function. Dapr provides several [building blocks](https://docs.dapr.io/developing-applications/building-blocks/): pub/sub, state management, service invocation, actors, and more.
17+
The Distributed Application Runtime (Dapr) is a portable, serverless, event-driven runtime that simplifies the process of building distributed applications. Dapr lets you build stateful or stateless apps without worrying about how the building blocks function. Dapr provides several [building blocks](https://docs.dapr.io/developing-applications/building-blocks/): pub/sub, state management, service invocation, actors, and more.
1818

1919
Azure IoT MQ Preview supports two of these building blocks, powered by [Azure IoT MQ MQTT broker](../manage-mqtt-connectivity/overview-iot-mq.md):
2020

21-
- Publish and Subscribe
22-
- State Management
21+
- Publish and subscribe
22+
- State management
2323

24-
To use the IoT MQ Dapr pluggable components, define the component spec for each of the APIs and then [register this to the cluster](https://docs.dapr.io/operations/components/pluggable-components-registration/). The Dapr components listen to a Unix Domain Socket placed on the shared volume, and Dapr runtime connects with each socket and discovers all services from a given building block API that the component implements.
24+
To use the IoT MQ Dapr pluggable components, define the component spec for each of the APIs and then [register this to the cluster](https://docs.dapr.io/operations/components/pluggable-components-registration/). The Dapr components listen to a Unix domain socket placed on the shared volume. The Dapr runtime connects with each socket and discovers all services from a given building block API that the component implements.
2525

2626
## Install Dapr runtime
2727

@@ -39,9 +39,9 @@ helm upgrade --install dapr dapr/dapr --version=1.11 --namespace dapr-system --c
3939
> [!IMPORTANT]
4040
> **Dapr v1.12** is currently not supported.
4141
42-
## Register MQ's pluggable components
42+
## Register MQ pluggable components
4343

44-
To register MQ's pluggable Pub/sub and State Management components, create the component manifest yaml, and apply it to your cluster.
44+
To register MQ's pluggable pub/sub and state management components, create the component manifest yaml, and apply it to your cluster.
4545

4646
To create the yaml file, use the following component definitions:
4747

@@ -157,4 +157,4 @@ To configure authorization policies to Azure IoT MQ, first you create a [BrokerA
157157

158158
## Next steps
159159

160-
Now that you have deployed the Dapr components, you can [Use Dapr to develop distributed applications](howto-develop-dapr-apps).
160+
Now that you have deployed the Dapr components, you can [Use Dapr to develop distributed applications](howto-develop-dapr-apps.md).

articles/iot-operations/develop/howto-develop-dapr-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use the IoT MQ Dapr pluggable components, deploy both the pub/sub and state s
2222
## Prerequisites
2323

2424
* Azure IoT Operations deployed - [Deploy Azure IoT Operations](../get-started/quickstart-deploy.md)
25-
* IoT MQ Dapr Components deployed - [Deploy IoT MQ Dapr Components](./howto-develop-deploy-dapr.md)
25+
* IoT MQ Dapr Components deployed - [Deploy IoT MQ Dapr Components](./howto-deploy-dapr.md)
2626

2727
## Creating a Dapr application
2828

@@ -170,4 +170,4 @@ kubectl logs dapr-workload daprd
170170
171171
## Next steps
172172
173-
Now that you know how to develop a Dapr application, you can run through the tutorial to [Build an event-driven app with Dapr](tutorial-event-driven-with-dapr).
173+
Now that you know how to develop a Dapr application, you can run through the tutorial to [Build an event-driven app with Dapr](tutorial-event-driven-with-dapr.md).

articles/iot-operations/develop/tutorial-event-driven-with-dapr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Dapr application performs the following steps:
3131
## Prerequisites
3232

3333
* Azure IoT Operations installed - [Deploy Azure IoT Operations](../get-started/quickstart-deploy.md)
34-
* IoT MQ Dapr Components installed - [Install IoT MQ Dapr Components](./howto-develop-setup-dapr.md)
34+
* IoT MQ Dapr components installed - [Install IoT MQ Dapr Components](./howto-deploy-dapr.md)
3535

3636
## Deploy the Dapr application
3737

articles/iot-operations/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ items:
205205
items:
206206
- name: About distributed apps
207207
href: develop/concept-about-distributed-apps.md
208-
- name: Develop Dapr apps
208+
- name: Dapr apps
209209
items:
210210
- name: Deploy Dapr
211211
href: develop/howto-deploy-dapr.md

0 commit comments

Comments
 (0)