Skip to content

Commit 9452b37

Browse files
Merge pull request #307987 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-07 12:00 UTC
2 parents 639f60d + f973e4c commit 9452b37

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-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)

articles/migrate/whats-new.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ ms.custom: mvc, engagement-fy25
1818

1919
## Update (November 2025)
2020

21+
- Public preview: Azure Migrate now supports adding code insights using GitHub Copilot assessment to enhance web app assessments. This capability helps you evaluate migration readiness more accurately and get recommend migration strategy for Azure Kubernetes Service (AKS) or Azure App Service. You can add code insights by either uploading a ZIP file of reports or requesting a report through a GitHub connection. [Learn more](add-copilot-code-insights.md).
22+
23+
- Public preview: Azure Migrate now supports Arc-based discovery, enabling you to assess on-premises servers and SQL Server instances that are already Azure Arc-enabled—without deploying additional infrastructure. This integration accelerates migration planning by leveraging existing Arc data to generate business cases and assessments within an hour. [Learn more](concepts-arc-resource-discovery.md).
24+
- The VM extension is an optional component that collects performance data from Arc-enabled servers to provide right sized recommendations in assessments and business cases. [Learn more](migrate-virtual-machine-extension-reference.md).
25+
2126
Public preview: Wave Planning in Azure Migrate provides a structured approach to cloud migration and modernization. It helps organizations break down large-scale migrations into manageable **waves** of workloads and applications. This capability accelerates timelines, reduces uncertainty, and minimizes risks through phased execution and logical grouping. [Learn more](overview.md).
2227

2328
- Distribute workloads and applications into waves for high-fidelity planning, leveraging Azure Migrate’s discovery and assessment information.
@@ -34,6 +39,7 @@ Public preview: Wave Planning in Azure Migrate provides a structured approach to
3439

3540
Wave Planning in Azure Migrate provides a scalable, transparent, and risk-aware migration experience, enabling organizations to modernize infrastructure with confidence and control.
3641

42+
3743
## Update (October 2025)
3844

3945
### Public Preview - Insights in Azure Migrate

articles/partner-solutions/datadog/manage.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ The column **Logs to Datadog** indicates whether the resource is sending logs to
6767

6868
## Monitor multiple subscriptions
6969

70+
When you add or remove subscriptions for Datadog monitoring, the system updates the Monitoring Reader role assignment on the System Managed Identity linked to the resource.
71+
72+
**Prerequisites**
73+
74+
To perform these actions, you must have both of the following Azure permissions:
75+
76+
- `Microsoft.Authorization/roleAssignments/write`
77+
- `Microsoft.Authorization/roleAssignments/delete`
78+
7079
To monitor multiple subscriptions:
7180

7281
1. Select **Datadog organization configurations > Monitored Subscriptions**.

0 commit comments

Comments
 (0)