Neil_Bird

Azure Resource Manager (ARM) – Automate Installation of VM Extensions using PowerShell and JSON

#> ########################################################################################################## ############################### ## SCRIPT OPTIONS & PARAMETERS ############################### #Requires -Version 3 #Requires -Modules AzureRM # Version: 1.1 <# – 28/07/2017 * added progress bar and confirmation prompt. * added "-ProcessAllVMs" switch, without this script only processes 3 x VMs by default. * added parameter to specify a "SettingString" configuration file for Extension settings. * …

Azure Resource Manager (ARM) – Automate Installation of VM Extensions using PowerShell and JSON Continue Reading