<?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: Azure VM Antimalware Extension Management	</title>
	<atom:link href="https://www.cloudcorner.gr/microsoft/azure/azure-vm-antimalware-extension-management/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cloudcorner.gr/microsoft/azure/azure-vm-antimalware-extension-management/</link>
	<description>Remarks from a Cloud Architect encounters</description>
	<lastBuildDate>Mon, 07 Jun 2021 06:33:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Pantelis Apostolidis		</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/azure-vm-antimalware-extension-management/#comment-3716</link>

		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Mon, 07 Jun 2021 06:33:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=2387#comment-3716</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.cloudcorner.gr/microsoft/azure/azure-vm-antimalware-extension-management/#comment-3518&quot;&gt;r0r0z0r0&lt;/a&gt;.

Hi r0r0z0r0,

the exclusions I used for the guide are just for reference. Just to understand how to add exclusions. 
You need to change the exclusions to much your needs.

e.g “.log;.ldf” is for Microsoft SQL servers, to exclude the log files. 
 “D:\\IISlogs; is for IIS servers, to exclude the log files. etc...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.cloudcorner.gr/microsoft/azure/azure-vm-antimalware-extension-management/#comment-3518">r0r0z0r0</a>.</p>
<p>Hi r0r0z0r0,</p>
<p>the exclusions I used for the guide are just for reference. Just to understand how to add exclusions.<br />
You need to change the exclusions to much your needs.</p>
<p>e.g “.log;.ldf” is for Microsoft SQL servers, to exclude the log files.<br />
 “D:\\IISlogs; is for IIS servers, to exclude the log files. etc&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: r0r0z0r0		</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/azure-vm-antimalware-extension-management/#comment-3518</link>

		<dc:creator><![CDATA[r0r0z0r0]]></dc:creator>
		<pubDate>Fri, 14 May 2021 16:20:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=2387#comment-3518</guid>

					<description><![CDATA[Hi Pantelis Apostolidis, 

We&#039;ve been getting Azure Security Center alert when deploying Antimalware with exclusions in ARM template(just following the default exclusions). May I know why do these exclusions?
    &quot;Exclusions&quot;: {
        &quot;Extensions&quot;: &quot;.log;.ldf&quot;,   
        &quot;Paths&quot;: &quot;D:\\IISlogs;D:\\DatabaseLogs&quot;,
        &quot;Processes&quot;: &quot;mssence.svc&quot;
    }]]></description>
			<content:encoded><![CDATA[<p>Hi Pantelis Apostolidis, </p>
<p>We&#8217;ve been getting Azure Security Center alert when deploying Antimalware with exclusions in ARM template(just following the default exclusions). May I know why do these exclusions?<br />
    &#8220;Exclusions&#8221;: {<br />
        &#8220;Extensions&#8221;: &#8220;.log;.ldf&#8221;,<br />
        &#8220;Paths&#8221;: &#8220;D:\\IISlogs;D:\\DatabaseLogs&#8221;,<br />
        &#8220;Processes&#8221;: &#8220;mssence.svc&#8221;<br />
    }</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pantelis Apostolidis		</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/azure-vm-antimalware-extension-management/#comment-67</link>

		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Fri, 13 Dec 2019 08:56:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=2387#comment-67</guid>

					<description><![CDATA[Hello Gustav

I just run the &quot;The whole script&quot; to enable Antimalware at my devrgvm. There was some typos, I corrected them at the script above.

Now, after adding all variables I run the command succesfully:

PS C:\&gt; Set-AzVMExtension -ResourceGroupName $ResourceGroupName -VMName $VMName -Name $Type -Publisher $PublisherName -ExtensionType $Type -SettingString $amsettings -Location $Location -TypeHandlerVersion $amversion 

RequestId IsSuccessStatusCode StatusCode ReasonPhrase
--------- ------------------- ---------- ------------
                         True         OK OK]]></description>
			<content:encoded><![CDATA[<p>Hello Gustav</p>
<p>I just run the &#8220;The whole script&#8221; to enable Antimalware at my devrgvm. There was some typos, I corrected them at the script above.</p>
<p>Now, after adding all variables I run the command succesfully:</p>
<p>PS C:\> Set-AzVMExtension -ResourceGroupName $ResourceGroupName -VMName $VMName -Name $Type -Publisher $PublisherName -ExtensionType $Type -SettingString $amsettings -Location $Location -TypeHandlerVersion $amversion </p>
<p>RequestId IsSuccessStatusCode StatusCode ReasonPhrase<br />
&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;<br />
                         True         OK OK</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gustav		</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/azure-vm-antimalware-extension-management/#comment-66</link>

		<dc:creator><![CDATA[Gustav]]></dc:creator>
		<pubDate>Mon, 09 Dec 2019 11:29:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=2387#comment-66</guid>

					<description><![CDATA[When following this guide I get the error 
&quot;Expecting property name enclosed in double quotes: line 1 column 2 (char 1)&quot;
tried different formats on all parameters and different escapes on $amsettings. 
Same error haunts me. 
Any idea why?]]></description>
			<content:encoded><![CDATA[<p>When following this guide I get the error<br />
&#8220;Expecting property name enclosed in double quotes: line 1 column 2 (char 1)&#8221;<br />
tried different formats on all parameters and different escapes on $amsettings.<br />
Same error haunts me.<br />
Any idea why?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
