Skip to content

Commit b7b0b48

Browse files
committed
Changes for PR review
1 parent 5f2a87c commit b7b0b48

12 files changed

+5
-4
lines changed

articles/data-factory/how-to-send-notifications-to-teams.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Before you can send notifications to Teams from your pipelines you must create a
7777
3. We recommend adding the current Data Factory **Subscription ID****Resource Group**, and the **Teams webhook URL** (refer to
7878
[prerequisites](#prerequisites)) for the default value of the relevant parameters.
7979

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.":::
8181

8282
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.
8383

@@ -89,9 +89,12 @@ Before you can send notifications to Teams from your pipelines you must create a
8989

9090
:::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.":::
9191

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.":::
9295
## Add dynamic messages with system variables and expressions
9396

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
9598
make your messages dynamic. For example:  
9699

97100
- ``@activity("CopyData").output.errors[0].Message``
@@ -103,5 +106,3 @@ The above expressions will return the relevant error messages from a failure, wh
103106

104107
We also encourage you to review the Microsoft Teams supported [notification payload schema](https://adaptivecards.io/explorer/AdaptiveCard.html) and
105108
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.":::
-11.5 KB
Loading
-14.9 KB
Loading
55.1 KB
Loading
60.5 KB
Loading
21 KB
Loading
35.2 KB
Loading
16.9 KB
Loading
40.3 KB
Loading
36.2 KB
Loading

0 commit comments

Comments
 (0)