This Week I Learned - Week #145
This Week I Learned - * The Azure Desired State Configuration (DSC) Extension, which can be used to upload and apply a DSC configuration on an Azure VM, was introduced in August 2014. It is currently at Version 2.13 * Building Azure VM with ARM templates consists of two rough steps: building a JSON template file and executing the New-AzureRmResourceGroupDeployment cmdlet, which then reads all of the logic inside of this JSON template file to feed the Azure API the parameters it needs to provision a VM...a simple Windows VM will require at least a 140 line template * Installing Azure PowerShell via WebPi/MSI or Install-Module differs in several ways. One difference is that the WebPi/MSI method installs the PowerShell modules to C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\, whereas Install-Module downloads them to C:\Program Files\WindowsPowerShell\Modules. * Resource Manager APIs and PowerShell modules are incompletely (or simply not) documented...