Skip to content

Commit 31bf78c

Browse files
authored
notes
1 parent 4686b8e commit 31bf78c

File tree

1 file changed

+12
-3
lines changed
  • 0_Azure/2_AzureAnalytics/0_Fabric/demos/31_FabricActivatorRulePipeline

1 file changed

+12
-3
lines changed

0_Azure/2_AzureAnalytics/0_Fabric/demos/31_FabricActivatorRulePipeline/README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,18 @@ Last updated: 2025-03-05
99

1010
----------
1111

12-
> This process shows how to set up Microsoft Fabric Activator to automate workflows by detecting file creation events in a storage system and triggering another pipeline to run.
12+
> This process shows how to set up Microsoft Fabric Activator to automate workflows by detecting file creation events in a storage system and triggering another pipeline to run. <br/>
13+
> 1. **First Pipeline**: The process starts with a pipeline that ends with a `Copy Data` activity. This activity uploads data into the `Lakehouse`. <br/>
14+
> 2. **Event Stream Setup**: An `Event Stream` is configured in Activator to monitor the Lakehouse for file creation or data upload events. <br/>
15+
> 3. **Triggering the Second Pipeline**: Once the event is detected (e.g., a file is uploaded), the Event Stream triggers the second pipeline to continue the workflow.
16+
17+
<details>
18+
<summary><b>List of References </b> (Click to expand)</summary>
19+
20+
- [Activate Fabric items](https://learn.microsoft.com/en-us/fabric/real-time-intelligence/data-activator/activator-trigger-fabric-items)
21+
- [Create a rule in Fabric Activator](https://learn.microsoft.com/en-us/fabric/real-time-intelligence/data-activator/activator-create-activators)
22+
23+
</details>
1324

1425
<details>
1526
<summary><b>List of Content </b> (Click to expand)</summary>
@@ -108,13 +119,11 @@ https://github.com/user-attachments/assets/282fae9b-e1c6-490d-bd23-9ed9bdf6105d
108119

109120
https://github.com/user-attachments/assets/0a1dab70-2317-4636-b0be-aa0cb301b496
110121

111-
112122
## Troubleshooting (If Needed)
113123
- If the second pipeline does not trigger:
114124
1. Double-check the rule configuration in Activator.
115125
2. Review the logs in Activator for any errors or warnings.
116126

117-
118127
<div align="center">
119128
<h3 style="color: #4CAF50;">Total Visitors</h3>
120129
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>

0 commit comments

Comments
 (0)