Azure Resource Manager (ARM) basics links

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 look at to get started. (not so much videos since most of the link here are to documentation that is upgraded frequently)

Here is a clip from recent AzureCon

https://channel9.msdn.com/events/Microsoft-Azure/AzureCon-2015/ACON221

Azure Resource Manager overview

https://azure.microsoft.com/en-us/documentation/articles/resource-group-overview/#

Step through creating a Resource Manager-based Azure Virtual Machine with PowerShell

https://azure.microsoft.com/en-us/blog/step-through-creating-resource-manager-virtual-machine-powershell/

Create and preconfigure a Windows Virtual Machine with Resource Manager and Azure PowerShell

https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-ps-create-preconfigure-windows-resource-manager-vms/

How can I create an IaaS VM using Azure Resource Manager?

http://windowsitpro.com/azure/q-how-can-i-create-iaas-vm-using-azure-resource-manager

Azure Quick start Templates

https://github.com/Azure/azure-quickstart-templates

If you really want to deep dive and understand what, why and how there are some great content on Channel9 and Microsoft Virtual Academy but the really juicy stuff you will get from this Whitepaper by @KristianNese, he also has some nice blogposts on http://kristiannese.blogspot.se/.

Then do these tasks (some will be same from the links above)

https://github.com/Azure/azure-content/blob/master/articles/virtual-machines/virtual-machines-deploy-rmtemplates-azure-cli.md

Leave a Comment