{"id":5215,"date":"2015-09-28T00:00:00","date_gmt":"2015-09-28T00:00:00","guid":{"rendered":""},"modified":"2025-09-17T09:34:09","modified_gmt":"2025-09-17T16:34:09","slug":"webhooks-for-azure-alerts","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/","title":{"rendered":"Webhooks for Azure Alerts"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Today we are excited to announce a new feature that will enable you to monitor your Azure resources more effectively and take further actions on them, automatically. You now have webhook support for Azure Alerts on monitoring data (metrics) from your Azure resources.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/en.wikipedia.org\/wiki\/Webhook\">Webhooks<\/a> are user defined HTTP endpoints that are usually triggered by an event. Webhooks allow us to get more out of Azure Alerts. You can specify a HTTP or HTTPS endpoint as a webhook while creating or updating an alert on the <a href=\"https:\/\/portal.azure.com\">Azure Portal<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"298\" height=\"610\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/04\/image-3.webp\" alt=\"A screenshot of a phone with Web App menu open\" class=\"wp-image-46430\" style=\"width:545px;height:auto\" title=\"Alertwebhook\" srcset=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/04\/image-3.webp 298w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/04\/image-3-147x300.webp 147w\" sizes=\"auto, (max-width: 298px) 100vw, 298px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Here is how webhooks will work for Azure Alerts:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Azure Alert service makes a HTTP POST operation to the endpoint you specify<\/li>\n\n\n\n<li class=\"wp-block-list-item\">It sends alert metadata (as JSON payload) to the endpoint<\/li>\n\n\n\n<li class=\"wp-block-list-item\">The endpoint can then process the data received to take further action on the alert<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">This empowers you to do more with the alerts, as examples, you can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Integrate with popular DevOps notification &amp; incident management systems such as <a href=\"https:\/\/www.pagerduty.com\/\">PagerDuty<\/a>, <a href=\"https:\/\/www.opsgenie.com\/\">OpsGenie<\/a>, <a href=\"https:\/\/victorops.com\/\">VictorOps<\/a> etc.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Execute scripts using <a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/automation\/\">Azure Automation<\/a> (Runbooks)<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Trigger <a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/app-service\/logic\/\">Logic Apps<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\">Build APIs to receive text messages via <a href=\"https:\/\/www.twilio.com\/\">Twilio<\/a> or other VOIP services<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Build APIs to receive <a href=\"https:\/\/slack.com\/\">Slack<\/a>, <a href=\"https:\/\/www.hipchat.com\/\">HipChat<\/a> or <a href=\"https:\/\/campfirenow.com\/\">Campfire<\/a> notifications<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The JSON payload schema and configuration options in webhooks&nbsp;for Azure Alert is explained&nbsp;<a href=\"https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/insights-webhooks-alerts\/\"><strong>here <\/strong><\/a>on the Azure Documentation site.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"integrate-azure-alerts-with-pagerduty-opsgenie\">Integrate Azure Alerts with PagerDuty &amp; OpsGenie<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Take a look at the video that explains more about the webhook and demonstrates how to integrate alert webhooks with <strong>PagerDuty<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.opsgenie.com\/docs\/integrations\/azure-integration\">This document<\/a> explains how to integrate Azure Alerts with <strong>OpsGenie<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"execute-azure-automation-scripts\">Execute Azure Automation Scripts<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Want to take further action on your Azure resources based on an alert? Look no further, check out the video from Azure Automation team on how to execute Runbooks using webhooks for Azure Alerts<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"trigger-logic-apps-from-azure-alerts\">Trigger Logic Apps from Azure Alerts<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Here are other webhook integrations you can do for your alert using pre-built Logic Apps from the Azure team:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/github.com\/Azure\/azure-quickstart-templates\/tree\/master\/201-alert-to-text-message-with-logic-app\">Logic App to send SMS via Twilio API<\/a>. Create a <a href=\"https:\/\/www.twilio.com\/\">Twilio<\/a> account first.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/github.com\/Azure\/azure-quickstart-templates\/tree\/master\/201-alert-to-slack-with-logic-app\">Logic App to send Slack messages<\/a>. Create a <a href=\"https:\/\/slack.com\/\">Slack<\/a> account first<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/github.com\/Azure\/azure-quickstart-templates\/tree\/master\/201-alert-to-queue-with-logic-app\">Logic App to send messages to an Azure Queue<\/a>.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"do-more-using-the-azure-insights-sdk\">Do more using the Azure Insights SDK<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Now that you have learnt how to do this via the Azure Portal, take a look at how to do this programmatically using the <a href=\"https:\/\/www.nuget.org\/packages\/Microsoft.Azure.Insights\">Azure Insights SDK<\/a>. The advantage of using the SDK is that you can add custom properties to your webhook (key-value pairs) that get passed on with the JSON payload. The SDK also allows you to add multiple webhooks (up to 5) for your Azure Alert. We will support adding multiple webhooks via the Azure Portal in our next refresh.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/code.msdn.microsoft.com\/Create-Azure-Alerts-with-b938077a\">Here<\/a> is a C# sample to get you started.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So take this for a spin, fire away Azure Alerts to your favorite webhook and let us know what you think.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We are excited to announce Webhooks for Azure Alerts! Configure an HTTP or HTTPS endpoint to route your Azure Alerts.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1482],"tags":[],"audience":[3054,3053],"content-type":[],"product":[393],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-5215","post","type-post","status-publish","format-standard","hentry","category-management-and-governance","audience-business-decision-makers","audience-it-decision-makers","product-automation","review-flag-1680286581-56","review-flag-5-1680286581-950","review-flag-integ-1680286579-214","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Webhooks for Azure Alerts | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"We are excited to announce Webhooks for Azure Alerts! Configure an HTTP or HTTPS endpoint to route your Azure Alerts.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Webhooks for Azure Alerts | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"We are excited to announce Webhooks for Azure Alerts! Configure an HTTP or HTTPS endpoint to route your Azure Alerts.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2015-09-28T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-17T16:34:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/04\/image-3.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"298\" \/>\n\t<meta property=\"og:image:height\" content=\"610\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Microsoft Azure\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microsoft Azure\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"Webhooks for Azure Alerts\",\"datePublished\":\"2015-09-28T00:00:00+00:00\",\"dateModified\":\"2025-09-17T16:34:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/\"},\"wordCount\":471,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/04\/image-3.webp\",\"articleSection\":[\"Management and governance\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/\",\"name\":\"Webhooks for Azure Alerts | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/04\/image-3.webp\",\"datePublished\":\"2015-09-28T00:00:00+00:00\",\"dateModified\":\"2025-09-17T16:34:09+00:00\",\"description\":\"We are excited to announce Webhooks for Azure Alerts! Configure an HTTP or HTTPS endpoint to route your Azure Alerts.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/04\/image-3.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/04\/image-3.webp\",\"width\":298,\"height\":610,\"caption\":\"A screenshot of a phone\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Management and governance\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/management-and-governance\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Webhooks for Azure Alerts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Webhooks for Azure Alerts | Microsoft Azure Blog","description":"We are excited to announce Webhooks for Azure Alerts! Configure an HTTP or HTTPS endpoint to route your Azure Alerts.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/","og_locale":"en_US","og_type":"article","og_title":"Webhooks for Azure Alerts | Microsoft Azure Blog","og_description":"We are excited to announce Webhooks for Azure Alerts! Configure an HTTP or HTTPS endpoint to route your Azure Alerts.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2015-09-28T00:00:00+00:00","article_modified_time":"2025-09-17T16:34:09+00:00","og_image":[{"width":298,"height":610,"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/04\/image-3.webp","type":"image\/webp"}],"author":"Microsoft Azure","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Microsoft Azure","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"Webhooks for Azure Alerts","datePublished":"2015-09-28T00:00:00+00:00","dateModified":"2025-09-17T16:34:09+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/"},"wordCount":471,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/04\/image-3.webp","articleSection":["Management and governance"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/","name":"Webhooks for Azure Alerts | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/04\/image-3.webp","datePublished":"2015-09-28T00:00:00+00:00","dateModified":"2025-09-17T16:34:09+00:00","description":"We are excited to announce Webhooks for Azure Alerts! Configure an HTTP or HTTPS endpoint to route your Azure Alerts.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/04\/image-3.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/04\/image-3.webp","width":298,"height":610,"caption":"A screenshot of a phone"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/webhooks-for-azure-alerts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Management and governance","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/management-and-governance\/"},{"@type":"ListItem","position":3,"name":"Webhooks for Azure Alerts"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/5215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=5215"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/5215\/revisions"}],"predecessor-version":[{"id":46487,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/5215\/revisions\/46487"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=5215"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=5215"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=5215"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=5215"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=5215"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=5215"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=5215"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=5215"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=5215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}