Windows Azure Development
DavidAiken
This user hasn't shared any biographical information
Homepage: http://davidaiken.com
Posts by DavidAiken
My Windows Azure Service Instance status – 1 liner
Mar 29th
A long time ago, before the cloud, I did a whole bunch of work with the PowerShell team. The “in” thing to do when working on PowerShell is to solve IT problems with just 1 line of PowerShell. Ok sometimes this one line could be huge, but 1 line nevertheless.
A few weeks back when getting ready for the 1st cloud cover show, we (Steve Marx, Ryan and I) wanted to show how you could use the Windows Azure Management PowerShell Cmdlets to get the current service status, and show it in a chart. The solution never made the show, but here it is in all of its single line glory (i included the line number for fun)
1: (get-deployment -Slot Production -Servicename 'myapp' -Certificate (Get-Item cert:\CurrentUser\My\4445574B0BADAEAA6433E7A5A6169AF9D3136234) -subscriptionId 87654387-9876-9876-9867-987656543482).RoleInstanceList | group-object InstanceStatus | Select Name, Count | out-chart -gallery Lines -DataGrid_Visible true -refresh 0:1:0 -Glass -Title ‘MyApp Instances'
- Install the Windows Azure Management PowerShell Cmdlets.
- Create a certificate to manage your service and install into your subscription at the portal.
- Download and install a trial of PowerGadgets from http://www.softwarefx.com/sfxSqlProducts/powerGadgets/ (if you want the graphs)
Cloud Cover on C9
Feb 24th
Last week, Ryan & Steve launched the new weekly show about the cloud on C9 called Cloud Cover. The show takes a look at what is happening with the Microsoft Cloud, discusses hot topics and new features. If you haven’t already – take a look at http://channel9.msdn.com/shows/Cloud+Cover/Cloud-Cover-Episode-1/
THIS POSTING IS PROVIDED “AS IS” WITH NO WARRANTIES, AND CONFERS NO RIGHTS
Windows Azure Platform Status
Jan 20th
If you need to find out if Windows Azure, SQL Azure or AppFabric is in good shape – check out http://www.microsoft.com/windowsazure/support/status/servicedashboard.aspx.
Note: I’m posting this so I remember the link too
THIS POSTING IS PROVIDED “AS IS” WITH NO WARRANTIES, AND CONFERS NO RIGHTS
Cycle versus Car, 2010
Jan 15th
Last year I bought a Surey Longhaul Trucker, road a few rides including the STP. This year the challenge is to ride my bike to work, more than the car. If you note the sidebar, you can see the current score David versus Lame Excuse For Not Biking to Work (LEFNBTW). High Wind, Ice, Snow and Blood are the current non-lame excuses for taking that car – rain is not. See you on the trail…
Upgrade your Windows Azure CTP Account Right Now
Jan 5th
You can now update your CTP accounts for Azure to paid commercial subscriptions.
You should do this right now!
Why:
- You will still be free until the end of Jan
- You will be able to see your usage charge
- You will avoid any unnecessary hick-ups when CTP accounts are made READ ONLY on Feb 1st.
Find out more by visiting the Windows Azure Blog, see the offers page on offer page, or follow the links from the developer portal.
THIS POSTING IS PROVIDED “AS IS” WITH NO WARRANTIES, AND CONFERS NO RIGHTS