Skip to content

Commit 0446b5c

Browse files
Merge pull request #2215 from MicrosoftDocs/main638937442615075895sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents a6301db + a682fbd commit 0446b5c

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

docs/data-science/ai-functions/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ author: jonburchel
66
ms.reviewer: erenorbey
77
reviewer: orbey
88
ms.topic: how-to
9-
ms.date: 05/18/2025
9+
ms.date: 09/17/2025
1010
ms.search.form: AI functions
11+
ai-usage: ai-assisted
1112
---
1213

1314
# Transform and enrich data with AI functions (preview)

docs/data-science/data-agent-end-to-end-tutorial.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ reviewer: amjafari
88
ms.service: fabric
99
ms.subservice: data-science
1010
ms.topic: concept-article #Don't change; maybe should change to "how-to".
11-
ms.date: 03/25/2025
11+
ms.date: 09/17/2025
1212
ms.update-cycle: 180-days
1313
ms.collection: ce-skilling-ai-copilot
14+
ai-usage: ai-assisted
1415
---
1516

1617
# Fabric data agent example with the AdventureWorks dataset (preview)

docs/data-science/data-agent-sharing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ author: jonburchel
55
ms.author: jburchel
66
ms.reviewer: amjafari
77
ms.topic: concept-article
8-
ms.date: 03/25/2025
8+
ms.date: 09/17/2025
99
ms.update-cycle: 180-days
1010
ms.collection: ce-skilling-ai-copilot
1111
reviewer: s-polly
12+
ai-usage: ai-assisted
1213
---
1314

1415
# Fabric data agent sharing and permission management (preview)

docs/data-science/how-to-create-data-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ reviewer: midesa
88
ms.service: fabric
99
ms.subservice: data-science
1010
ms.topic: how-to #Don't change
11-
ms.date: 08/27/2025
11+
ms.date: 09/17/2025
1212
ms.update-cycle: 180-days
1313
ms.collection: ce-skilling-ai-copilot
1414
ai.usage: ai-assisted

docs/mirroring/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Review limitations documentation for each data source:
4343
| Scenario | Description |
4444
| ----------------------------- | ------------------------------------------------------------ |
4545
| Fabric capacity paused | Mirroring is stopped and you can't list or access the mirrored database item. Resume or reassign the capacity to your workspace. |
46-
| Fabric capacity resumed | When capacity is resumed from a paused state, the mirrored database status appears as **Paused**. As a result, changes made in the source aren't replicated to OneLake.<br>To resume mirroring, go to the mirrored database in the Fabric portal, select **Resume replication**. Mirroring continues from where it was paused. <br>Note if the capacity remains paused for a long time, mirroring may not resume from its stopping point and will reseed data from the beginning. This situation may arise, for example, if the database transaction log becomes full. |
46+
| Fabric capacity resumed |When capacity is resumed from a paused state, the mirrored database status appears as **Paused**. As a result, changes made in the source aren't replicated to OneLake.<br>To resume mirroring, go to the mirrored database in the Fabric portal, select **Resume replication**. Mirroring continues from where it was paused. <br>Note if the capacity remains paused for a long time, mirroring may not resume from its stopping point and will reseed data from the beginning. This is because pausing mirroring for a long time can cause the source database transaction log usage to grow and hold up log truncation. To minimize impact to the database, if the log space used is close to being full, when mirroring is resumed a reseed of the database will be initiated to release the held up log space.|
4747
| Fabric capacity scaling | Mirroring continues. If you scale down the capacity, be aware that the OneLake storage for the mirrored data is free up to a limit based on the capacity size, thus scaling down the capacity may incur additional storage charge. Learn more from [Cost of mirroring](overview.md#cost-of-mirroring). |
4848
| Fabric capacity throttled | Wait until the overload state is over or update your capacity. Mirroring will continue once the capacity is restored. Learn more from [Actions you can take to recover from overload situations](../enterprise/throttling.md#how-to-stop-throttling-when-it-occurs). |
4949
| Fabric trial capacity expired | Mirroring is stopped. To retain your mirrored database, purchase Fabric capacity. Learn more from [Fabric trial capacity expires](../fundamentals/fabric-trial.md#the-trial-expires). |

docs/real-time-intelligence/event-streams/includes/mqtt-source-description-prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Before you start, you must complete the following prerequisites:
2222
- Gather Username and password to connect to the MQTT broker.
2323
- Ensure that the MQTT broker is publicly accessible and not restricted by a firewall or a virtual network.
2424

25-
To learn how to configure this setup and stream your MQTT data through **Azure Event Grid**, see [Add Azure Event Grid Namespace as a source to an eventstream (preview)](../add-source-azure-event-grid.md).
25+
To learn how to configure this setup and stream your MQTT data through **Azure Event Grid**, see [Add Azure Event Grid Namespace as a source to an eventstream](../add-source-azure-event-grid.md).
2626

27-
To learn how to stream MQTT data from **Azure IoT Operations** by configuring a data flow endpoint that targets an eventstream custom endpoint, see [Configure data flow endpoints for Microsoft Fabric Real-Time Intelligence](/azure/iot-operations/connect-to-cloud/howto-configure-fabric-real-time-intelligence).
27+
To learn how to stream MQTT data from **Azure IoT Operations** by configuring a data flow endpoint that targets an eventstream custom endpoint, see [Configure data flow endpoints for Microsoft Fabric Real-Time Intelligence](/azure/iot-operations/connect-to-cloud/howto-configure-fabric-real-time-intelligence).

0 commit comments

Comments
 (0)