Skip to content

Commit f973e4c

Browse files
Merge pull request #307986 from SoniaLopezBravo/patch-12
Revise API version for disk persistence feature
2 parents 06523f3 + 719cf35 commit f973e4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ sourceSettings:
654654

655655
To learn more, see [Understand message schemas](concept-schema-registry.md).
656656

657-
## Request disk persistence (preview)
657+
## Request disk persistence
658658

659659
Request disk persistence lets data flows keep state across restarts. When you enable this feature, the graph recovers processing state if the connected broker restarts. This feature is useful for stateful processing scenarios where losing intermediate data is a problem. When you enable request disk persistence, the broker persists the MQTT data, like messages in the subscriber queue, to disk. This approach makes sure your data flow's data source doesn't lose data during power outages or broker restarts. The broker maintains optimal performance because persistence is configured per data flow, so only the data flows that need persistence use this feature.
660660

@@ -687,10 +687,10 @@ Add the `requestDiskPersistence` property to your data flow configuration file:
687687

688688
# [Bicep](#tab/bicep)
689689

690-
Add the `requestDiskPersistence` property to your data flow resource. The API version is `2025-07-01-preview` or later:
690+
Add the `requestDiskPersistence` property to your data flow resource. The API version is `2025-10-01` or later:
691691

692692
```bicep
693-
resource dataflow 'Microsoft.IoTOperations/instances/dataflowProfiles/dataflows@2025-07-01-preview' = {
693+
resource dataflow 'Microsoft.IoTOperations/instances/dataflowProfiles/dataflows@2025-10-01' = {
694694
parent: defaultDataflowProfile
695695
name: dataflowName
696696
extendedLocation: {
@@ -1868,4 +1868,4 @@ To ensure the data flow is working as expected, verify the following:
18681868
- [Convert data by using data flows](concept-dataflow-conversions.md)
18691869
- [Enrich data by using data flows](concept-dataflow-enrich.md)
18701870
- [Understand message schemas](concept-schema-registry.md)
1871-
- [Manage data flow profiles](howto-configure-dataflow-profile.md)
1871+
- [Manage data flow profiles](howto-configure-dataflow-profile.md)

0 commit comments

Comments
 (0)