<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>Mount a Page Blob VHD in any Windows Azure VM outside any Web, Worker or VM Role</title><link>http://blogs.msdn.com/b/avkashchauhan/archive/2011/04/15/mount-a-page-blob-vhd-in-any-windows-azure-vm-outside-any-web-worker-or-vm-role.aspx</link><description>Following is the C# Source code to mount a Page Blob VHD in any Windows Azure VM outside any Web, Worker or VM Role: 
 
 Console.Write("Role Environment Verification: ");
if (!RoleEnvironment.IsAvailable)
{
	Console.WriteLine(" FAILED........!!"</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Mount a Page Blob VHD in any Windows Azure VM outside any Web, Worker or VM Role</title><link>http://blogs.msdn.com/b/avkashchauhan/archive/2011/04/15/mount-a-page-blob-vhd-in-any-windows-azure-vm-outside-any-web-worker-or-vm-role.aspx#10331393</link><pubDate>Wed, 18 Jul 2012 22:50:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10331393</guid><dc:creator>Hoang Nguyen</dc:creator><description>&lt;p&gt;Hi, I&amp;#39;ve just tested your code. It works well with Web Role and Worker Role. &lt;/p&gt;
&lt;p&gt;But in the VM, the following error occurred:&lt;/p&gt;
&lt;p&gt;ERROR_UNSUPPORTED_OS&lt;/p&gt;
&lt;p&gt;Any comment would be highly appreciate.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10331393" width="1" height="1"&gt;</description></item></channel></rss>