You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/connect-to-cloud/howto-configure-dataflow-profile.md
+4-34Lines changed: 4 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: patricka
6
6
ms.service: azure-iot-operations
7
7
ms.subservice: azure-data-flows
8
8
ms.topic: how-to
9
-
ms.date: 11/11/2024
9
+
ms.date: 03/06/2025
10
10
11
11
#CustomerIntent: As an operator, I want to understand how to I can configure a a data flow profile to control a data flow behavior.
12
12
---
@@ -21,9 +21,10 @@ The most important setting is the instance count, which determines the number of
21
21
22
22
## Default data flow profile
23
23
24
-
By default, a data flow profile named "default" is created when Azure IoT Operations is deployed. This data flow profile has a single instance count. You can use this data flow profile to get started with Azure IoT Operations.
24
+
By default, a data flow profile named *default* is created when Azure IoT Operations is deployed. This data flow profile has a single instance count. You can use this data flow profile to get started with Azure IoT Operations.
25
25
26
-
Currently, when using the [operations experience portal](https://iotoperations.azure.com/), the default data flow profile is used for all data flows.
26
+
> [!IMPORTANT]
27
+
> Currently, the default data flow profile is the only profile supported by the [operations experience portal](https://iotoperations.azure.com/). All data flows created using the operations experience portal use the default data flow profile.
27
28
28
29
# [Bicep](#tab/bicep)
29
30
@@ -69,37 +70,6 @@ spec:
69
70
70
71
---
71
72
72
-
Unless you need additional throughput or redundancy, you can use the default data flow profile for your data flows. If you need to adjust the instance count or other settings, you can create a new data flow profile.
73
-
74
-
## Create a new data flow profile
75
-
76
-
To create a new data flow profile, specify the name of the profile and the instance count.
0 commit comments