Set-AzureVMDscExtension with large package leads to extreme memory usage in PowerShell DSC Extension
问题 I finally managed to automate our release process using Desired State Configuration with the Azure PowerShell SDK methods, in particular the Publish-AzureVMDscConfiguration -> Set-AzureVMDscExtension -> Update-AzureVM combo. After thinking for a while in a way to send my build outputs somewhere accessible by the VM, I ended up with the strategy of appending my build drops in the configuration package that gets uploaded to Azure Storage. My problem now is that as soon as the PowerShell DSC