{"id":8748,"date":"2025-04-10T07:32:59","date_gmt":"2025-04-10T07:32:59","guid":{"rendered":"https:\/\/pariswells.com\/blog\/?p=8748"},"modified":"2025-04-10T07:33:07","modified_gmt":"2025-04-10T07:33:07","slug":"powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved","title":{"rendered":"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code class=\"\">{\n  \"name\": \"1200139d-495b-4846-8379-10c8abc2117a\",\n  \"id\": \"\/providers\/Microsoft.Flow\/flows\/1200139d-495b-4846-8379-10c8abc2117a\",\n  \"type\": \"Microsoft.Flow\/flows\",\n  \"properties\": {\n    \"apiId\": \"\/providers\/Microsoft.PowerApps\/apis\/shared_logicflows\",\n    \"displayName\": \"Clean Azure VPN Alerts\",\n    \"definition\": {\n      \"metadata\": {\n        \"workflowEntityId\": null,\n        \"processAdvisorMetadata\": null,\n        \"flowChargedByPaygo\": null,\n        \"flowclientsuspensionreason\": \"None\",\n        \"flowclientsuspensiontime\": null,\n        \"flowclientsuspensionreasondetails\": null,\n        \"creator\": {\n          \"id\": \"4a35c6fc-e945-4f70-8791-ba7ea5900e7f\",\n          \"type\": \"User\",\n          \"tenantId\": \"e417d5cc-e5d8-4cad-b2cd-c5ef82dea0a0\"\n        },\n        \"provisioningMethod\": \"FromDefinition\",\n        \"failureAlertSubscription\": true,\n        \"clientLastModifiedTime\": \"2025-04-10T06:58:29.3779237Z\",\n        \"connectionKeySavedTimeKey\": \"2025-04-10T06:58:29.3779237Z\",\n        \"creationSource\": \"Portal\",\n        \"modifiedSources\": \"Portal\"\n      },\n      \"$schema\": \"https:\/\/schema.management.azure.com\/providers\/Microsoft.Logic\/schemas\/2016-06-01\/workflowdefinition.json#\",\n      \"contentVersion\": \"1.0.0.0\",\n      \"parameters\": {\n        \"$authentication\": {\n          \"defaultValue\": {\n            \n          },\n          \"type\": \"SecureObject\"\n        },\n        \"$connections\": {\n          \"defaultValue\": {\n            \n          },\n          \"type\": \"Object\"\n        }\n      },\n      \"triggers\": {\n        \"When_a_new_email_arrives_(V3)\": {\n          \"splitOn\": \"@triggerOutputs()?['body\/value']\",\n          \"type\": \"OpenApiConnectionNotification\",\n          \"inputs\": {\n            \"parameters\": {\n              \"includeAttachments\": false,\n              \"importance\": \"Any\",\n              \"fetchOnlyWithAttachment\": false,\n              \"folderPath\": \"Inbox\"\n            },\n            \"host\": {\n              \"apiId\": \"\/providers\/Microsoft.PowerApps\/apis\/shared_office365\",\n              \"connectionName\": \"shared_office365\",\n              \"operationId\": \"OnNewEmailV3\"\n            },\n            \"authentication\": \"@parameters('$authentication')\"\n          }\n        }\n      },\n      \"actions\": {\n        \"Condition_1\": {\n          \"actions\": {\n            \"DeleteEmail1\": {\n              \"runAfter\": {\n                \"For_each\": [\n                  \"Succeeded\"\n                ]\n              },\n              \"metadata\": {\n                \"flowSystemMetadata\": {\n                  \"portalOperationIconOverride\": \"https:\/\/conn-afd-prod-endpoint-bmc9bqahasf3grgk.b01.azurefd.net\/releases\/v1.0.1722\/1.0.1722.3975\/office365\/icon.png\",\n                  \"portalOperationBrandColorOverride\": \"#0078D4\",\n                  \"portalOperationId\": \"\/providers\/Microsoft.PowerApps\/apis\/shared_office365\/apiOperations\/DeleteEmail_V2\"\n                }\n              },\n              \"type\": \"OpenApiConnection\",\n              \"inputs\": {\n                \"parameters\": {\n                  \"messageId\": \"@triggerOutputs()?['body\/id']\"\n                },\n                \"host\": {\n                  \"apiId\": \"\/providers\/Microsoft.PowerApps\/apis\/shared_office365\",\n                  \"connectionName\": \"shared_office365\",\n                  \"operationId\": \"DeleteEmail_V2\"\n                },\n                \"authentication\": \"@parameters('$authentication')\"\n              }\n            },\n            \"Get_emails_(V3)\": {\n              \"type\": \"OpenApiConnection\",\n              \"inputs\": {\n                \"parameters\": {\n                  \"from\": \"azure-noreply@microsoft.com\",\n                  \"fetchOnlyUnread\": true,\n                  \"searchQuery\": \"subject:'Activated Severity'\",\n                  \"top\": 25\n                },\n                \"host\": {\n                  \"apiId\": \"\/providers\/Microsoft.PowerApps\/apis\/shared_office365\",\n                  \"connectionName\": \"shared_office365\",\n                  \"operationId\": \"GetEmailsV3\"\n                },\n                \"authentication\": \"@parameters('$authentication')\"\n              }\n            },\n            \"For_each\": {\n              \"foreach\": \"@outputs('Get_emails_(V3)')?['body\/value']\",\n              \"actions\": {\n                \"Delete_email_(V2)\": {\n                  \"type\": \"OpenApiConnection\",\n                  \"inputs\": {\n                    \"parameters\": {\n                      \"messageId\": \"@item()?['id']\"\n                    },\n                    \"host\": {\n                      \"apiId\": \"\/providers\/Microsoft.PowerApps\/apis\/shared_office365\",\n                      \"connectionName\": \"shared_office365\",\n                      \"operationId\": \"DeleteEmail_V2\"\n                    },\n                    \"authentication\": \"@parameters('$authentication')\"\n                  }\n                }\n              },\n              \"runAfter\": {\n                \"Get_emails_(V3)\": [\n                  \"Succeeded\"\n                ]\n              },\n              \"type\": \"Foreach\"\n            }\n          },\n          \"runAfter\": {\n            \n          },\n          \"else\": {\n            \"actions\": {\n              \n            }\n          },\n          \"expression\": {\n            \"and\": [\n              {\n                \"equals\": [\n                  \"@triggerOutputs()?['body\/subject']\",\n                  \"Azure: Deactivated Severity: 3 VPNConnection\"\n                ]\n              }\n            ]\n          },\n          \"type\": \"If\"\n        }\n      },\n      \"outputs\": {\n        \n      }\n    },\n    \"connectionReferences\": {\n      \"shared_office365\": {\n        \"connectionName\": \"shared-office365-96b1849c-c7f2-4c88-8789-5410edf28b88\",\n        \"source\": \"Embedded\",\n        \"id\": \"\/providers\/Microsoft.PowerApps\/apis\/shared_office365\",\n        \"tier\": \"NotSpecified\",\n        \"apiName\": \"office365\"\n      }\n    },\n    \"flowFailureAlertSubscribed\": false,\n    \"isManaged\": false\n  }\n}<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2025\/04\/image-17.png\"><img loading=\"lazy\" decoding=\"async\" width=\"670\" height=\"812\" src=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2025\/04\/image-17.png\" alt=\"\" class=\"wp-image-8749 img-responsive\" srcset=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2025\/04\/image-17.png 670w, https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2025\/04\/image-17-248x300.png 248w\" sizes=\"auto, (max-width: 670px) 100vw, 670px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/pariswells\/public-code\/blob\/master\/PowerApps\/CleanAzureVPNAlerts_20250410070955.zip\">https:\/\/github.com\/pariswells\/public-code\/blob\/master\/PowerApps\/CleanAzureVPNAlerts_20250410070955.zip<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>https:\/\/github.com\/pariswells\/public-code\/blob\/master\/PowerApps\/CleanAzureVPNAlerts_20250410070955.zip<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-8748","post","type-post","status-publish","format-standard","hentry","category-research"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"{ &quot;name&quot;: &quot;1200139d-495b-4846-8379-10c8abc2117a&quot;, &quot;id&quot;: &quot;\/providers\/Microsoft.Flow\/flows\/1200139d-495b-4846-8379-10c8abc2117a&quot;, &quot;type&quot;: &quot;Microsoft.Flow\/flows&quot;, &quot;properties&quot;: { &quot;apiId&quot;: &quot;\/providers\/Microsoft.PowerApps\/apis\/shared_logicflows&quot;, &quot;displayName&quot;: &quot;Clean Azure VPN Alerts&quot;, &quot;definition&quot;: { &quot;metadata&quot;: { &quot;workflowEntityId&quot;: null, &quot;processAdvisorMetadata&quot;: null, &quot;flowChargedByPaygo&quot;: null, &quot;flowclientsuspensionreason&quot;: &quot;None&quot;, &quot;flowclientsuspensiontime&quot;: null, &quot;flowclientsuspensionreasondetails&quot;: null, &quot;creator&quot;: { &quot;id&quot;: &quot;4a35c6fc-e945-4f70-8791-ba7ea5900e7f&quot;, &quot;type&quot;: &quot;User&quot;, &quot;tenantId&quot;: &quot;e417d5cc-e5d8-4cad-b2cd-c5ef82dea0a0&quot; }, &quot;provisioningMethod&quot;: &quot;FromDefinition&quot;, &quot;failureAlertSubscription&quot;: true, &quot;clientLastModifiedTime&quot;: &quot;2025-04-10T06:58:29.3779237Z&quot;, &quot;connectionKeySavedTimeKey&quot;: &quot;2025-04-10T06:58:29.3779237Z&quot;, &quot;creationSource&quot;: &quot;Portal&quot;, &quot;modifiedSources&quot;: &quot;Portal&quot; }, &quot;$schema&quot;:\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"paris\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Welcome to Pariswells.com |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved | Welcome to Pariswells.com\" \/>\n\t\t<meta property=\"og:description\" content=\"{ &quot;name&quot;: &quot;1200139d-495b-4846-8379-10c8abc2117a&quot;, &quot;id&quot;: &quot;\/providers\/Microsoft.Flow\/flows\/1200139d-495b-4846-8379-10c8abc2117a&quot;, &quot;type&quot;: &quot;Microsoft.Flow\/flows&quot;, &quot;properties&quot;: { &quot;apiId&quot;: &quot;\/providers\/Microsoft.PowerApps\/apis\/shared_logicflows&quot;, &quot;displayName&quot;: &quot;Clean Azure VPN Alerts&quot;, &quot;definition&quot;: { &quot;metadata&quot;: { &quot;workflowEntityId&quot;: null, &quot;processAdvisorMetadata&quot;: null, &quot;flowChargedByPaygo&quot;: null, &quot;flowclientsuspensionreason&quot;: &quot;None&quot;, &quot;flowclientsuspensiontime&quot;: null, &quot;flowclientsuspensionreasondetails&quot;: null, &quot;creator&quot;: { &quot;id&quot;: &quot;4a35c6fc-e945-4f70-8791-ba7ea5900e7f&quot;, &quot;type&quot;: &quot;User&quot;, &quot;tenantId&quot;: &quot;e417d5cc-e5d8-4cad-b2cd-c5ef82dea0a0&quot; }, &quot;provisioningMethod&quot;: &quot;FromDefinition&quot;, &quot;failureAlertSubscription&quot;: true, &quot;clientLastModifiedTime&quot;: &quot;2025-04-10T06:58:29.3779237Z&quot;, &quot;connectionKeySavedTimeKey&quot;: &quot;2025-04-10T06:58:29.3779237Z&quot;, &quot;creationSource&quot;: &quot;Portal&quot;, &quot;modifiedSources&quot;: &quot;Portal&quot; }, &quot;$schema&quot;:\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-04-10T07:32:59+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-04-10T07:33:07+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved | Welcome to Pariswells.com\" \/>\n\t\t<meta name=\"twitter:description\" content=\"{ &quot;name&quot;: &quot;1200139d-495b-4846-8379-10c8abc2117a&quot;, &quot;id&quot;: &quot;\/providers\/Microsoft.Flow\/flows\/1200139d-495b-4846-8379-10c8abc2117a&quot;, &quot;type&quot;: &quot;Microsoft.Flow\/flows&quot;, &quot;properties&quot;: { &quot;apiId&quot;: &quot;\/providers\/Microsoft.PowerApps\/apis\/shared_logicflows&quot;, &quot;displayName&quot;: &quot;Clean Azure VPN Alerts&quot;, &quot;definition&quot;: { &quot;metadata&quot;: { &quot;workflowEntityId&quot;: null, &quot;processAdvisorMetadata&quot;: null, &quot;flowChargedByPaygo&quot;: null, &quot;flowclientsuspensionreason&quot;: &quot;None&quot;, &quot;flowclientsuspensiontime&quot;: null, &quot;flowclientsuspensionreasondetails&quot;: null, &quot;creator&quot;: { &quot;id&quot;: &quot;4a35c6fc-e945-4f70-8791-ba7ea5900e7f&quot;, &quot;type&quot;: &quot;User&quot;, &quot;tenantId&quot;: &quot;e417d5cc-e5d8-4cad-b2cd-c5ef82dea0a0&quot; }, &quot;provisioningMethod&quot;: &quot;FromDefinition&quot;, &quot;failureAlertSubscription&quot;: true, &quot;clientLastModifiedTime&quot;: &quot;2025-04-10T06:58:29.3779237Z&quot;, &quot;connectionKeySavedTimeKey&quot;: &quot;2025-04-10T06:58:29.3779237Z&quot;, &quot;creationSource&quot;: &quot;Portal&quot;, &quot;modifiedSources&quot;: &quot;Portal&quot; }, &quot;$schema&quot;:\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#article\",\"name\":\"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved | Welcome to Pariswells.com\",\"headline\":\"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved\",\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/image-17.png\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved\\\/#articleImage\",\"width\":670,\"height\":812},\"datePublished\":\"2025-04-10T07:32:59+00:00\",\"dateModified\":\"2025-04-10T07:33:07+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#webpage\"},\"articleSection\":\"Research\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research#listItem\",\"name\":\"Research\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research#listItem\",\"position\":2,\"name\":\"Research\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#listItem\",\"name\":\"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#listItem\",\"position\":3,\"name\":\"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research#listItem\",\"name\":\"Research\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\",\"name\":\"Welcome to Pariswells.com\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris\",\"name\":\"paris\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"paris\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#webpage\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved\",\"name\":\"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved | Welcome to Pariswells.com\",\"description\":\"{ \\\"name\\\": \\\"1200139d-495b-4846-8379-10c8abc2117a\\\", \\\"id\\\": \\\"\\\/providers\\\/Microsoft.Flow\\\/flows\\\/1200139d-495b-4846-8379-10c8abc2117a\\\", \\\"type\\\": \\\"Microsoft.Flow\\\/flows\\\", \\\"properties\\\": { \\\"apiId\\\": \\\"\\\/providers\\\/Microsoft.PowerApps\\\/apis\\\/shared_logicflows\\\", \\\"displayName\\\": \\\"Clean Azure VPN Alerts\\\", \\\"definition\\\": { \\\"metadata\\\": { \\\"workflowEntityId\\\": null, \\\"processAdvisorMetadata\\\": null, \\\"flowChargedByPaygo\\\": null, \\\"flowclientsuspensionreason\\\": \\\"None\\\", \\\"flowclientsuspensiontime\\\": null, \\\"flowclientsuspensionreasondetails\\\": null, \\\"creator\\\": { \\\"id\\\": \\\"4a35c6fc-e945-4f70-8791-ba7ea5900e7f\\\", \\\"type\\\": \\\"User\\\", \\\"tenantId\\\": \\\"e417d5cc-e5d8-4cad-b2cd-c5ef82dea0a0\\\" }, \\\"provisioningMethod\\\": \\\"FromDefinition\\\", \\\"failureAlertSubscription\\\": true, \\\"clientLastModifiedTime\\\": \\\"2025-04-10T06:58:29.3779237Z\\\", \\\"connectionKeySavedTimeKey\\\": \\\"2025-04-10T06:58:29.3779237Z\\\", \\\"creationSource\\\": \\\"Portal\\\", \\\"modifiedSources\\\": \\\"Portal\\\" }, \\\"$schema\\\":\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"datePublished\":\"2025-04-10T07:32:59+00:00\",\"dateModified\":\"2025-04-10T07:33:07+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\",\"name\":\"Welcome to Pariswells.com\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved | Welcome to Pariswells.com","description":"{ \"name\": \"1200139d-495b-4846-8379-10c8abc2117a\", \"id\": \"\/providers\/Microsoft.Flow\/flows\/1200139d-495b-4846-8379-10c8abc2117a\", \"type\": \"Microsoft.Flow\/flows\", \"properties\": { \"apiId\": \"\/providers\/Microsoft.PowerApps\/apis\/shared_logicflows\", \"displayName\": \"Clean Azure VPN Alerts\", \"definition\": { \"metadata\": { \"workflowEntityId\": null, \"processAdvisorMetadata\": null, \"flowChargedByPaygo\": null, \"flowclientsuspensionreason\": \"None\", \"flowclientsuspensiontime\": null, \"flowclientsuspensionreasondetails\": null, \"creator\": { \"id\": \"4a35c6fc-e945-4f70-8791-ba7ea5900e7f\", \"type\": \"User\", \"tenantId\": \"e417d5cc-e5d8-4cad-b2cd-c5ef82dea0a0\" }, \"provisioningMethod\": \"FromDefinition\", \"failureAlertSubscription\": true, \"clientLastModifiedTime\": \"2025-04-10T06:58:29.3779237Z\", \"connectionKeySavedTimeKey\": \"2025-04-10T06:58:29.3779237Z\", \"creationSource\": \"Portal\", \"modifiedSources\": \"Portal\" }, \"$schema\":","canonical_url":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#article","name":"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved | Welcome to Pariswells.com","headline":"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved","author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2025\/04\/image-17.png","@id":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved\/#articleImage","width":670,"height":812},"datePublished":"2025-04-10T07:32:59+00:00","dateModified":"2025-04-10T07:33:07+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#webpage"},"isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#webpage"},"articleSection":"Research"},{"@type":"BreadcrumbList","@id":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/pariswells.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/research#listItem","name":"Research"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/research#listItem","position":2,"name":"Research","item":"https:\/\/pariswells.com\/blog\/category\/research","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#listItem","name":"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved"},"previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#listItem","position":3,"name":"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved","previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/research#listItem","name":"Research"}}]},{"@type":"Organization","@id":"https:\/\/pariswells.com\/blog\/#organization","name":"Welcome to Pariswells.com","url":"https:\/\/pariswells.com\/blog\/"},{"@type":"Person","@id":"https:\/\/pariswells.com\/blog\/author\/paris#author","url":"https:\/\/pariswells.com\/blog\/author\/paris","name":"paris","image":{"@type":"ImageObject","@id":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g","width":96,"height":96,"caption":"paris"}},{"@type":"WebPage","@id":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#webpage","url":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved","name":"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved | Welcome to Pariswells.com","description":"{ \"name\": \"1200139d-495b-4846-8379-10c8abc2117a\", \"id\": \"\/providers\/Microsoft.Flow\/flows\/1200139d-495b-4846-8379-10c8abc2117a\", \"type\": \"Microsoft.Flow\/flows\", \"properties\": { \"apiId\": \"\/providers\/Microsoft.PowerApps\/apis\/shared_logicflows\", \"displayName\": \"Clean Azure VPN Alerts\", \"definition\": { \"metadata\": { \"workflowEntityId\": null, \"processAdvisorMetadata\": null, \"flowChargedByPaygo\": null, \"flowclientsuspensionreason\": \"None\", \"flowclientsuspensiontime\": null, \"flowclientsuspensionreasondetails\": null, \"creator\": { \"id\": \"4a35c6fc-e945-4f70-8791-ba7ea5900e7f\", \"type\": \"User\", \"tenantId\": \"e417d5cc-e5d8-4cad-b2cd-c5ef82dea0a0\" }, \"provisioningMethod\": \"FromDefinition\", \"failureAlertSubscription\": true, \"clientLastModifiedTime\": \"2025-04-10T06:58:29.3779237Z\", \"connectionKeySavedTimeKey\": \"2025-04-10T06:58:29.3779237Z\", \"creationSource\": \"Portal\", \"modifiedSources\": \"Portal\" }, \"$schema\":","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved#breadcrumblist"},"author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"creator":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"datePublished":"2025-04-10T07:32:59+00:00","dateModified":"2025-04-10T07:33:07+00:00"},{"@type":"WebSite","@id":"https:\/\/pariswells.com\/blog\/#website","url":"https:\/\/pariswells.com\/blog\/","name":"Welcome to Pariswells.com","inLanguage":"en-US","publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Welcome to Pariswells.com |","og:type":"article","og:title":"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved | Welcome to Pariswells.com","og:description":"{ &quot;name&quot;: &quot;1200139d-495b-4846-8379-10c8abc2117a&quot;, &quot;id&quot;: &quot;\/providers\/Microsoft.Flow\/flows\/1200139d-495b-4846-8379-10c8abc2117a&quot;, &quot;type&quot;: &quot;Microsoft.Flow\/flows&quot;, &quot;properties&quot;: { &quot;apiId&quot;: &quot;\/providers\/Microsoft.PowerApps\/apis\/shared_logicflows&quot;, &quot;displayName&quot;: &quot;Clean Azure VPN Alerts&quot;, &quot;definition&quot;: { &quot;metadata&quot;: { &quot;workflowEntityId&quot;: null, &quot;processAdvisorMetadata&quot;: null, &quot;flowChargedByPaygo&quot;: null, &quot;flowclientsuspensionreason&quot;: &quot;None&quot;, &quot;flowclientsuspensiontime&quot;: null, &quot;flowclientsuspensionreasondetails&quot;: null, &quot;creator&quot;: { &quot;id&quot;: &quot;4a35c6fc-e945-4f70-8791-ba7ea5900e7f&quot;, &quot;type&quot;: &quot;User&quot;, &quot;tenantId&quot;: &quot;e417d5cc-e5d8-4cad-b2cd-c5ef82dea0a0&quot; }, &quot;provisioningMethod&quot;: &quot;FromDefinition&quot;, &quot;failureAlertSubscription&quot;: true, &quot;clientLastModifiedTime&quot;: &quot;2025-04-10T06:58:29.3779237Z&quot;, &quot;connectionKeySavedTimeKey&quot;: &quot;2025-04-10T06:58:29.3779237Z&quot;, &quot;creationSource&quot;: &quot;Portal&quot;, &quot;modifiedSources&quot;: &quot;Portal&quot; }, &quot;$schema&quot;:","og:url":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved","article:published_time":"2025-04-10T07:32:59+00:00","article:modified_time":"2025-04-10T07:33:07+00:00","twitter:card":"summary","twitter:title":"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved | Welcome to Pariswells.com","twitter:description":"{ &quot;name&quot;: &quot;1200139d-495b-4846-8379-10c8abc2117a&quot;, &quot;id&quot;: &quot;\/providers\/Microsoft.Flow\/flows\/1200139d-495b-4846-8379-10c8abc2117a&quot;, &quot;type&quot;: &quot;Microsoft.Flow\/flows&quot;, &quot;properties&quot;: { &quot;apiId&quot;: &quot;\/providers\/Microsoft.PowerApps\/apis\/shared_logicflows&quot;, &quot;displayName&quot;: &quot;Clean Azure VPN Alerts&quot;, &quot;definition&quot;: { &quot;metadata&quot;: { &quot;workflowEntityId&quot;: null, &quot;processAdvisorMetadata&quot;: null, &quot;flowChargedByPaygo&quot;: null, &quot;flowclientsuspensionreason&quot;: &quot;None&quot;, &quot;flowclientsuspensiontime&quot;: null, &quot;flowclientsuspensionreasondetails&quot;: null, &quot;creator&quot;: { &quot;id&quot;: &quot;4a35c6fc-e945-4f70-8791-ba7ea5900e7f&quot;, &quot;type&quot;: &quot;User&quot;, &quot;tenantId&quot;: &quot;e417d5cc-e5d8-4cad-b2cd-c5ef82dea0a0&quot; }, &quot;provisioningMethod&quot;: &quot;FromDefinition&quot;, &quot;failureAlertSubscription&quot;: true, &quot;clientLastModifiedTime&quot;: &quot;2025-04-10T06:58:29.3779237Z&quot;, &quot;connectionKeySavedTimeKey&quot;: &quot;2025-04-10T06:58:29.3779237Z&quot;, &quot;creationSource&quot;: &quot;Portal&quot;, &quot;modifiedSources&quot;: &quot;Portal&quot; }, &quot;$schema&quot;:"},"aioseo_meta_data":{"post_id":"8748","title":null,"description":null,"keywords":null,"keyphrases":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-12-11 17:52:01","updated":"2025-12-11 17:52:01","primary_term":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/pariswells.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/pariswells.com\/blog\/category\/research\" title=\"Research\">Research<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/pariswells.com\/blog"},{"label":"Research","link":"https:\/\/pariswells.com\/blog\/category\/research"},{"label":"PowerApp to Delete Montir Emails e.g. Azure: Activated Severity emails once the Azure: Deactivated Severity has been recieved","link":"https:\/\/pariswells.com\/blog\/research\/powerapp-to-delete-montir-emails-e-g-azure-activated-severity-emails-once-the-azure-deactivated-severity-has-been-recieved"}],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/8748","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=8748"}],"version-history":[{"count":1,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/8748\/revisions"}],"predecessor-version":[{"id":8750,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/8748\/revisions\/8750"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=8748"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=8748"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=8748"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}