<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Quick How To: Azure Security Center Send Email For High Severity Alerts	</title>
	<atom:link href="https://pixelrobots.co.uk/2019/02/quick-how-to-azure-security-center-send-email-for-high-severity-alerts/feed/" rel="self" type="application/rss+xml" />
	<link>https://pixelrobots.co.uk/2019/02/quick-how-to-azure-security-center-send-email-for-high-severity-alerts/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quick-how-to-azure-security-center-send-email-for-high-severity-alerts</link>
	<description>A blog about Azure Kubernetes Service (AKS) and more...</description>
	<lastBuildDate>Fri, 29 Nov 2019 09:27:15 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Ian Currie		</title>
		<link>https://pixelrobots.co.uk/2019/02/quick-how-to-azure-security-center-send-email-for-high-severity-alerts/#comment-407</link>

		<dc:creator><![CDATA[Ian Currie]]></dc:creator>
		<pubDate>Fri, 29 Nov 2019 09:27:15 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=32842#comment-407</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://pixelrobots.co.uk/2019/02/quick-how-to-azure-security-center-send-email-for-high-severity-alerts/#comment-401&quot;&gt;Valentijn Scholten&lt;/a&gt;.

ermm... The creation date is at the header in the yellow bit at the top of the page - says...
Published by Pixel Robots. on February 27, 2019]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://pixelrobots.co.uk/2019/02/quick-how-to-azure-security-center-send-email-for-high-severity-alerts/#comment-401">Valentijn Scholten</a>.</p>
<p>ermm&#8230; The creation date is at the header in the yellow bit at the top of the page &#8211; says&#8230;<br />
Published by Pixel Robots. on February 27, 2019</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pixel Robots.		</title>
		<link>https://pixelrobots.co.uk/2019/02/quick-how-to-azure-security-center-send-email-for-high-severity-alerts/#comment-405</link>

		<dc:creator><![CDATA[Pixel Robots.]]></dc:creator>
		<pubDate>Wed, 16 Oct 2019 17:02:54 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=32842#comment-405</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://pixelrobots.co.uk/2019/02/quick-how-to-azure-security-center-send-email-for-high-severity-alerts/#comment-401&quot;&gt;Valentijn Scholten&lt;/a&gt;.

Hello, Thanks for the comment and sharing the link. The creation date is at the top of the page just under the heading. This post was published on February 27, 2019.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://pixelrobots.co.uk/2019/02/quick-how-to-azure-security-center-send-email-for-high-severity-alerts/#comment-401">Valentijn Scholten</a>.</p>
<p>Hello, Thanks for the comment and sharing the link. The creation date is at the top of the page just under the heading. This post was published on February 27, 2019.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Valentijn Scholten		</title>
		<link>https://pixelrobots.co.uk/2019/02/quick-how-to-azure-security-center-send-email-for-high-severity-alerts/#comment-401</link>

		<dc:creator><![CDATA[Valentijn Scholten]]></dc:creator>
		<pubDate>Fri, 11 Oct 2019 11:35:47 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=32842#comment-401</guid>

					<description><![CDATA[When did you publish this blog (a article/blog should always display a creation date in my opinion).
Anyway, the above no longer works as the email configuration has moved to pricing&#038;settings: https://docs.microsoft.com/en-us/azure/security-center/security-center-provide-security-contact-details]]></description>
			<content:encoded><![CDATA[<p>When did you publish this blog (a article/blog should always display a creation date in my opinion).<br />
Anyway, the above no longer works as the email configuration has moved to pricing&amp;settings: <a href="https://docs.microsoft.com/en-us/azure/security-center/security-center-provide-security-contact-details" rel="nofollow ugc">https://docs.microsoft.com/en-us/azure/security-center/security-center-provide-security-contact-details</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pixel Robots.		</title>
		<link>https://pixelrobots.co.uk/2019/02/quick-how-to-azure-security-center-send-email-for-high-severity-alerts/#comment-397</link>

		<dc:creator><![CDATA[Pixel Robots.]]></dc:creator>
		<pubDate>Mon, 02 Sep 2019 16:25:19 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=32842#comment-397</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://pixelrobots.co.uk/2019/02/quick-how-to-azure-security-center-send-email-for-high-severity-alerts/#comment-396&quot;&gt;Rajashekar&lt;/a&gt;.

Hello,

The query I use is:

SecurityAlert
&#124; where AlertSeverity == &quot;Medium&quot; 
&#124; project TimeGenerated, DisplayName, AlertSeverity, Description, IsIncident, ExtendedProperties, RemediationSteps  

I then create an Azure Monitor alert to send an email when the number of results is greater than 0.

Hope that helps. Perhaps i should do a blog post on this.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://pixelrobots.co.uk/2019/02/quick-how-to-azure-security-center-send-email-for-high-severity-alerts/#comment-396">Rajashekar</a>.</p>
<p>Hello,</p>
<p>The query I use is:</p>
<p>SecurityAlert<br />
| where AlertSeverity == &#8220;Medium&#8221;<br />
| project TimeGenerated, DisplayName, AlertSeverity, Description, IsIncident, ExtendedProperties, RemediationSteps  </p>
<p>I then create an Azure Monitor alert to send an email when the number of results is greater than 0.</p>
<p>Hope that helps. Perhaps i should do a blog post on this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rajashekar		</title>
		<link>https://pixelrobots.co.uk/2019/02/quick-how-to-azure-security-center-send-email-for-high-severity-alerts/#comment-396</link>

		<dc:creator><![CDATA[Rajashekar]]></dc:creator>
		<pubDate>Wed, 28 Aug 2019 09:46:07 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=32842#comment-396</guid>

					<description><![CDATA[Hello Richard,

The article is very helpful to configure the email notification for High severity alerts.
I want to know that can we can configure for medium alerts as well.

Thanks,
Rajashekar N.]]></description>
			<content:encoded><![CDATA[<p>Hello Richard,</p>
<p>The article is very helpful to configure the email notification for High severity alerts.<br />
I want to know that can we can configure for medium alerts as well.</p>
<p>Thanks,<br />
Rajashekar N.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
