Category Archives: IAAS

How to upgrade Azure DS Series VM to GS Series VM

Azure GS Series VM released on September 2nd 2015. G Series VM’s were released earlier this year. GS Series added ability to use SSD backed premium storage to the largest/fastest virtual machines on Azure platform. You can read more about … Continue reading

Posted in ARM, Azure, DevOps, IAAS | Tagged , , , | Leave a comment

DNS issue while setting Active Directory in Azure Virtual Network

I was recently setting up active directory in an Azure Virtual Network and I ran into an issue related to DNS. MSDN has the following documentation about setting up Active Directory in Azure Virtual Network. Guidelines for deploying Active Directory … Continue reading

Posted in Azure, IAAS, Virtual Machines, Windows | 2 Comments

Installing Gnome desktop on CentOS running in Windows Azure VM

I recently tried to setup Gnome Desktop on CentOS 6.3 running in a Windows Azure virtual machine. It turned out to be a bit harder than expected so I thought I will document this for other who may attempt to … Continue reading

Posted in Azure, Cloud, IAAS, Linux, Virtual Machines, Windows Azure | 8 Comments

Deleting orphan disks in Windows Azure

Microsoft updated Windows Azure Portal yesterday to make it easier to delete all Virtual Machines for a Cloud Service along with its associated VHD’s. Previously when you deleted virtual machines you had to manually delete the disks associated with this VHD. … Continue reading

Posted in IAAS, PowerShell, Storage, Windows Azure | Leave a comment

Copy private blobs across storage accounts

Last month Microsoft released two updates to Windows Azure PowerShell cmdlets. Read Michael Washam’s excellent post to get an overview of the April 15th updates. http://michaelwasham.com/2013/04/16/windows-azure-powershell-updates-for-iaas-ga/ Read Scott Guthrie’s blog post to learn about PowerShell updates from April 29th. http://weblogs.asp.net/scottgu/archive/2013/04/30/announcing-the-release-of-windows-azure-sdk-2-0-for-net.aspx The … Continue reading

Posted in IAAS, PowerShell | Leave a comment