Azure Automation - Cannot process argument transformation on parameter 'ConfigurationFunction'
Today I was working on an Azure project where the deployment of Azure resources needed to be automated. Problem You’ll see the following error message: ERROR: New-AzureRmResourceGroupDeployment : 7:27:39 AM - Resource Microsoft.Compute/virtualMachines/extensions 'test01/dscExtension' failed with message '{ "status": "Failed", "error": { "code": "ResourceDeploymentFailure", "message": "The resource operation completed with terminal provisioning state 'Failed'.", "details": [ { "code": "VMExtensionProvisioningError", `“message”: “VM has reported a failure when processing extension ‘dscExtension’. Error message: "The DSC``Extension failed to execute: Cannot process argument transformation on parameter ‘ConfigurationFunction’. ...