Steve Marx
Check me out on the web at smarx.com - developing for the new web or at my blog.
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | Can someone at Mix corner ScottGu .... | 8 | May 01, 2007 at 12:39 PM |
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | Can someone at Mix corner ScottGu .... | 8 | May 01, 2007 at 12:39 PM |
Episode 91 - Windows Azure Mobile Services Updates
Oct 22, 2012 at 3:29 PM@asdfasdf:This is part of a proud traditional.
Episode 81 - Windows Azure Media Services
Jun 05, 2012 at 9:15 AM@SellRex: I think that this is the blog post for the TotW: http://acloudyplace.com/2012/01/8-essential-best-practices-in-windows-azure-blob-storage/
Node.js Windows Azure Introduction
Dec 13, 2011 at 9:14 AM@SyntaxC4 I can't take credit for the joke.
That's the port you'll find in the code on http://nodejs.org.
Episode 51 - Web Deploy and the Windows Azure Accelerator for Web Roles
Jul 16, 2011 at 7:21 AM@cbae:Right, you'll pay the entire time, but the idea is that this makes it easier to put lots of websites into the same web role but easily deploy and change them individually.
Episode 51 - Web Deploy and the Windows Azure Accelerator for Web Roles
Jul 15, 2011 at 4:57 PM@James Wegner Wades Dad:
Okay, so maybe I was slightly off when I said Wade was in his twenties.
Thanks for sharing the video!
Cloud Cover Episode 31 - Startup Tasks, Elevated Privileges, and Classic ASP
Nov 08, 2010 at 9:16 PM@PerfectPhase: You're suggesting a task that only runs the first time a role is started on a VM? (In other words, the second time it would be skipped?) I think the reason not to do that is that there's no way for us to tell that the task has succeeded... if something failed, you'll want to rerun the task. Hence the design where we run the task every time the role is started, and it's up to you to detect when you should just return without doing anything.
Cloud Cover Episode 31 - Startup Tasks, Elevated Privileges, and Classic ASP
Nov 08, 2010 at 9:15 PM@Dom Lawson: Your role can recycle on the same VM (just a VM reboot or just restarting your role's process). No one else will ever be on that VM (because anyone else coming along will get a new VM). That's an important security/isolation feature. All we were talking about is if your code fails to install something and then is restarted. In that case, you'll be on the same VM, and it will be in a weird state.
Cloud Cover Episode 31 - Startup Tasks, Elevated Privileges, and Classic ASP
Nov 08, 2010 at 9:13 PM@hansol: I'm not sure what you mean by "internet connection redundancy." Are you talking about what happens if a Windows Azure data center goes down?
No, Windows Azure Connect doesn't add support for static IP addresses.
Cloud Cover Episode 19 - Silverlight and Blob Storage
Jul 16, 2010 at 10:30 AMWe forgot to include a couple links:
Cloud Cover Episode 17 - Using Queues
Jul 15, 2010 at 5:47 PMAccording to http://blogs.msdn.com/b/windowsazurestorage/archive/2010/05/10/windows-azure-storage-abstractions-and-their-scalability-targets.aspx, the scalability target for queues is 500 transactions per second (not minute).
See more comments…