Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def sample_create_hook_async():
name="email hook",
description="my email hook",
emails_to_alert=["[email protected]"],
external_link="https://example.com/alertHandler" # the external link to handle the alerts
external_link="https://docs.microsoft.com/en-us/azure/cognitive-services/metrics-advisor/how-tos/alerts"
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def sample_create_hook():
name="email hook",
description="my email hook",
emails_to_alert=["[email protected]"],
external_link="https://example.com/alertHandler" # the external link to handle the alerts
external_link="https://docs.microsoft.com/en-us/azure/cognitive-services/metrics-advisor/how-tos/alerts"
)
)

Expand Down