<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Microsoft DevRadio: (Part 1) Using Windows Azure to Build Back-End Services for Windows 8 Apps</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Part-1-Using-Windows-Azure-to-Build-Back-End-Services-for-Windows-8-Apps/RSS"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/1787/da982444-9381-43d2-84af-9a9882211787/DevRadioAzureServicesWin8AppsPrt1_220.jpg</url>
		<title>Channel 9 - Microsoft DevRadio: (Part 1) Using Windows Azure to Build Back-End Services for Windows 8 Apps</title>
		<link></link>
	</image>
	<description>Like what you heard? Try Windows Azure for FREE and enjoy the freedom to use your preferred OS, language, database or tool. Windows Azure can help you deploy sites to a highly scalable environment, deploy and run virtual machines, and create highly scalable application in a rich PaaS environment. Give it a try! _________________ Abstract: Peter Laudati and Brian Hitney welcome fellow Developer Evangelist, Andrew Duthie to the show as they kick off their series on how to build back-end services&amp;nbsp; for their Windows 8 apps using Windows Azure. Tune in for part 1 as Andrew gives an overview of the series and introduces some potential techniques you could incorporate as you build your back-end services. After watching this video, follow these next steps:  Step #1 – Try Windows Azure: No cost. No obligation. 90-Day FREE trial. Step #2 – Download the Tools for Windows 8 App Development Step #3 – Start building your own Apps for Windows 8  Subscribe to our podcast via iTunes or RSS If you&#39;re interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information: Register for our Windows Azure Hands-on Lab Online (HOLO) events today! Windows Azure Hands-on Labs Online Blogs: Brian Hitney’s blog Peter Laudati’s blog Andrew Duthie’s Blog Videos: Microsoft DevRadio: How to Get Started with Windows Azure Microsoft DevRadio: (Part 1) What is Windows Azure Web Sites? Microsoft DevRadio: (Part 2) Windows Azure Web Sites Explained Microsoft DevRadio: How to Integrate TFS Projects with Windows Azure Web Sites Virtual Labs: MSDN Virtual Labs: Windows Azure </description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 06:12:50 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 06:12:50 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Microsoft DevRadio: (Part 1) Using Windows Azure to Build Back-End Services for Windows 8 Apps</title>
		<description>
			<![CDATA[<p>Azure backend is great, but here is a million-dollar question: which Win8/WP8 payment model does actually support Azure costs which are in their nature per-usage?</p><p>Neither a subscription-based payment model nor in-app feature purchases can address the issue of per-usage costs. Why isn't there a pay-as-you-go model that would allow users to purchase some sort of credits, which would then offset Azure traffic/storage costs?</p><p>As it stands, there's no point in building WP8/Store applications with Azure backend because it is financially unsustainable business model.</p><div id="PageScrollMarkerWedFeb062013154738GMT0100RomanceStandardTime" title="Page Scroll Marker"><div>▼</div><div>▲</div></div><p>posted by vkdev</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Part-1-Using-Windows-Azure-to-Build-Back-End-Services-for-Windows-8-Apps#c634957592999928282</link>
		<pubDate>Wed, 06 Feb 2013 14:54:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Part-1-Using-Windows-Azure-to-Build-Back-End-Services-for-Windows-8-Apps#c634957592999928282</guid>
		<dc:creator>vkdev</dc:creator>
	</item>
	<item>
		<title>Re: Microsoft DevRadio: (Part 1) Using Windows Azure to Build Back-End Services for Windows 8 Apps</title>
		<description>
			<![CDATA[<p>vkdev,</p><p>Actually, with the exception of Azure Compute, most of the services I discuss in the series are either free or charged on a monthly basis.</p><p>I do use the Azure SQL Database, which is charged monthly, for data storage. The same SQL Database, however, can be used across multiple services.</p><p>Windows Azure Mobile Services and Windows Azure Web Sites (the latter is what I use for the ASP.NET Web API version of my back-end service) are both available as free offerings in shared mode, so assuming you used the Azure SQL Database offering for the data storage, your cost would only be $10/mo.</p><p>You can find pricing details for Mobile Services and Web Sites at:</p><p><a href="http://www.windowsazure.com/en-us/pricing/details/#data-management/">http&#58;&#47;&#47;www.windowsazure.com&#47;en-us&#47;pricing&#47;details&#47;&#35;data-management&#47;</a><br>Hope that helps!</p><p>posted by gduthie</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Part-1-Using-Windows-Azure-to-Build-Back-End-Services-for-Windows-8-Apps#c634958529950717291</link>
		<pubDate>Thu, 07 Feb 2013 16:56:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Part-1-Using-Windows-Azure-to-Build-Back-End-Services-for-Windows-8-Apps#c634958529950717291</guid>
		<dc:creator>gduthie</dc:creator>
	</item>
	<item>
		<title>Re: Microsoft DevRadio: (Part 1) Using Windows Azure to Build Back-End Services for Windows 8 Apps</title>
		<description>
			<![CDATA[<p>Thanks for the info.</p><p>I'd say that the choice of the payment model has to be figured out very early in the development because it greatly affects the overall cloud application architecture.</p><p>Even if one starts with free services and/or by paying (I assume you meant fixed) Azure costs on a monthly basis, scaling up (which is why Azure is the choice for the back-end) will inevitably push people towards shared or reserved instances and, essentially, pay-as-you-go costs.</p><p>By the time one realizes that the scaling up implies switching to a different payment/business model because the costs are, after all, per-usage and not fixed nor regular, it will be too costly (or even too late) to go back and try to retrofit into the application architecture a different payment model in order to offset those costs.</p><p>In fact, at the moment there does not seem to exist such a model which would match pay-as-you-go on the back-end side.</p><p>Speaking of which, I just started looking at the WP8's Wallet functionallity, specifically OnlinePaymentInstrument. Perhaps that can be used as a way to maintain some sort of a user account balance, which can increased with occasional payments (i.e. pay-as-you-go).</p><p>The trouble is, there is no equivalent functionality on Win8, but that's a problem for another day.</p><p>&nbsp;</p><p>&nbsp;</p><div id="PageScrollMarkerThuFeb072013184915GMT0100RomanceStandardTime" title="Page Scroll Marker"><div>▼</div><div>▲</div></div><p>posted by vkdev</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Part-1-Using-Windows-Azure-to-Build-Back-End-Services-for-Windows-8-Apps#c634958574302592376</link>
		<pubDate>Thu, 07 Feb 2013 18:10:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Part-1-Using-Windows-Azure-to-Build-Back-End-Services-for-Windows-8-Apps#c634958574302592376</guid>
		<dc:creator>vkdev</dc:creator>
	</item>
</channel>
</rss>