A big part of where Microsoft Azure is going is being driven by template-defined environments that leverage the Azure Resource Manager (ARM) for deployment orchestration. If you've spent any time working with ARM deployments you will have gotten used to seeing this pattern in your templates when deploying Virtual Machines (VMs): https://gist.github.com/sjwaight/243204a0840e38d76d3c The adminPassword property … Continue reading No More Plaintext Passwords: Using Azure Key Vault with Azure Resource Manager
Tag: Azure Resource Manager
Manage Azure Resources Using Tags
I'm having fun playing with the new Azure Resource Manager Tags feature. So much so I blogged about it over on Kloud's blog. Check it out! http://blog.kloud.com.au/2014/10/14/manage-azure-resources-using-tags/