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
While studying for the Azure certification AZ-102 i saw the tweets from @techtrainertim on tips for AZ-100 and AZ-101 and several times found the tips to align with my studying. So i thought i would consolidate all of them and keep a repo that i can revert back to. After some Microsoft Flow, Excel, Logic … Read more
I am honored and happy to have been selected as a speaker for the excellent Microsoft community driven yearly conference named Experts Live Europe. This year it is held in Prague 24-16 October in the Prague Congress Center, MVPs, Regional directors and other industry experts will be flying in from all over Europe (some from … Read more
My reflections, thoughts, takeaways and event summary from Microsoft Inspire 2018, July 15-19 in Las Vegas, this is a link heavy post so grab a coffee reserve 15-30 minutes and klick away! (or browse through it and save it for later as a resource to information – see the links at the end of the … Read more
The evolution never stops! I have been doing some Azure Resource Manager related work with building templates and setting up governance with processes and management for a service organization, the challenge in this is seldom the technical solutions J (even though there are room for improvement on the technical side also) So Azure PowerShell 1.0 … Read more
I have had an issue with using old syntax for the Azure VM size when I fiddle with Azure Resource Manger. The issue is that in the old AzureServiceManagement we use small, medium, large etc for some VMs. These are the first naming standards available when Azure IaaS became Generally Available. When deploying VMs in … Read more
I have been building some ARM (Json) Templates recently and deploying them both with Visual studio and with PowerShell, will try them in the Ibiza portal also. There are some great content to get you started out there, just pick one of the guides and finish it. Here are some links I really recommend to … 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
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