Skip to content

Commit e3f3394

Browse files
committed
Fix broken links
1 parent 5789d16 commit e3f3394

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/applied-ai-services/metrics-advisor/how-tos/alerts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To create an email hook, the following parameters are available:
3737
| External link | Optional field, which enables a customized redirect, such as for troubleshooting notes. |
3838
| Customized anomaly alert title | Title template supports `${severity}`, `${alertSettingName}`, `${datafeedName}`, `${metricName}`, `${detectConfigName}`, `${timestamp}`, `${topDimension}`, `${incidentCount}`, `${anomalyCount}`
3939

40-
After you select **OK**, an email hook will be created. You can use it in any alert settings to receive anomaly alerts. Refer to the tutorial of [enable anomaly notification in Metrics Advisor](../tutorials/enable-anomaly-notification.md#send-notifications-with-logic-apps-teams-and-smtp) for detailed steps.
40+
After you select **OK**, an email hook will be created. You can use it in any alert settings to receive anomaly alerts. Refer to the tutorial of [enable anomaly notification in Metrics Advisor](../tutorials/enable-anomaly-notification.md#send-notifications-with-azure-logic-apps-teams-and-smtp) for detailed steps.
4141

4242
### Teams hook
4343

@@ -50,7 +50,7 @@ Select "Hooks" tab in left navigation bar, and select "Create hook" button at to
5050
| Name | Name of the Teams hook |
5151
| Connector URL | The URL that just copied from "Incoming webhook" connector that created in target Teams channel. |
5252

53-
After you select **OK**, a Teams hook will be created. You can use it in any alert settings to notify anomaly alerts to target Teams channel. Refer to the tutorial of [enable anomaly notification in Metrics Advisor](../tutorials/enable-anomaly-notification.md#send-notifications-with-logic-apps-teams-and-smtp) for detailed steps.
53+
After you select **OK**, a Teams hook will be created. You can use it in any alert settings to notify anomaly alerts to target Teams channel. Refer to the tutorial of [enable anomaly notification in Metrics Advisor](../tutorials/enable-anomaly-notification.md#send-notifications-with-azure-logic-apps-teams-and-smtp) for detailed steps.
5454

5555
### Web hook
5656

@@ -114,7 +114,7 @@ When a notification is pushed through a web hook, you can fetch incidents data
114114

115115
- [/alert/anomaly/configurations/{configurationId}/alerts/{alertId}/incidents](https://westus2.dev.cognitive.microsoft.com/docs/services/MetricsAdvisor/operations/getIncidentsFromAlertByAnomalyAlertingConfiguration)
116116

117-
By using web hook and Azure Logic Apps, it's possible to send email notification **without an SMTP server configured**. Refer to the tutorial of [enable anomaly notification in Metrics Advisor](../tutorials/enable-anomaly-notification.md#send-notifications-with-logic-apps-teams-and-smtp) for detailed steps.
117+
By using web hook and Azure Logic Apps, it's possible to send email notification **without an SMTP server configured**. Refer to the tutorial of [enable anomaly notification in Metrics Advisor](../tutorials/enable-anomaly-notification.md#send-notifications-with-azure-logic-apps-teams-and-smtp) for detailed steps.
118118

119119
### Azure DevOps
120120

articles/logic-apps/.openpublishing.redirection.logic-apps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"redirections": [
33
{
4-
"source_path_from_root": "/articles/logic-apps/create-first-logic-app-workflow.md",
5-
"redirect_url": "/azure/logic-apps/create-example-consumption-workflow",
4+
"source_path_from_root": "/articles/logic-apps/quickstart-create-first-logic-app-workflow.md",
5+
"redirect_url": "/azure/logic-apps/quickstart-create-example-consumption-workflow",
66
"redirect_document_id": true
77
},
88
{

0 commit comments

Comments
 (0)