Skip to content

Commit c76c380

Browse files
committed
Clarify region support
1 parent 1c796fb commit c76c380

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

articles/iot-operations/connect-to-cloud/howto-create-dataflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
6565
| Name | Description |
6666
|-----------------------------|----------------------------------------------------------------------------|
67-
| profileRef | Reference to the [data flow profile](howto-configure-data flow-profile.md) |
67+
| profileRef | Reference to the [data flow profile](howto-configure-dataflow-profile.md) |
6868
| mode | Mode of the data flow. *enabled* or *disabled* |
6969
| operations[] | Operations performed by the data flow |
7070
| operationType | Type of operation. *source*, *destination*, or *builtInTransformation* |
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,40 @@
11
---
2-
title: Process and route data with dataflows
3-
description: Learn about dataflows and how to process and route data in Azure IoT Operations.
2+
title: Process and route data with data flows
3+
description: Learn about data flows and how to process and route data in Azure IoT Operations.
44
author: PatAltimore
55
ms.author: patricka
66
ms.subservice: azure-data-flows
77
ms.topic: conceptual
88
ms.date: 08/03/2024
99

10-
#CustomerIntent: As an operator, I want to understand how to I can use dataflows connect data sources.
10+
#CustomerIntent: As an operator, I want to understand how to I can use data flows connect data sources.
1111
---
1212

13-
# Process and route data with dataflows
13+
# Process and route data with data flows
1414

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

17-
Dataflows allow you to connect various data sources and perform data operations, simplifying the setup of data paths to move, transform, and enrich data. The dataflow component is part of Azure IoT Operations, deployed as an Arc-extension. The configuration for a dataflow is done via Kubernetes Custom Resource Definitions (CRDs).
17+
Data flows allow you to connect various data sources and perform data operations, simplifying the setup of data paths to move, transform, and enrich data. The data flow component is part of Azure IoT Operations, deployed as an Arc-extension. The configuration for a data flow is done via Kubernetes Custom Resource Definitions (CRDs).
1818

1919
You can write configurations for various use cases, such as:
2020

2121
- Transform data and send it back to MQTT
2222
- Transform data and send it to the cloud
2323
- Send data to the cloud or edge without transformation
2424

25-
## Key Features
25+
Data flows are not limited to the region where the Azure IoT Operations instance is deployed. You can use data flows to send data to any cloud endpoint in any region.
2626

27-
### Data Processing and Routing
27+
## Key features
2828

29-
Dataflows enable the ingestion, processing, and the routing of the messages to specified sinks. You can specify:
29+
### Data processing and routing
30+
31+
Data flows enable the ingestion, processing, and the routing of the messages to specified sinks. You can specify:
3032

3133
- **Sources:** Where messages are ingested from
3234
- **Destinations:** Where messages are drained to
3335
- **Transformations (optional):** Configuration for data processing operations
3436

35-
### Transformation Capabilities
37+
### Transformation capabilities
3638

3739
Transformations can be applied to data during the processing stage to perform various operations. These operations can include:
3840

@@ -42,9 +44,9 @@ Transformations can be applied to data during the processing stage to perform va
4244
- **Standardize values:** Scale property values to a user-defined range
4345
- **Contextualize data:** Add reference data to messages for enrichment and driving insights
4446

45-
### Configuration and Deployment
47+
### Configuration and deployment
4648

47-
The configuration is specified using Kubernetes CRDs. Based on this configuration, the dataflow operator creates dataflow instances, ensuring high availability and reliability.
49+
The configuration is specified using Kubernetes CRDs. Based on this configuration, the data flow operator creates data flow instances, ensuring high availability and reliability.
4850

4951
## Benefits
5052

@@ -53,10 +55,10 @@ The configuration is specified using Kubernetes CRDs. Based on this configuratio
5355
- **Scalable Configuration:** Use Kubernetes CRDs for scalable and manageable configurations
5456
- **High Availability:** Kubernetes native resource ensures reliability
5557

56-
By using dataflows, you can efficiently manage your data paths, ensuring data is accurately sent, transformed, and enriched to meet your operational needs.
58+
By using data flows, you can efficiently manage your data paths, ensuring data is accurately sent, transformed, and enriched to meet your operational needs.
5759

5860
## Related content
5961

60-
- [Quickstart: Send asset telemetry to the cloud using a dataflow](../get-started-end-to-end-sample/quickstart-upload-telemetry-to-cloud.md)
61-
- [Create a dataflow](howto-create-dataflow.md)
62-
- [Create a dataflow endpoint](howto-configure-dataflow-endpoint.md)
62+
- [Quickstart: Send asset telemetry to the cloud using a data flow](../get-started-end-to-end-sample/quickstart-upload-telemetry-to-cloud.md)
63+
- [Create a data flow](howto-create-dataflow.md)
64+
- [Create a data flow endpoint](howto-configure-dataflow-endpoint.md)

articles/iot-operations/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ items:
8585
href: connect-to-cloud/howto-configure-dataflow-endpoint.md
8686
- name: Create a data flow
8787
href: connect-to-cloud/howto-create-dataflow.md
88-
- name: Configure data flow profile
88+
- name: Configure a data flow profile
8989
href: connect-to-cloud/howto-configure-dataflow-profile.md
9090
- name: Manage layered network
9191
items:

0 commit comments

Comments
 (0)