New Home
This is a continuation of the blog at devrants.blog.com
I have been forced to move to a new host due to the appallingly service that I have been getting from blog.com. They seem to have revoked my access to the blog, but keep the content up.
I plan to migrate some of my previous articles. I had been blogging for over 10 years.
Starting point for configuring azure via batch files.
Useful for Humanising data
https://github.com/MehdiK/Humanizer
This library makes human readable descriptions of data.
Redis on Azure
This looks like a good starting point for getting redis installed under azure.
Listing Azure OS Updates
invoke-webrequest -uri http://sxp.microsoft.com/feeds/3.0/msdntn/WindowsAzureOSUpdates | select -ExpandProperty content | select-xml //item | select -ExpandProperty Node | format-list Title,Description
This is very convenient summary.
Lightweight powershell web server
Windows Azure Documentation Issues
Windows Azure is a great platform. There is however a massive hole where the documentation should be.
This is the list of the azure vm’s:
http://msdn.microsoft.com/en-us/library/windowsazure/ee924680.aspx
If you don’t want to use the latest guest os (if you do the upgrade plan is entirely at the mercy of the Azure OS team) then you need to stay no more than one version behind the latest. Fall off the list and then you can’t redeploy after 60 days. This is not helped by the poor quality os version details.
Here is the rss feed (http://sxp.microsoft.com/feeds/3.0/msdntn/WindowsAzureOSUpdates)
Here are some choice extracts:
Guest OS Matrix page to be updated April 2nd
The Guest OS Matrix page has been frozen pending updates for the BUILD conference. See this RSS feed for the latest Guest OS updates until that time.
No MSDN Guest OS Matrix updates until Jan 9th. December 2013 release info on RSS feed
No MSDN Guest OS Matrix updates until Jan 9th. Dec Guest OS release information to appear on RSS feed
Both of these are incidents where the key documentation is not updated in a timely fashion.
For example 3.12 has been released but the documentation says pending.
Theoretically 3.13 should be but is not.
Powershell Cmdlets in C# now easier to write.
These just became a lot easier with the nuget package System.Management.Automation.
When powershell first arrived you could download a small sdk that just allowed the development of cmdlets.
Over time this got folded into the windows sdk so that you had in install 6GB of files just to get the required assemblies.
Now we have a nuget package and can again write Powershell Cmdlets in C#.
Azure Log Query
https://github.com/chriseyre2000/AzureLogQuery
This is a utility to assist in reading WADLog files