Skip to content

Commit e124b24

Browse files
Merge pull request #2764 from MicrosoftDocs/main639082874215667724sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents af197e7 + ac11f6a commit e124b24

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed
201 KB
Loading

docs/data-factory/pipeline-runs.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@ To delete a schedule, select the **Edit** icon (pencil) next to the schedule you
8383

8484
:::image type="content" source="media/pipeline-runs/delete-schedule.png" alt-text="Screenshot showing the delete button can be found in the edit window.":::
8585

86+
### Configure failure notifications
87+
88+
You can configure email notifications to be sent when a scheduled pipeline run fails. Notifications aren’t sent for on‑demand runs.
89+
90+
To configure failure notifications, open the pipeline, select **Schedule** in the top banner of the **Home** tab, and add users or groups under **Failure notifications**.
91+
92+
To configure failure notifications, open the pipeline, go to the **Home** tab, select **Schedule**, and then add users or groups under **Failure notifications**.
93+
94+
:::image type="content" source="media/pipeline-runs/schedule-failure-notifications.png" alt-text="Screenshot that shows failure notification settings for scheduled pipeline runs." lightbox="media/pipeline-runs/schedule-failure-notifications.png":::
95+
8696
## Event-based pipeline runs
8797

8898
Event triggers let you start pipelines when specific events happen, like when files arrive or get deleted in storage. You can trigger pipelines from file events, job events, and workspace events. If you're moving from Azure Data Factory, you'll find storage events familiar.

docs/fundamentals/job-scheduler.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,28 @@ To ensure your schedule is valid:
6565
> [!IMPORTANT]
6666
> Schedules become expired if a user doesn't log in to Fabric for 90 consecutive days. For more information, see [Refresh tokens in the Microsoft identity platform](/entra/identity-platform/refresh-tokens).
6767
68+
## Receive notifications for failed scheduled jobs
69+
70+
You can receive email notifications when a job triggered by a **schedule** fails to complete.
71+
72+
### Configure failure notifications
73+
While configuring a schedule, add users or groups under **Failure notifications** to receive emails when a scheduled run fails.
74+
75+
### Important considerations
76+
- **Applies to all schedules**: Notification settings apply across all schedules for the item.
77+
- **Scheduled runs only**: Notifications are sent only for failures from scheduled runs. Notifications aren't sent for manually triggered runs.
78+
- **Recipients**: Notifications can be sent to users or groups in your Microsoft Entra tenant, including internal users and B2B guest users. Direct external email addresses aren’t supported.
79+
- **Language**: Notifications are sent in the display language of the recipient’s Fabric account. English is used as a fallback.
80+
81+
### Notification content
82+
When a scheduled run fails, the email includes:
83+
- Item name and type
84+
- Submitter
85+
- Error details
86+
- Run time (UTC)
87+
- Link to view details in the Monitoring Hub
88+
- Technical details for troubleshooting, including Activity ID, Request ID, and timestamps
89+
6890
## Manage multiple schedules
6991

7092
Create and manage multiple schedules for a single item. Use different schedules to run jobs at different times or with different settings.

0 commit comments

Comments
 (0)