Skip to content

Commit 02dd085

Browse files
Merge pull request #299481 from PatAltimore/patricka-dataflow-size
Add profile configuration limit
2 parents 1de7fe9 + 09ceb1f commit 02dd085

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Data flow profiles can be used to group data flows together so that they share t
1919

2020
The most important setting is the instance count. For a given data flow, the instance count determines the number of copies that run on your cluster. For example, you might have a data flow profile with a single instance for development and testing, and another profile with multiple instances for production. Or, you might use a data flow profile with low instance count for low-throughput data flows and a profile with high instance count for high-throughput data flows. Similarly, you can create a data flow profile with different diagnostic settings for debugging purposes.
2121

22+
You should avoid associating too many data flows with a single data flow profile. If you have a large number of data flows, create multiple data flow profiles to reduce the risk of exceeding the data flow profile configuration size limit.
23+
2224
## Default data flow profile
2325

2426
A data flow profile named *default* is created when Azure IoT Operations is deployed. You can use this data flow profile to get started with Azure IoT Operations.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ You can deploy data flows as soon as you have an instance of [Azure IoT Operatio
5656

5757
### Data flow profile
5858

59-
If you don't need different scaling settings for your data flows, use the [default data flow profile](./howto-configure-dataflow-profile.md#default-data-flow-profile) provided by Azure IoT Operations. To learn how to configure a new data flow profile, see [Configure data flow profiles](howto-configure-dataflow-profile.md).
59+
If you don't need different scaling settings for your data flows, use the [default data flow profile](./howto-configure-dataflow-profile.md#default-data-flow-profile) provided by Azure IoT Operations. You should avoid associating too many data flows with a single data flow profile. If you have a large number of data flows, distribute them across multiple data flow profiles to reduce the risk of exceeding the data flow profile configuration size limit.
60+
61+
To learn how to configure a new data flow profile, see [Configure data flow profiles](howto-configure-dataflow-profile.md).
6062

6163
### Data flow endpoints
6264

0 commit comments

Comments
 (0)