What is Microsoft Azure and Hybrid Cloud Computing?
This is a great short and visual explanation that would take me hours to write.
http://youtu.be/jCIczcIrMXw
Cloud Computing with Microsoft Azure
This book is useful to get insight and a summation of what Azure is about, what you can use it for and why Azure is the most complete cloud. The book is not detailed about “how to” but most FAQs you have this book should be able to answer, for example. *Limitations *Security *Pricing *Support … Read more
Once you have deployed Azure VM: s and they are running some workloads you might need to RDP to them, instead of using any of the portals and have several click steps before getting the RDP file here are some useful scripts I have been using. If you just need single RDP file the Get-AzureRemoteDesktopFile … Read more
The short version Open Azure PowerShell Select the subscription you want to document Run this one-liner Get-AzureVM | ForEach-Object { $vm = $_.name ; Write-Output “$vm VM Properties” ; Write-Output “—————” ; Format-List -InputObject $_ -Property * ; Write-Output “$vm VM Endpoints” ; Write-Output “—————” ; Get-AzureEndpoint -VM $_ ; Write-Output “$vm Virtual … Read more
This post is a Power Tip J Quick guide Download synctools and extract the synctools.exe file to a OneDrive folder Run synctools.exe from a command line When updates are to be expected just run the tool again and it will updated all tools to latest version “Guide below has the extra step of downloading the … Read more
As mentioned in previous post it might feel like you have to invest some time to get a grip around Azure and browsing around for guides gives you contradicting information due to the rapid deployment of new features and functions to Azure. Focusing on the IaaS part of Azure I started to write a framework … Read more
In my previous post I tried to ease up the search for information but if you are committed to learn Microsoft Azure there are more structured ways, besides costly official courses from training partners. Here is a short list of great content for learning that you can spend many hours on (instead of watching some … Read more
If you are new to Azure you probably will start with deploying a VM and trying out the functions, but it will take a lot of trying out to get a full picture and getting comfortable with the Basics of Azure. In a big picture, the IaaS offering in Azure is rather simple to understand … Read more
What is Microsoft Azure and Hybrid Cloud Computing?
This is a great short and visual explanation that would take me hours to write.
http://youtu.be/jCIczcIrMXw