[video]
3rd place at Startup Weekend Redmond… not bad for a crew of 4
We just pushed out a small February update (0.5.3) to the Azure SDK for Node.js, containing the following fixes:
Confirm Are you sure you want to remove service "foo"? [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):Y
Here is a one-click install of the new bits.
Alongside this, we also released a refresh (0.5.2) of the npm package for Azure, adding support for accessing ServiceBus queues and topics, among other fixes. Read Glenn’s blog post for more details.
One of the most beautiful libraries in the world (Codrington Library at Oxford). UW’s Suzzallo library also made the list.
Following up on the announcements and demos shown at today’s Learn Windows Azure event, I decided to put together a very quick demo that gets you going on Azure with a real app as fast as possible.
I decided to modify express’ blog sample to use Azure storage, and also pre-configured all the service/role settings that Azure needs so you can get going as fast as possible.
Here is the 5-minute recipe:
npm install
Get-AzurePublishSettings
Import-AzurePublishSettings mine.publishsettings
Publish-AzureService -Name uniqueServiceName
You’re all done!
Unfortunately things don’t always go according to plan, so in case you get an Internal Server Error or anything else goes wrong after you deploy to the cloud, use this simple trick to debug.
<iisnode loggingEnabled="true" />
Publish-AzureService