<?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>Azure Support &#187; Azure Drive</title>
	<atom:link href="http://www.azuresupport.com/tag/azure-drive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.azuresupport.com</link>
	<description>Windows Azure Tutorial</description>
	<lastBuildDate>Mon, 25 Apr 2011 10:32:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Windows Azure Drive Overview</title>
		<link>http://www.azuresupport.com/2010/02/windows-azure-drive-overview/</link>
		<comments>http://www.azuresupport.com/2010/02/windows-azure-drive-overview/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 04:04:23 +0000</pubDate>
		<dc:creator>azuresupport</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Azure Drive]]></category>

		<guid isPermaLink="false">http://www.azuresupport.com/?p=620</guid>
		<description><![CDATA[The Windows Azure Drive enables Windows Azure apps to use existing NTFS APIs for accessing a durable drive.   This can ease the pain in migrating  existing Windows apps to Windows Azure. Using Azure Drive, the app can read or write to a lettered drive letter (e.g., C:) which represents a durable NTFS volume.  This drive [...]]]></description>
			<content:encoded><![CDATA[<p>The Windows Azure Drive enables Windows Azure apps to use existing NTFS APIs for accessing a durable drive.   This can ease the pain in migrating  existing Windows apps to Windows Azure. Using Azure Drive, the app can read or write to a lettered drive letter (e.g., C:) which represents a durable NTFS volume.  This drive is implemented as an Azure Page Blob containing an NTFS-formatted Virtual Hard Drive.</p>
<p>The Azure Page Blob can be mounted as a drive in Azure where all the non-buffered/flushed NTFS writes are made durable to the drive (ie the Page Blob).   In the event of a drive failure, the data is persisted via the Azure Page Blob  and can subsequently be remounted when the app instance is restarted. Alternatively it can be remounted elsewhere for a different app instance to connect to.   As the drive is an NTFS formatted Azure Page Blob, the standard blob interfaces are available for uploading  and downloading  NTFS VHDs to Azure.</p>
<p>The Windows Azure Drive can cache drive data on a local disk on the Virtual Machine .  Caching data on the local drive has the benefit of reducing  read traffic  to the page blob which will reduce transaction charges.    This is because, under the Azure billing system there are no additional charges incurred for reads made to the local disk cache, however charges are incurred for transactions against the Azure Page Blob.   Even when  caching is turned on,  non buffered and flushed writes are committed transactions to the Azure Page Blob in durable storage.</p>
<p>Whilst in Beta, Windows Azure Drive, is billed only by usage of the storage space consumed by the Azure Page Blob and the read/write transactions to the Azure Page Blob.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azuresupport.com/2010/02/windows-azure-drive-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Azure Drive Beta Launched [News]</title>
		<link>http://www.azuresupport.com/2010/02/windows-azure-drive-beta-launched-news/</link>
		<comments>http://www.azuresupport.com/2010/02/windows-azure-drive-beta-launched-news/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 08:58:58 +0000</pubDate>
		<dc:creator>azuresupport</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Azure Drive]]></category>
		<category><![CDATA[Azure Storage]]></category>

		<guid isPermaLink="false">http://www.azuresupport.com/?p=565</guid>
		<description><![CDATA[Microsoft just announced the Beta availability of  Windows Azure Drive. Azure Drive joins the exiting storage lineup of blobs, tables and queues and is likely to be the last storage category to be introduced in 2010. Azure Drive is primarily intended for developers migrating existing apps to Azure. Drive storage uses  the standard Windows NTFS [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft just announced the Beta availability of  Windows Azure Drive. Azure Drive joins the exiting storage lineup of blobs, tables and queues and is likely to be the last storage category to be introduced in 2010. Azure Drive is primarily intended for developers migrating existing apps to Azure. Drive storage uses  the standard Windows NTFS API&#8217;s to access a durable drive, applications using these API&#8217;s can therefore be migrated to Windows Azure with minimal modification to the storage read/write code.</p>
<p>See the <a href="http://blogs.msdn.com/windowsazure/archive/2010/02/02/beta-release-of-windows-azure-drive.aspx">full announcement</a> for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azuresupport.com/2010/02/windows-azure-drive-beta-launched-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

