<?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 - Episode 77 - Windows Azure Powershell Updates</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Cloud+Cover/Episode-77-Windows-Azure-Powershell-Updates/RSS"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/255e/5d625fa5-483a-488c-845a-e36ad3a7255e/CloudCover77_220.jpg</url>
		<title>Channel 9 - Episode 77 - Windows Azure Powershell Updates</title>
		<link></link>
	</image>
	<description>Join&amp;nbsp;Nate&amp;nbsp;and&amp;nbsp;Nick&amp;nbsp;each week as they cover Windows Azure. You can follow and interact with the show at&amp;nbsp;@CloudCoverShow. In this episode, we are joined by&amp;nbsp;Michael Washam&amp;nbsp;— Senior Technical Evangelist for Windows Azure — who shows us some updates to the Windows Azure PowerShell Cmdlets. Michael walks us through a variety of scenarios that will help developers and administrators with management, deployment, and diagnostics on Windows Azure. In the News: Announcing Windows Azure Media Services Announcing Windows Azure Accelerator for Startups In the Tip of the Week, we discuss a blog post by our good friend&amp;nbsp;Wade Wegner. Wade shows us a quick tip on handling table storage queries that have no results using the .Net SDK.&amp;nbsp;Follow @CloudCoverShowFollow @cloudnickFollow @ntotten &amp;nbsp;&amp;quot;I just keep this up all day because I miss him.&amp;quot; - @cloudnick //cc @WadeWegner twitter.com/ntotten/status… — Nathan Totten (@ntotten) April 6, 2012</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 00:04:52 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 00:04:52 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Episode 77 - Windows Azure Powershell Updates</title>
		<description>
			<![CDATA[<p>Aww, I miss you guys too!</p><p>posted by WadeWegner</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Cloud+Cover/Episode-77-Windows-Azure-Powershell-Updates#c634707915251244123</link>
		<pubDate>Mon, 23 Apr 2012 15:25:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Cloud+Cover/Episode-77-Windows-Azure-Powershell-Updates#c634707915251244123</guid>
		<dc:creator>WadeWegner</dc:creator>
	</item>
	<item>
		<title>Re: Episode 77 - Windows Azure Powershell Updates</title>
		<description>
			<![CDATA[Good work guys -- hoping to see Service Bus functionality in the next version. Had to develop some of my own script cmdlets to manage Service Bus queues, topics, etc.<br><br>Cheers,<br>Trevor Sullivan<br>http&#58;&#47;&#47;twitter.com&#47;pcgeek86<br>http&#58;&#47;&#47;trevorsullivan.net<p>posted by Trevor Sullivan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Cloud+Cover/Episode-77-Windows-Azure-Powershell-Updates#c634710575224399804</link>
		<pubDate>Thu, 26 Apr 2012 17:18:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Cloud+Cover/Episode-77-Windows-Azure-Powershell-Updates#c634710575224399804</guid>
		<dc:creator>Trevor Sullivan</dc:creator>
	</item>
	<item>
		<title>Re: Episode 77 - Windows Azure Powershell Updates</title>
		<description>
			<![CDATA[Michael posted a working script on his blog&#58;<br>http&#58;&#47;&#47;michaelwasham.com&#47;2012&#47;04&#47;24&#47;automated-global-deployments-with-traffic-manager-and-powershell&#47;<p>posted by Rodrigo De Castro</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Cloud+Cover/Episode-77-Windows-Azure-Powershell-Updates#c634710956730140009</link>
		<pubDate>Fri, 27 Apr 2012 03:54:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Cloud+Cover/Episode-77-Windows-Azure-Powershell-Updates#c634710956730140009</guid>
		<dc:creator>Rodrigo De Castro</dc:creator>
	</item>
	<item>
		<title>Re: Episode 77 - Windows Azure Powershell Updates</title>
		<description>
			<![CDATA[Answering questions on Windows Azure Traffic Manager&#58;<br><br>QUESTION&#58; Round Robin&#58; when would you want to round robin&#63;<br>ANSWER&#58; Currently round robin should distribute the traffic fairly evenly, so this could be used for A&#47;B testing scenarios. For instance, you could test a production rollout by having &#126;50&#37; of the traffic going to the new deployment and the rest to the current deployment. In the future we will offer ratio load balancing, where &#37; of traffic for each endpoint will be allowed to be specified.<br><br>QUESTION&#58; Supporting both Performance and Failover at the same time&#63;<br>ANSWER&#58; This is not currently supported, but the plan in the future is to support more complex scenarios through nested policies.<br><br>QUESTION&#58; trafficmanager.net or .com&#63;<br>ANSWER&#58; trafficmanager.net<br><br>QUESTION&#58; How long does a monitor need to return a 200 status code&#63;<br>ANSWER&#58; This is called monitor timeout and that&#8217;s set to 10 seconds currently. In the future this will be configurable by the user. Accepted values can be found in the API documentation &#40;http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;windowsazure&#47;hh758255.aspx&#41;<br><br>QUESTION&#58; DNS TTL range &#40;is 300 the lower limit&#63;&#41;<br>ANSWER&#58; Currently the range is from 30 seconds to 999,999 seconds. Ranges can be found in API documentation &#40;http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;windowsazure&#47;hh758255.aspx&#41;<br><p>posted by Rodrigo De Castro</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Cloud+Cover/Episode-77-Windows-Azure-Powershell-Updates#c634714186831207984</link>
		<pubDate>Mon, 30 Apr 2012 21:38:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Cloud+Cover/Episode-77-Windows-Azure-Powershell-Updates#c634714186831207984</guid>
		<dc:creator>Rodrigo De Castro</dc:creator>
	</item>
</channel>
</rss>