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: articles/data-factory/how-to-send-notifications-to-teams.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Before you can send notifications to Teams from your pipelines you must create a
77
77
3. We recommend adding the current Data Factory **Subscription ID**, **Resource Group**, and the **Teams webhook URL** (refer to
78
78
[prerequisites](#prerequisites)) for the default value of the relevant parameters.
79
79
80
-
:::image type="content" source="media/how-to-send-notifications-to-teams/webhook-reccomended-properties.png" alt-text="Shows the recommended properties of the pipeline created by the "Send notification to a channel in Microsoft Teams" template.":::
80
+
:::image type="content" source="media/how-to-send-notifications-to-teams/webhook-recommended-properties.png" alt-text="Shows the recommended properties of the pipeline created by the "Send notification to a channel in Microsoft Teams" template.":::
81
81
82
82
These parameters are used to construct the monitoring URL. Suppose you do not provide a valid subscription and resource group (of the same data factory where the pipelines belong). In that case, the notification will not contain a valid pipeline monitoring URL, but the messages will still work. Additionally, adding these parameters helps prevent the need to always pass those values from another pipeline. If you intend to control those values through a metadata-driven approach, then you should modify them accordingly.
83
83
@@ -89,9 +89,12 @@ Before you can send notifications to Teams from your pipelines you must create a
89
89
90
90
:::image type="content" source="media/how-to-send-notifications-to-teams/customize-parameters-by-activity-type.png" alt-text="Shows customization of parameters in the pipeline created by the "Send notification to a channel in Microsoft Teams" template.":::
91
91
92
+
1. Receive notifications in Teams.
93
+
94
+
:::image type="content" source="media/how-to-send-notifications-to-teams/teams-notifications-view-pipeline-run.png" alt-text="Shows pipeline notifications in a Teams channel.":::
92
95
## Add dynamic messages with system variables and expressions
93
96
94
-
You can use[system variables](control-flow-system-variables.md) and [expressions](control-flow-expression-language-functions.md)to
97
+
You can use[system variables](control-flow-system-variables.md) and [expressions](control-flow-expression-language-functions.md)to
@@ -103,5 +106,3 @@ The above expressions will return the relevant error messages from a failure, wh
103
106
104
107
We also encourage you to review the Microsoft Teams supported [notification payload schema](https://adaptivecards.io/explorer/AdaptiveCard.html) and
105
108
further customize the above template to your needs.
106
-
107
-
:::image type="content" source="media/how-to-send-notifications-to-teams/teams-notifications-view-pipeline-run.png" alt-text="Shows pipeline notifications in a Teams channel.":::
0 commit comments