infuerno.github.io

Pluralsight: Automating Deployment and Scale of Azure IaaS Solutions

The Need for Automation

Create templates and publish in service catalogs for someone else to deploy

Using PowerShell with Azure

PowerShell uses “least cognitive distance” naming convention, with all commands in the form Verb-Noun format

The AzureRM module is really just a wrapper around all the AzureRM.* modules.\

Modules are loaded dynamically as and when commands are used.