<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Add multiple managed disks to Azure RM VM	</title>
	<atom:link href="https://www.cloudcorner.gr/microsoft/azure/add-multiple-managed-disks-to-azure-rm-vm/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cloudcorner.gr/microsoft/azure/add-multiple-managed-disks-to-azure-rm-vm/</link>
	<description>Remarks from a Cloud Architect encounters</description>
	<lastBuildDate>Wed, 07 Jul 2021 19:30:15 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: Azure VM &#124; Add Multiple Data Disks v2 - Office Line		</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/add-multiple-managed-disks-to-azure-rm-vm/#comment-4017</link>

		<dc:creator><![CDATA[Azure VM &#124; Add Multiple Data Disks v2 - Office Line]]></dc:creator>
		<pubDate>Wed, 07 Jul 2021 19:30:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=1484#comment-4017</guid>

					<description><![CDATA[[&#8230;] This is a new version of my previous script Add multiple managed disks to Azure RM VM [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] This is a new version of my previous script Add multiple managed disks to Azure RM VM [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pantelis Apostolidis		</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/add-multiple-managed-disks-to-azure-rm-vm/#comment-3961</link>

		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Fri, 02 Jul 2021 08:27:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=1484#comment-3961</guid>

					<description><![CDATA[Script Version 2:

Changes:
Shows the disk capacity of the VM and asks how many disks to add.
Prompts for the size of every disk
Checks for empty Luns to add the disks

http://ge08jfh8ds93sdf.azurewebsites.net/microsoft/azure/azure-vm-add-multiple-data-disks-v2/

https://github.com/proximagr/automation/blob/master/Add-DataDisks-DIffSize_v3.ps1]]></description>
			<content:encoded><![CDATA[<p>Script Version 2:</p>
<p>Changes:<br />
Shows the disk capacity of the VM and asks how many disks to add.<br />
Prompts for the size of every disk<br />
Checks for empty Luns to add the disks</p>
<p><a href="http://ge08jfh8ds93sdf.azurewebsites.net/microsoft/azure/azure-vm-add-multiple-data-disks-v2/" rel="nofollow ugc">http://ge08jfh8ds93sdf.azurewebsites.net/microsoft/azure/azure-vm-add-multiple-data-disks-v2/</a></p>
<p><a href="https://github.com/proximagr/automation/blob/master/Add-DataDisks-DIffSize_v3.ps1" rel="nofollow ugc">https://github.com/proximagr/automation/blob/master/Add-DataDisks-DIffSize_v3.ps1</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Azure VM &#124; Add Multiple Data Disks v2 - Apostolidis Cloud Corner		</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/add-multiple-managed-disks-to-azure-rm-vm/#comment-3960</link>

		<dc:creator><![CDATA[Azure VM &#124; Add Multiple Data Disks v2 - Apostolidis Cloud Corner]]></dc:creator>
		<pubDate>Fri, 02 Jul 2021 08:26:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=1484#comment-3960</guid>

					<description><![CDATA[[&#8230;] This is a new version of my previous script Add multiple managed disks to Azure RM VM [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] This is a new version of my previous script Add multiple managed disks to Azure RM VM [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pantelis Apostolidis		</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/add-multiple-managed-disks-to-azure-rm-vm/#comment-40</link>

		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Tue, 22 May 2018 07:38:52 +0000</pubDate>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=1484#comment-40</guid>

					<description><![CDATA[Hi Logan

thank you for your feedback!! As we discussed I will try to change the script in order to first check for available LUNs and then add the disks.]]></description>
			<content:encoded><![CDATA[<p>Hi Logan</p>
<p>thank you for your feedback!! As we discussed I will try to change the script in order to first check for available LUNs and then add the disks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Logan		</title>
		<link>https://www.cloudcorner.gr/microsoft/azure/add-multiple-managed-disks-to-azure-rm-vm/#comment-39</link>

		<dc:creator><![CDATA[Logan]]></dc:creator>
		<pubDate>Sun, 13 May 2018 07:55:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.e-apostolidis.gr/?p=1484#comment-39</guid>

					<description><![CDATA[Hi ,

This script is very cool and helps me to add disk multiple disks at one shot. But this script doesn’t work if you wanted to add  additional disks later to the same vm. Basically, this won’t add the disk based on free Lun. It would be great if you can add some function to check and add.]]></description>
			<content:encoded><![CDATA[<p>Hi ,</p>
<p>This script is very cool and helps me to add disk multiple disks at one shot. But this script doesn’t work if you wanted to add  additional disks later to the same vm. Basically, this won’t add the disk based on free Lun. It would be great if you can add some function to check and add.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
