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: 0_Azure/2_AzureAnalytics/0_Fabric/demos/31_FabricActivatorRulePipeline/README.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,14 @@ Last updated: 2025-03-05
12
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.
13
13
14
14
<details>
15
-
<summary><b>List of References </b> (Click to expand)</summary>
15
+
<summary><b>List of Content </b> (Click to expand)</summary>
16
+
17
+
-[Set Up the First Pipeline](#set-up-the-first-pipeline)
18
+
-[Configure Activator to Detect the Event](#configure-activator-to-detect-the-event)
19
+
-[Set Up the Second Pipeline](#set-up-the-second-pipeline)
20
+
-[Define the Rule in Activator](#define-the-rule-in-activator)
21
+
-[Test the Entire Workflow](#test-the-entire-workflow)
22
+
-[Troubleshooting If Needed](#troubleshooting-if-needed)
1.**Run the First Pipeline**: Execute the first pipeline and verify that the trigger file is created.
108
+
2.**Monitor Activator**: Check the `Event Details` and `Rule Activation Details` in Activator to ensure the event is detected and the rule is activated.
109
+
3.**Verify the Second Pipeline**: Confirm that the second pipeline is triggered and runs successfully.
91
110
92
-
### **Step 4: Set Up the Second Pipeline**
93
-
1.**Create the Pipeline**:
94
-
- In Microsoft Fabric, create the second pipeline that performs the next set of tasks.
95
-
- Ensure it is configured to accept external triggers.
96
-
97
-
2.**Publish the Pipeline**:
98
-
- Publish the second pipeline and ensure it is ready to be triggered.
99
-
100
-
---
101
-
102
-
### **Step 5: Test the Entire Workflow**
103
-
1.**Run the First Pipeline**:
104
-
- Execute the first pipeline and verify that the trigger file is created.
105
-
106
-
2.**Monitor Activator**:
107
-
- Check the **Event Details** and **Rule Activation Details** in Activator to ensure the event is detected and the rule is activated.
108
-
109
-
3.**Verify the Second Pipeline**:
110
-
- Confirm that the second pipeline is triggered and runs successfully.
0 commit comments