<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>monitoring Archives - Apostolidis Cloud Corner</title>
	<atom:link href="https://www.cloudcorner.gr/tag/monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cloudcorner.gr/tag/monitoring/</link>
	<description>Remarks from a Cloud Architect encounters</description>
	<lastBuildDate>Fri, 26 Apr 2024 07:43:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://www.cloudcorner.gr/wp-content/uploads/2021/04/cropped-cloudcorner2-32x32.png</url>
	<title>monitoring Archives - Apostolidis Cloud Corner</title>
	<link>https://www.cloudcorner.gr/tag/monitoring/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Monitor &#038; Dependencies agents at once!</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/monitor-dependencies-agents-at-once/</link>
					<comments>https://www.cloudcorner.gr/microsoft/azure/monitor-dependencies-agents-at-once/#respond</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Fri, 26 Apr 2024 07:30:11 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[azurerm]]></category>
		<category><![CDATA[dependency agent]]></category>
		<category><![CDATA[dependency analysis]]></category>
		<category><![CDATA[log analytics]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[service map]]></category>
		<guid isPermaLink="false">https://www.cloudcorner.gr/?p=4192</guid>

					<description><![CDATA[<p>Download the two agents from the links below: The Monitor agent needs extravtion. To extract use the command: MMASetup-&#60;platform>.exe /c</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/azure/monitor-dependencies-agents-at-once/">Monitor &amp; Dependencies agents at once!</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Download the two agents from the links below:</p>



<ul class="wp-block-list">
<li><a href="https://go.microsoft.com/fwlink/?LinkId=828603">https://go.microsoft.com/fwlink/?LinkId=828603</a></li>



<li><a href="https://aka.ms/dependencyagentwindows">https://aka.ms/dependencyagentwindows</a></li>
</ul>



<p>The Monitor agent needs extravtion. To extract use the command: MMASetup-&lt;platform>.exe /c /t:&lt;Full Path></p>



<p>e.g.: MMASetup-AMD64.exe /c /t:C:\Temp</p>



<p>Add all files to a network share like: <a href="file://server/share/">\\server\share\</a></p>



<p>φτιάξε ένα bat or cmd file, π.χ. setupagents.bat με το παρακάτω περιεχόμενο αλλά βάλε τα δικά σου shares, workspace ID &amp; Key:</p>



<p>create a bat or cmd file, e.g. setupagents.bat and add the below content. Change the share link, the Workspace ID and Key:</p>



<pre class="EnlighterJSRAW" data-enlighter-language="bat" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">net use y: \\server\share\

y:\Setup.exe /qn NOAPM=1 ADD_OPINSIGHTS_WORKSPACE=1 OPINSIGHTS_WORKSPACE_AZURE_CLOUD_TYPE=0 OPINSIGHTS_WORKSPACE_ID="&lt;your workspace ID>" OPINSIGHTS_WORKSPACE_KEY="&lt;your workspace key>" AcceptEndUserLicenseAgreement=1

y:\InstallDependencyAgent-Windows.exe /S /RebootMode=manual

net use y: /delete</pre>



<p>For example, I created the setupagents.bat, and added the files to the network share  <a href="file://dcvm/Temp">\\dcvm\Temp</a> . The content of my setupagents.bat is:</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">net use y: \\dcvm\Temp

y:\Setup.exe /qn NOAPM=1 ADD_OPINSIGHTS_WORKSPACE=1 OPINSIGHTS_WORKSPACE_AZURE_CLOUD_TYPE=0 OPINSIGHTS_WORKSPACE_ID="b987ae35-b7e3-44ba-bd27-000000000000" OPINSIGHTS_WORKSPACE_KEY="OZz8YN5A12biINsMbja9PHkZLDdYNNZEw+QDIsAmi0ys/2+000000000000==" AcceptEndUserLicenseAgreement=1

y:\Temp\InstallDependencyAgent-Windows.exe /S /RebootMode=manual

net use y: /delete</pre>



<p>After running the setupagents.bat, both agents are installed. You can check at the programs and features:</p>



<figure class="wp-block-image size-full is-resized"><a href="https://www.cloudcorner.gr/wp-content/uploads/2024/04/image-46.png"><img fetchpriority="high" decoding="async" width="813" height="246" src="https://www.cloudcorner.gr/wp-content/uploads/2024/04/image-46.png" alt="" class="wp-image-4194" style="width:446px;height:auto" srcset="https://www.cloudcorner.gr/wp-content/uploads/2024/04/image-46.png 813w, https://www.cloudcorner.gr/wp-content/uploads/2024/04/image-46-300x91.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2024/04/image-46-768x232.png 768w" sizes="(max-width: 813px) 100vw, 813px" /></a></figure>



<p>At the control panel the Microsoft Monitoring Agent will appear and open it to check that it is connected to y our Log Analytics Workspace.</p>



<figure class="wp-block-image size-full is-resized"><a href="https://www.cloudcorner.gr/wp-content/uploads/2024/04/image-47.png"><img decoding="async" width="351" height="119" src="https://www.cloudcorner.gr/wp-content/uploads/2024/04/image-47.png" alt="" class="wp-image-4195" style="width:224px;height:auto" srcset="https://www.cloudcorner.gr/wp-content/uploads/2024/04/image-47.png 351w, https://www.cloudcorner.gr/wp-content/uploads/2024/04/image-47-300x102.png 300w" sizes="(max-width: 351px) 100vw, 351px" /></a></figure>



<figure class="wp-block-image size-full is-resized"><a href="https://www.cloudcorner.gr/wp-content/uploads/2024/04/image-48.png"><img decoding="async" width="786" height="301" src="https://www.cloudcorner.gr/wp-content/uploads/2024/04/image-48.png" alt="" class="wp-image-4196" style="width:520px;height:auto" srcset="https://www.cloudcorner.gr/wp-content/uploads/2024/04/image-48.png 786w, https://www.cloudcorner.gr/wp-content/uploads/2024/04/image-48-300x115.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2024/04/image-48-768x294.png 768w" sizes="(max-width: 786px) 100vw, 786px" /></a></figure>



<p>Here is a list of sample Log Search commands for the dependency analysis:</p>



<ul class="wp-block-list">
<li><a href="https://learn.microsoft.com/en-us/previous-versions/azure/azure-monitor/vm/service-map#sample-log-searches">https://learn.microsoft.com/en-us/previous-versions/azure/azure-monitor/vm/service-map#sample-log-searches</a></li>



<li><a href="https://learn.microsoft.com/en-us/azure/migrate/how-to-create-group-machine-dependencies#sample-review-inbound-connections">https://learn.microsoft.com/en-us/azure/migrate/how-to-create-group-machine-dependencies#sample-review-inbound-connections</a></li>
</ul>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div><div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div><div class="saboxplugin-desc"><div itemprop="description"><p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div></div><div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:p&#114;&#111;&#120;&#105;&#109;agr&#064;h&#111;&#116;ma&#105;&#108;&#046;&#099;om" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div></div></div><p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure%2Fmonitor-dependencies-agents-at-once%2F&amp;linkname=Monitor%20%26%20Dependencies%20agents%20at%20once%21" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure%2Fmonitor-dependencies-agents-at-once%2F&amp;linkname=Monitor%20%26%20Dependencies%20agents%20at%20once%21" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure%2Fmonitor-dependencies-agents-at-once%2F&#038;title=Monitor%20%26%20Dependencies%20agents%20at%20once%21" data-a2a-url="https://www.cloudcorner.gr/microsoft/azure/monitor-dependencies-agents-at-once/" data-a2a-title="Monitor &amp; Dependencies agents at once!"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/microsoft/azure/monitor-dependencies-agents-at-once/">Monitor &amp; Dependencies agents at once!</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/microsoft/azure/monitor-dependencies-agents-at-once/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Azure Dashboard using Resource Graph Explorer</title>
		<link>https://www.cloudcorner.gr/microsoft/azure-dashboard-using-resource-graph-explorer/</link>
					<comments>https://www.cloudcorner.gr/microsoft/azure-dashboard-using-resource-graph-explorer/#comments</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Tue, 25 Feb 2020 21:10:37 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[azure dashboard]]></category>
		<category><![CDATA[azure governance]]></category>
		<category><![CDATA[azure resource graph]]></category>
		<category><![CDATA[azure rm]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[governance]]></category>
		<category><![CDATA[kusto]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[resource graph explorer]]></category>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=3053</guid>

					<description><![CDATA[<p>At this post we will see how we can Visualise our Azure environment using the Resource Graph Explorer. Resource Graph</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/azure-dashboard-using-resource-graph-explorer/">Azure Dashboard using Resource Graph Explorer</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">At this post we will see how we can Visualise our Azure environment using the Resource Graph Explorer. Resource Graph Explorer allows you to run Resource Graph queries, create charts and pin them to the Azure Dashboard.</p>
<p>Resource Graph Explorer is part of Azure Governance. You can find more guides about Azure Governance at my posts like <a href="https://www.e-apostolidis.gr/microsoft/azure-policy-limit-the-azure-vm-sizes/" target="_blank" rel="noopener noreferrer">How to limit the Azure VM Sizes</a> and <a href="https://www.e-apostolidis.gr/microsoft/azure-policy-enforce-tags-for-resource-creation/" target="_blank" rel="noopener noreferrer">How to enforce tags for resources creation</a> using the <a href="https://www.e-apostolidis.gr/tag/azure-governance/">Azure Governance tag</a>.</p>
<h3 style="text-align: justify;">Create a chart showing the number of VMs by Operating System at my tenant.</h3>
<p style="text-align: justify;">Open the Azure Portal and search for the Resource Graph Explorer and open it</p>
<p id="wZFVFYA" style="text-align: justify;"><img loading="lazy" decoding="async" class="alignnone wp-image-3055 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/01/img_5e1e1af472077.png" alt="azure dashboard" width="437" height="193" srcset="https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e1e1af472077.png 437w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e1e1af472077-300x132.png 300w" sizes="auto, (max-width: 437px) 100vw, 437px" /></p>
<p style="text-align: justify;">The window that will open looks familiar because it uses the same query language like Log Analytics, the Kusto. On the right side, at the Resource Window, you can search for any resource type, click it and it will be added to the Query Window. We will start with the &#8220;resources&#8221; that will bring us all resources</p>
<p id="dQKuGbu" style="text-align: justify;"><img loading="lazy" decoding="async" class="alignnone wp-image-3059 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/01/img_5e20b701af0ee.png" alt="resource graph" width="713" height="286" srcset="https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20b701af0ee.png 713w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20b701af0ee-300x120.png 300w" sizes="auto, (max-width: 713px) 100vw, 713px" /></p>
<p style="text-align: justify;">Then we will search for virtual machines to find the correct type</p>
<p id="RlInShA" style="text-align: justify;"><img loading="lazy" decoding="async" class="alignnone wp-image-3060 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/01/img_5e20b71eb0d80.png" alt="azure dashboard" width="559" height="200" srcset="https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20b71eb0d80.png 559w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20b71eb0d80-300x107.png 300w" sizes="auto, (max-width: 559px) 100vw, 559px" /></p>
<p style="text-align: justify;">clicking the microsoft.computer/virtualmachines it will automatically change the query to narrow the search to bring only the Virtual Machines</p>
<p id="DImgSpG" style="text-align: justify;"><img loading="lazy" decoding="async" class="alignnone wp-image-3061 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/01/img_5e20b7399b5a7.png" alt="kusto" width="804" height="199" srcset="https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20b7399b5a7.png 804w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20b7399b5a7-300x74.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20b7399b5a7-768x190.png 768w" sizes="auto, (max-width: 804px) 100vw, 804px" /></p>
<p style="text-align: justify;">To see the results just press &#8220;Run Query&#8221;. At the Resources window you can see all the VMs properties, like name, location, tags, resourcegroup and a property named &#8220;properties&#8221;. If you open this you will see all the details of the VMs.</p>
<p id="kZbhhcz" style="text-align: justify;"><img loading="lazy" decoding="async" class="alignnone wp-image-3062 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/01/img_5e20b784c0bb4.png" alt="kusto" width="1356" height="537" srcset="https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20b784c0bb4.png 1356w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20b784c0bb4-300x119.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20b784c0bb4-1024x406.png 1024w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20b784c0bb4-768x304.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20b784c0bb4-1320x523.png 1320w" sizes="auto, (max-width: 1356px) 100vw, 1356px" /></p>
<p style="text-align: justify;">The Operating System property is under &#8220;storageProfile&#8221; / &#8220;osDisk&#8221; / osType. So we need to alter our query like this:</p>
<pre class="EnlighterJSRAW">resources
 | where type == "microsoft.compute/virtualmachines"
 | summarize count() by tostring(properties.storageProfile.osDisk.osType)</pre>
<p style="text-align: justify;">Running the above query will bring the VMs by OS. Next Results you can click Charts to select the Chart you like.</p>
<p style="text-align: justify;"><img loading="lazy" decoding="async" class="alignnone wp-image-3065 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/01/vmbyos.gif" alt="azure dashboard" width="480" height="282" /></p>
<p style="text-align: justify;">You can save the query to add a name and also reuse it. The name will appear once we add the chart to the Azure Dashboard, it will be the title.</p>
<p id="epjbDLs" style="text-align: justify;"><img loading="lazy" decoding="async" class="alignnone wp-image-3067 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/01/img_5e20bc245872a.png" alt="save query" width="580" height="594" srcset="https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20bc245872a.png 580w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20bc245872a-293x300.png 293w" sizes="auto, (max-width: 580px) 100vw, 580px" /></p>
<p style="text-align: justify;">For our Dashboard I will use a Donut chart. To add it to the Azure Dashboard click &#8220;Pin to dashboard&#8221;</p>
<p id="IcJzNwb" style="text-align: justify;"><img loading="lazy" decoding="async" class="alignnone wp-image-3068 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/01/img_5e20bc3c94021.png" alt="pin" width="394" height="154" srcset="https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20bc3c94021.png 394w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20bc3c94021-300x117.png 300w" sizes="auto, (max-width: 394px) 100vw, 394px" /></p>
<p style="text-align: justify;">And this is the dashboard view</p>
<p id="FaWfhZM" style="text-align: justify;"><img loading="lazy" decoding="async" class="alignnone wp-image-3069 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/01/img_5e20bc55b6c68.png" alt="azure dashboard" width="630" height="648" srcset="https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20bc55b6c68.png 630w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20bc55b6c68-292x300.png 292w" sizes="auto, (max-width: 630px) 100vw, 630px" /></p>
<h3 id="EScbmGf" style="text-align: justify;">We can add more resources, like Public IP Addresses</h3>
<p style="text-align: justify;">Change the query to this:</p>
<div style="text-align: justify;">
<div>
<pre class="EnlighterJSRAW">Resources
 | where type == "microsoft.network/publicipaddresses"</pre>
<p>Run it and you will get a result with all Public IP Addresses</p>
</div>
</div>
<p id="zOVXngn" style="text-align: justify;"><img loading="lazy" decoding="async" class="alignnone wp-image-3074 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/01/img_5e20bf1067a30.png" alt="kusto" width="1383" height="508" srcset="https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20bf1067a30.png 1383w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20bf1067a30-300x110.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20bf1067a30-1024x376.png 1024w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20bf1067a30-768x282.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20bf1067a30-1320x485.png 1320w" sizes="auto, (max-width: 1383px) 100vw, 1383px" /></p>
<p style="text-align: justify;">To expand the properties, add the &#8221; | project properties &#8221; at the query and  click the &#8220;see details&#8221; link.</p>
<p id="VmjZWyi" style="text-align: justify;"><img loading="lazy" decoding="async" class="alignnone wp-image-3075 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/01/img_5e20bfaa54c8a.png" alt="properties" width="796" height="464" srcset="https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20bfaa54c8a.png 796w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20bfaa54c8a-300x175.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2020/01/img_5e20bfaa54c8a-768x448.png 768w" sizes="auto, (max-width: 796px) 100vw, 796px" /></p>
<p style="text-align: justify;">View the properties details and find the name of the ip address key</p>
<p style="text-align: justify;"><img loading="lazy" decoding="async" class="alignnone wp-image-3076 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/01/ips.gif" alt="details" width="477" height="200" /></p>
<p style="text-align: justify;">To create a chart with all Public IP Addresses run the below query</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">Resources  
| where type == "microsoft.network/publicipaddresses"
| summarize count() by tostring(properties.ipAddress)</pre>
<p style="text-align: justify;">And this is the result, pined to Azure Dashboard</p>
<p id="MVsUbvh" style="text-align: justify;"><img loading="lazy" decoding="async" class="alignnone wp-image-3271 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/02/img_5e55914588f62.png" alt="azure dashboard" width="366" height="363" srcset="https://www.cloudcorner.gr/wp-content/uploads/2020/02/img_5e55914588f62.png 366w, https://www.cloudcorner.gr/wp-content/uploads/2020/02/img_5e55914588f62-300x298.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2020/02/img_5e55914588f62-150x150.png 150w" sizes="auto, (max-width: 366px) 100vw, 366px" /></p>
<p>Add a chart to show the location of all of my resources</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">summarize count() by location | project  location, total=count_| order by total desc 
| where total &gt; 1</pre>
<p id="TjnhEnq"><img loading="lazy" decoding="async" class="alignnone wp-image-3275 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/02/img_5e55980953ef6.png" alt="azure dashboard" width="363" height="364" srcset="https://www.cloudcorner.gr/wp-content/uploads/2020/02/img_5e55980953ef6.png 363w, https://www.cloudcorner.gr/wp-content/uploads/2020/02/img_5e55980953ef6-300x300.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2020/02/img_5e55980953ef6-150x150.png 150w" sizes="auto, (max-width: 363px) 100vw, 363px" /></p>
<p style="text-align: justify;">Now at my Azure Dashboard I have VMs per OS, all Public IP Addresses and the location of all of my resources</p>
<p id="aAvMnGL"><img loading="lazy" decoding="async" class="alignnone wp-image-3276 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2020/02/img_5e559822491a5.png" alt="azure dashboard" width="1090" height="444" srcset="https://www.cloudcorner.gr/wp-content/uploads/2020/02/img_5e559822491a5.png 1090w, https://www.cloudcorner.gr/wp-content/uploads/2020/02/img_5e559822491a5-300x122.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2020/02/img_5e559822491a5-1024x417.png 1024w, https://www.cloudcorner.gr/wp-content/uploads/2020/02/img_5e559822491a5-768x313.png 768w" sizes="auto, (max-width: 1090px) 100vw, 1090px" /></p>
<p>&nbsp;</p>
<p style="text-align: justify;">Find more at the <a href="https://docs.microsoft.com/en-us/azure/governance/resource-graph/">Azure Resource Graph documentation</a></p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author">
<div class="saboxplugin-tab">
<div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div>
<div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div>
<div class="saboxplugin-desc">
<div itemprop="description">
<p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div>
</div>
<div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div>
<div class="clearfix"></div>
<div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:&#112;&#114;o&#120;&#105;&#109;&#097;&#103;&#114;&#064;&#104;o&#116;&#109;a&#105;l&#046;&#099;o&#109;" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div>
</div>
</div>
<p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure-dashboard-using-resource-graph-explorer%2F&amp;linkname=Azure%20Dashboard%20using%20Resource%20Graph%20Explorer" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure-dashboard-using-resource-graph-explorer%2F&amp;linkname=Azure%20Dashboard%20using%20Resource%20Graph%20Explorer" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure-dashboard-using-resource-graph-explorer%2F&#038;title=Azure%20Dashboard%20using%20Resource%20Graph%20Explorer" data-a2a-url="https://www.cloudcorner.gr/microsoft/azure-dashboard-using-resource-graph-explorer/" data-a2a-title="Azure Dashboard using Resource Graph Explorer"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/microsoft/azure-dashboard-using-resource-graph-explorer/">Azure Dashboard using Resource Graph Explorer</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/microsoft/azure-dashboard-using-resource-graph-explorer/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Monitor &#038; Alert for your Azure VM</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/monitor-alert-for-your-azure-vm/</link>
					<comments>https://www.cloudcorner.gr/microsoft/azure/monitor-alert-for-your-azure-vm/#respond</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Mon, 16 Jul 2018 19:30:29 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[alert]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[azure vm]]></category>
		<category><![CDATA[azurerm]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[monitoring]]></category>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=1991</guid>

					<description><![CDATA[<p>Monitor &#38; Alert for your Azure VM Lets see how easy it is to monitor and create an alert, in</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/azure/monitor-alert-for-your-azure-vm/">Monitor &#038; Alert for your Azure VM</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>Monitor &amp; Alert for your Azure VM</h1>
<p>Lets see how easy it is to monitor and create an alert, in order to be notified when your VMs are restarted, when they start, stop, get high CPU usage, memory and much more.</p>
<p>First navigate to the Azure Portal <a href="https://portal.azure.com">https://portal.azure.com</a>, and then click the Monitor button.</p>
<p id="DCbYJsJ"><img loading="lazy" decoding="async" class="alignnone wp-image-1993 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2018/07/img_5b4ce44d8cfab.png" alt="alert" width="198" height="53" /></p>
<p>You will be navigated to the Monitor blade. At the center of the screen you will see three mail buttons, each starts a wizard.</p>
<p id="JLqcXio"><img loading="lazy" decoding="async" class="alignnone wp-image-1994 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2018/07/img_5b4ce464a75f7.png" alt="alert" width="1521" height="731" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce464a75f7.png 1521w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce464a75f7-300x144.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce464a75f7-768x369.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce464a75f7-1024x492.png 1024w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce464a75f7-600x288.png 600w" sizes="auto, (max-width: 1521px) 100vw, 1521px" /></p>
<p>Click the &#8220;Create Alert&#8221; under the Explore monitoring essentials, the first of the three buttons.</p>
<p id="kOMhPNU"><img loading="lazy" decoding="async" class="alignnone wp-image-1995 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2018/07/img_5b4ce47ec6783.png" alt="alert" width="336" height="335" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce47ec6783.png 336w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce47ec6783-150x150.png 150w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce47ec6783-300x300.png 300w" sizes="auto, (max-width: 336px) 100vw, 336px" /></p>
<p>The create rule wizard will start. First you need to Select target.</p>
<p id="XHTCTIW"><img loading="lazy" decoding="async" class="alignnone wp-image-1996 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2018/07/img_5b4ce490ca922.png" alt="alert" width="1042" height="581" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce490ca922.png 1042w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce490ca922-300x167.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce490ca922-768x428.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce490ca922-1024x571.png 1024w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce490ca922-600x335.png 600w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce490ca922-360x200.png 360w" sizes="auto, (max-width: 1042px) 100vw, 1042px" /></p>
<p>Select the subscription, at the Filter resource type select Virtual machines and select the VM from the Resource list.</p>
<p id="JYmvhFJ"><img loading="lazy" decoding="async" class="alignnone wp-image-1997 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2018/07/img_5b4ce4ca0d764.png" alt="alert" width="559" height="608" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce4ca0d764.png 559w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce4ca0d764-276x300.png 276w" sizes="auto, (max-width: 559px) 100vw, 559px" /></p>
<p>Once you press the target VM you will see a preview of the selection and the available signals.</p>
<p id="XaQkeOH"><img loading="lazy" decoding="async" class="alignnone wp-image-1998 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2018/07/img_5b4ce4e42cf83.png" alt="alert" width="557" height="174" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce4e42cf83.png 557w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce4e42cf83-300x94.png 300w" sizes="auto, (max-width: 557px) 100vw, 557px" /></p>
<p>After the alert target, select the criteria</p>
<p id="ZkjTVvH"><img loading="lazy" decoding="async" class="alignnone wp-image-1999 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2018/07/img_5b4ce507c9eb6.png" alt="alert" width="1001" height="385" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce507c9eb6.png 1001w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce507c9eb6-300x115.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce507c9eb6-768x295.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce507c9eb6-600x231.png 600w" sizes="auto, (max-width: 1001px) 100vw, 1001px" /></p>
<p>At the configure signal login blade, select the signal from the list. I have selected the Restart Virtual Machine.</p>
<p id="ZzOFnmU"><img loading="lazy" decoding="async" class="alignnone wp-image-2000 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2018/07/img_5b4ce659dd5ff.png" alt="alert" width="543" height="845" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce659dd5ff.png 543w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce659dd5ff-193x300.png 193w" sizes="auto, (max-width: 543px) 100vw, 543px" /></p>
<p>Once you select the signal you can select the severity level and also you will see the preview of the condition.</p>
<p id="lvaBWMu"><img loading="lazy" decoding="async" class="alignnone wp-image-2001 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2018/07/img_5b4ce6727cc7c.png" alt="alert" width="576" height="409" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce6727cc7c.png 576w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce6727cc7c-300x213.png 300w" sizes="auto, (max-width: 576px) 100vw, 576px" /></p>
<p>After that give a name and a description for the alert. Also select the resource group where the alert will be saved and if you want the alert to be enabled upon creation.</p>
<p id="vSiKhtG"><img loading="lazy" decoding="async" class="alignnone wp-image-2002 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2018/07/img_5b4ce6a3a31ff.png" alt="alert" width="1017" height="387" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce6a3a31ff.png 1017w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce6a3a31ff-300x114.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce6a3a31ff-768x292.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce6a3a31ff-600x228.png 600w" sizes="auto, (max-width: 1017px) 100vw, 1017px" /></p>
<p>The next step is to create an action group. The action group is the list of accounts to get the notifications when the alert is triggered. The notification can be email, SMS, Push Notifications and Voice call. You can add many action groups and many action in each group.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-2004 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2018/07/img_5b4ce70cead73.png" alt="alert" width="879" height="596" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce70cead73.png 879w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce70cead73-300x203.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce70cead73-768x521.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce70cead73-600x407.png 600w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce70cead73-120x80.png 120w" sizes="auto, (max-width: 879px) 100vw, 879px" /></p>
<p id="GKeuHxk"><img loading="lazy" decoding="async" class="alignnone wp-image-2003 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2018/07/img_5b4ce6d35407c.png" alt="alert" width="986" height="218" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce6d35407c.png 986w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce6d35407c-300x66.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce6d35407c-768x170.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce6d35407c-600x133.png 600w" sizes="auto, (max-width: 986px) 100vw, 986px" /></p>
<p>Now the alert is ready. Once the alert is triggered you will be notified. At this example I added an email alert and once the VM restarted I received the following email:</p>
<p id="WuajGen"><img loading="lazy" decoding="async" class="alignnone wp-image-2005 size-full" src="https://www.e-apostolidis.gr/wp-content/uploads/2018/07/img_5b4ce7cf57f34.png" alt="alert" width="946" height="857" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce7cf57f34.png 946w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce7cf57f34-300x272.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce7cf57f34-768x696.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2018/07/img_5b4ce7cf57f34-600x544.png 600w" sizes="auto, (max-width: 946px) 100vw, 946px" /></p>
<p>More Microsoft Azure guides at <a href="https://www.e-apostolidis.gr/about-2/">Apostolidis IT Corner</a></p>
<p>&nbsp;</p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author">
<div class="saboxplugin-tab">
<div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div>
<div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div>
<div class="saboxplugin-desc">
<div itemprop="description">
<p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div>
</div>
<div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div>
<div class="clearfix"></div>
<div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:&#112;&#114;&#111;&#120;&#105;&#109;ag&#114;&#064;hot&#109;a&#105;l.&#099;o&#109;" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div>
</div>
</div>
<p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure%2Fmonitor-alert-for-your-azure-vm%2F&amp;linkname=Monitor%20%26%20Alert%20for%20your%20Azure%20VM" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure%2Fmonitor-alert-for-your-azure-vm%2F&amp;linkname=Monitor%20%26%20Alert%20for%20your%20Azure%20VM" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure%2Fmonitor-alert-for-your-azure-vm%2F&#038;title=Monitor%20%26%20Alert%20for%20your%20Azure%20VM" data-a2a-url="https://www.cloudcorner.gr/microsoft/azure/monitor-alert-for-your-azure-vm/" data-a2a-title="Monitor &amp; Alert for your Azure VM"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/microsoft/azure/monitor-alert-for-your-azure-vm/">Monitor &#038; Alert for your Azure VM</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/microsoft/azure/monitor-alert-for-your-azure-vm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Azure Update Management</title>
		<link>https://www.cloudcorner.gr/microsoft/azure-update-management/</link>
					<comments>https://www.cloudcorner.gr/microsoft/azure-update-management/#respond</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Tue, 16 Jan 2018 20:41:34 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[azure rm]]></category>
		<category><![CDATA[azure vm]]></category>
		<category><![CDATA[linux updates]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[oms]]></category>
		<category><![CDATA[update management]]></category>
		<category><![CDATA[windows updates]]></category>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=1762</guid>

					<description><![CDATA[<p>Azure Update Management Have you checked the update management system for your Azure and On-Premises server that supports both Windows</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/azure-update-management/">Azure Update Management</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: justify;">Azure Update Management</h1>
<p style="text-align: justify;">Have you checked the update management system for your Azure and On-Premises server that supports both Windows and Linux operating systems? And it is completely free! Please find the full list of supported operating systems and prerequisites here: https://docs.microsoft.com/en-us/azure/operations-management-suite/oms-solution-update-management#prerequisites.</p>
<p style="text-align: justify;">Lets get started. The easiest way is to start from an Azure VM. Go to the VMs blade and find &#8220;Update management&#8221;. You will see a notification that the solution is not enabled.</p>
<p id="CgMeKze" style="text-align: justify;"><img loading="lazy" decoding="async" width="972" height="328" class="alignnone size-full wp-image-1765 " src="https://www.e-apostolidis.gr/wp-content/uploads/2018/01/img_5a4f5426e2b92.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5426e2b92.png 972w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5426e2b92-300x101.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5426e2b92-768x259.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5426e2b92-600x202.png 600w" sizes="auto, (max-width: 972px) 100vw, 972px" /></p>
<p style="text-align: justify;">Click the notification and the &#8220;Update Management&#8221; blade will open. The &#8220;Update Management&#8221; is an OMS solution, so you will need to create a &#8220;Log analytics&#8221; workspace, you can use the Free tier. If you don&#8217;t have a Log analytics workspace the wizard will create a default for you. Also it will create an automation account. Pressing enable will enable the &#8220;Update Management&#8221; solution.</p>
<p id="eRuUhKL" style="text-align: justify;"><img loading="lazy" decoding="async" width="592" height="439" class="alignnone size-full wp-image-1766 " src="https://www.e-apostolidis.gr/wp-content/uploads/2018/01/img_5a4f54464c7c7.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f54464c7c7.png 592w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f54464c7c7-300x222.png 300w" sizes="auto, (max-width: 592px) 100vw, 592px" /></p>
<p style="text-align: justify;">After about 15 minutes, at the &#8220;Update Management&#8221; section of the VM you will see the report of the VM&#8217;s updates.</p>
<p id="rIxTRCF" style="text-align: justify;"><img loading="lazy" decoding="async" width="1053" height="157" class="alignnone size-full wp-image-1763 " src="https://www.e-apostolidis.gr/wp-content/uploads/2018/01/img_5a4f5343226f2.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5343226f2.png 1053w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5343226f2-300x45.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5343226f2-768x115.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5343226f2-1024x153.png 1024w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5343226f2-600x89.png 600w" sizes="auto, (max-width: 1053px) 100vw, 1053px" /></p>
<p style="text-align: justify;">After that process the Automation Account is created and we can browse to the &#8220;Automation Accounts&#8221; service at the Azure Portal. There click the newly created Automation Account and scroll to the &#8220;Update Management&#8221; section. There we can see a full report of all VMs that we will add to the Update Management solution. To add more Azure VMs simply click the &#8220;Add Azure VM&#8221; button.</p>
<p id="fVcSCHM" style="text-align: justify;"><img loading="lazy" decoding="async" width="1323" height="378" class="alignnone size-full wp-image-1767 " src="https://www.e-apostolidis.gr/wp-content/uploads/2018/01/img_5a4f54b407d56.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f54b407d56.png 1323w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f54b407d56-300x86.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f54b407d56-768x219.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f54b407d56-1024x293.png 1024w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f54b407d56-600x171.png 600w" sizes="auto, (max-width: 1323px) 100vw, 1323px" /></p>
<p style="text-align: justify;">The Virtual Machines blade will open and will list all Virtual Machines at the tenant. Select each VM and press Enable.</p>
<p id="jnHSZre" style="text-align: justify;"><img loading="lazy" decoding="async" width="1195" height="265" class="alignnone size-full wp-image-1768 " src="https://www.e-apostolidis.gr/wp-content/uploads/2018/01/img_5a4f5738c9775.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5738c9775.png 1195w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5738c9775-300x67.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5738c9775-768x170.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5738c9775-1024x227.png 1024w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5738c9775-600x133.png 600w" sizes="auto, (max-width: 1195px) 100vw, 1195px" /></p>
<p style="text-align: justify;">After all required VMs are added to the Update Management solution click the &#8220;Schedule update deployment&#8221; button. There we will select the OS type of the deployment, the list of computers to update, what type of updates will deploy and the scheduler. More or less this is something familiar for anyone that has worked with WSUS.</p>
<p id="znDzRTL" style="text-align: justify;"><img loading="lazy" decoding="async" width="317" height="530" class="alignnone size-full wp-image-1769 " src="https://www.e-apostolidis.gr/wp-content/uploads/2018/01/img_5a4f57f7def9c.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f57f7def9c.png 317w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f57f7def9c-179x300.png 179w" sizes="auto, (max-width: 317px) 100vw, 317px" /></p>
<p style="text-align: justify;">Press the &#8220;Computers to Update&#8221; to select the Azure VMs for this deployment from the list of all VMs enabled.</p>
<p id="hpSpTkR" style="text-align: justify;"><img loading="lazy" decoding="async" width="208" height="296" class="alignnone size-full wp-image-1770 " src="https://www.e-apostolidis.gr/wp-content/uploads/2018/01/img_5a4f5811868bc.png" alt="" /></p>
<p style="text-align: justify;">Then select what types of updates will deploy.</p>
<p id="axSVQDS" style="text-align: justify;"><img loading="lazy" decoding="async" width="270" height="301" class="alignnone size-full wp-image-1771 " src="https://www.e-apostolidis.gr/wp-content/uploads/2018/01/img_5a4f582baf88e.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f582baf88e.png 270w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f582baf88e-269x300.png 269w" sizes="auto, (max-width: 270px) 100vw, 270px" /></p>
<p style="text-align: justify;">If you want to exclude any specific update you can add the KB number at the &#8220;Excluded updated&#8221; blade.</p>
<p id="eLlXpql" style="text-align: justify;"><img loading="lazy" decoding="async" width="309" height="228" class="alignnone size-full wp-image-1772 " src="https://www.e-apostolidis.gr/wp-content/uploads/2018/01/img_5a4f5843ecfee.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5843ecfee.png 309w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f5843ecfee-300x221.png 300w" sizes="auto, (max-width: 309px) 100vw, 309px" /></p>
<p style="text-align: justify;">And finally select the schedule that the update deployment will run.</p>
<p id="yPhaWnm" style="text-align: justify;"><img loading="lazy" decoding="async" width="320" height="428" class="alignnone size-full wp-image-1773 " src="https://www.e-apostolidis.gr/wp-content/uploads/2018/01/img_5a4f585b210a3.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f585b210a3.png 320w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f585b210a3-224x300.png 224w" sizes="auto, (max-width: 320px) 100vw, 320px" /></p>
<p style="text-align: justify;">Back to the &#8220;Update Management&#8221; blade, as we already said, we have a complete update monitoring of all Virtual Machines that are part of the &#8220;Update Management&#8221; solution.</p>
<p id="OMoNMIt" style="text-align: justify;"><img loading="lazy" decoding="async" width="1421" height="330" class="alignnone size-full wp-image-1774 " src="https://www.e-apostolidis.gr/wp-content/uploads/2018/01/img_5a4f588eb5f38.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f588eb5f38.png 1421w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f588eb5f38-300x70.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f588eb5f38-768x178.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f588eb5f38-1024x238.png 1024w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f588eb5f38-600x139.png 600w" sizes="auto, (max-width: 1421px) 100vw, 1421px" /></p>
<p style="text-align: justify;">You can also go to the &#8220;Log Analytics&#8221; workspase and open the &#8220;OMS Portal&#8221;</p>
<p id="yQzdzOb" style="text-align: justify;"><img loading="lazy" decoding="async" width="617" height="215" class="alignnone size-full wp-image-1780 " src="https://www.e-apostolidis.gr/wp-content/uploads/2018/01/img_5a4f94133783a.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f94133783a.png 617w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f94133783a-300x105.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f94133783a-600x209.png 600w" sizes="auto, (max-width: 617px) 100vw, 617px" /></p>
<p style="text-align: justify;">There, among other, you will see the newly added &#8220;System Update Assessment&#8221; solution.</p>
<p id="sUWDwoy" style="text-align: justify;"><img loading="lazy" decoding="async" width="401" height="192" class="alignnone size-full wp-image-1779 " src="https://www.e-apostolidis.gr/wp-content/uploads/2018/01/img_5a4f93ed082d1.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f93ed082d1.png 401w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f93ed082d1-300x144.png 300w" sizes="auto, (max-width: 401px) 100vw, 401px" /></p>
<p style="text-align: justify;">and have a full monitoring and reporting of the updates of your whole environment.</p>
<p id="NbhrJhy" style="text-align: justify;"><img loading="lazy" decoding="async" width="1549" height="451" class="alignnone size-full wp-image-1781 " src="https://www.e-apostolidis.gr/wp-content/uploads/2018/01/img_5a4f9492855f3.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f9492855f3.png 1549w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f9492855f3-300x87.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f9492855f3-768x224.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f9492855f3-1024x298.png 1024w, https://www.cloudcorner.gr/wp-content/uploads/2018/01/img_5a4f9492855f3-600x175.png 600w" sizes="auto, (max-width: 1549px) 100vw, 1549px" /></p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author">
<div class="saboxplugin-tab">
<div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div>
<div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div>
<div class="saboxplugin-desc">
<div itemprop="description">
<p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div>
</div>
<div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div>
<div class="clearfix"></div>
<div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:pr&#111;xi&#109;a&#103;&#114;&#064;&#104;otm&#097;&#105;l&#046;c&#111;m" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div>
</div>
</div>
<p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure-update-management%2F&amp;linkname=Azure%20Update%20Management" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure-update-management%2F&amp;linkname=Azure%20Update%20Management" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure-update-management%2F&#038;title=Azure%20Update%20Management" data-a2a-url="https://www.cloudcorner.gr/microsoft/azure-update-management/" data-a2a-title="Azure Update Management"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/microsoft/azure-update-management/">Azure Update Management</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/microsoft/azure-update-management/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>High Level Steps to Create a Syslog Server for Azure OMS (Log Analytics)</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/high-level-steps-create-syslog-server-azure-oms-log-analytics/</link>
					<comments>https://www.cloudcorner.gr/microsoft/azure/high-level-steps-create-syslog-server-azure-oms-log-analytics/#respond</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Tue, 20 Jun 2017 10:20:19 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[azurerm]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[network monitor]]></category>
		<category><![CDATA[oms]]></category>
		<category><![CDATA[operations management suite]]></category>
		<category><![CDATA[syslog]]></category>
		<guid isPermaLink="false">http://www.e-apostolidis.gr/?p=1292</guid>

					<description><![CDATA[<p>High Level Steps to Create a Syslog Server for Azure OMS (Log Analytics) &#160; This post is a gathering of</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/azure/high-level-steps-create-syslog-server-azure-oms-log-analytics/">High Level Steps to Create a Syslog Server for Azure OMS (Log Analytics)</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="text-decoration: underline; font-size: 20px;"><strong>High Level Steps to Create a Syslog Server for Azure OMS (Log Analytics)</strong></span></p>
<p>&nbsp;</p>
<p>This post is a gathering of TechNet articles and 3rd party blog posts that my college John Dandelis followed to create a linux Syslog server in order to monitor network devices on Operations Management Suite (OMS). Its not a complete step-by-step guide but it is very useful as a reference.</p>
<p>&nbsp;</p>
<p>-Install Ubuntu server VM.</p>
<p>Use any Bash Shell to connect to Ubuntu Server. (http://win-bash.sourceforge.net/)</p>
<p>To install Bash shell in windows 10: From updates and security enable for developers, developer mode. From add remove windows components add windows subsystem for Linux.</p>
<p>&nbsp;</p>
<p>-Connect to Ubuntu server: ssh &lt;syslog username&gt;@&lt;syslogIP&gt;</p>
<p>&nbsp;</p>
<p>-Setup Ubuntu Syslog</p>
<p><a href="https://msandbu.wordpress.com/2016/02/22/monitoring-syslog-from-oms-with-non-oms-agents/">https://msandbu.wordpress.com/2016/02/22/monitoring-syslog-from-oms-with-non-oms-agents/</a></p>
<p>&nbsp;</p>
<p>Edit rsyslog.conf file:   (to edit press “insert”. To quit press “esc” and type “:q” to quit, “:wq” to save and quit, “:q!” to quit without saving )</p>
<p>sudo vim /etc/rsyslog.conf</p>
<p>&nbsp;</p>
<p>Uncomment Lines (remove # sign):</p>
<p>#$ModLoad imudp</p>
<p>#$UDPServerRun 514</p>
<p>&nbsp;</p>
<p>-Create a templatefor log receipt</p>
<p>Add Lines Before GLOBAL DIRECTIVES</p>
<p><em>$template RemoteLogs,&#8221;/var/log/%HOSTNAME%/%PROGRAMNAME%.log&#8221; *</em></p>
<p><em>*,*  ?RemoteLogs</em></p>
<p>&nbsp;</p>
<p>(The $template RemoteLogs directive (&#8220;RemoteLogs&#8221; string can be changed to any other descriptive name) forces rsyslog daemon to write log messages to separate local log files in /var/log/, where log file names are defined based on the hostname of the remote sending machine as well as the remote application that generated the logs. The second line (&#8220;*.* ?RemoteLogs&#8221;) implies that we apply RemoteLogs template to all received logs.)</p>
<p>&nbsp;</p>
<p>-Restart syslog service</p>
<p>sudo service rsyslog restart</p>
<p>&nbsp;</p>
<p>Install OMS Agent from OMS&#8211;&gt;Overview&#8211;&gt;Settings&#8211;&gt;Connected Sources&#8211;&gt;Linux Servers</p>
<p>Copy the &#8220;<strong>DOWNLOAD AND ONBOARD AGENT FOR LINUX</strong>&#8221; field and paste into Ubuntu Bash.</p>
<p>&nbsp;</p>
<p>Add Syslog Facilities from Overview&#8211;&gt;Settings&#8211;&gt;Data&#8211;&gt;Syslog</p>
<p>local0 or whatever is the device facility you collect logs from.</p>
<p>&nbsp;</p>
<p>Show Most Recent Logs</p>
<p>tail -f /var/log/syslog</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Χρήσιμα Site:</p>
<p>&nbsp;</p>
<p>Create syslog in Ubuntu Server</p>
<p><a href="http://blogbt.net/index.php/2013/11/syslog-server-on-ubuntu/">http://blogbt.net/index.php/2013/11/syslog-server-on-ubuntu/</a></p>
<table width="90%">
<tbody>
<tr>
<td>&nbsp;</p>
<p><a href="http://blogbt.net/index.php/2013/11/syslog-server-on-ubuntu/">Setting up SysLog Server on Ubuntu &#8211; BlogBT.net</a></p>
<p>blogbt.net</p>
<p>Setting up a syslog server on ubuntu for easy troubleshooting and log keeping</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>https://www.adamcouch.co.uk/syslog-server/</p>
<p>&nbsp;</p>
<p>VIM Editor:</p>
<p><a href="https://stackoverflow.com/questions/11828270/how-to-exit-the-vim-editor">https://stackoverflow.com/questions/11828270/how-to-exit-the-vim-editor</a></p>
<p>Hit the Esc key; vim goes into command mode. Then you can type</p>
<ul>
<li>:qto quit (short for :quit)</li>
<li>:q!to quit without saving (short for :quit!)</li>
<li>:wqto write and quit (think write and quit)</li>
<li>:wq!to write and quit even if file has only read permission (if file does not have write permission: force write)</li>
<li>:xto write and quit (similar to :wq, but won&#8217;t write if there are no changes)</li>
<li>:qato quit all (short for :quitall)</li>
</ul>
<p>&nbsp;</p>
<p>OMS Agent for Linux</p>
<p><a href="https://github.com/Microsoft/OMS-Agent-for-Linux/blob/master/installer/conf/omsagent.d/syslog.conf">https://github.com/Microsoft/OMS-Agent-for-Linux/blob/master/installer/conf/omsagent.d/syslog.conf</a></p>
<p>&nbsp;</p>
<p>https://blogs.technet.microsoft.com/msoms/2016/05/12/syslog-collection-in-operations-management-suite/</p>
<p>&nbsp;</p>
<p>Install Azure Power Shell</p>
<p>https://docs.microsoft.com/en-us/powershell/azure/install-azurerm-ps?view=azurermps-4.0.0</p>
<p>&nbsp;</p>
<p>Install Agent For log analytics</p>
<p>https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-linux-agents</p>
<p>&nbsp;</p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author">
<div class="saboxplugin-tab">
<div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div>
<div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div>
<div class="saboxplugin-desc">
<div itemprop="description">
<p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div>
</div>
<div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div>
<div class="clearfix"></div>
<div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:pr&#111;&#120;&#105;mag&#114;&#064;ho&#116;m&#097;i&#108;.&#099;&#111;m" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div>
</div>
</div>
<p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure%2Fhigh-level-steps-create-syslog-server-azure-oms-log-analytics%2F&amp;linkname=High%20Level%20Steps%20to%20Create%20a%20Syslog%20Server%20for%20Azure%20OMS%20%28Log%20Analytics%29" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure%2Fhigh-level-steps-create-syslog-server-azure-oms-log-analytics%2F&amp;linkname=High%20Level%20Steps%20to%20Create%20a%20Syslog%20Server%20for%20Azure%20OMS%20%28Log%20Analytics%29" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fazure%2Fhigh-level-steps-create-syslog-server-azure-oms-log-analytics%2F&#038;title=High%20Level%20Steps%20to%20Create%20a%20Syslog%20Server%20for%20Azure%20OMS%20%28Log%20Analytics%29" data-a2a-url="https://www.cloudcorner.gr/microsoft/azure/high-level-steps-create-syslog-server-azure-oms-log-analytics/" data-a2a-title="High Level Steps to Create a Syslog Server for Azure OMS (Log Analytics)"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/microsoft/azure/high-level-steps-create-syslog-server-azure-oms-log-analytics/">High Level Steps to Create a Syslog Server for Azure OMS (Log Analytics)</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/microsoft/azure/high-level-steps-create-syslog-server-azure-oms-log-analytics/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
