Here are some useful links for Windows Azure administrators Windows Azure service dashboard: http://www.windowsazure.com/en-us/support/service-dashboard/ This dashboard gives a general overview of the Azure services across the world. You will get a region wise status of various service offerings , say Compute, Storage, Active directory etc. If Microsoft has detected any issues with any of its datacenters you will find it here. The data is refreshed every 10 mins. Also there is an option to view the historic data as well. This would be one of the first places to check if you feel that Azure is not behaving as expected. Azure powershell cmdlet reference: http://msdn.microsoft.com/en-us/library/windowsazure/jj554330.aspx If you are an automation enthusiast and would like to automate your Azure management chores, Azure powershell cmdlets opens a world of opportunities. Of course you need to install them first. Please refer my blogpost here for getting started. The...